COLOR #726549

HEX: #726549
RGB: (114,101,73)

Color info

#726549 contains red, green and blue colors in about the same proportion. Web safe color of #726549 is #666633 (or #663).

RGB color model

#726549 color RGB value is (114,101,73).

  • red value is 114;
  • green value is 101;
  • blue value is 73.
RGB:
(114,101,73)
(45%,40%,29%)

RGB channels and saturation

R 114 of 255 = 45%
G 101 of 255 = 40%
B 73 of 255 = 29%

114
101
73

R + G + B ~ 38%. #726549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 101 + 73 = 288 (100%)
R 114 of 288 ~ 39.58%
G 101 of 288 ~ 35.07%
B 73 of 288 ~ 25.35%

%39.58
%35.07
%25.35

CMYK color model

#726549 color CMYK value is (0,11,36,55).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 35.96%
  • key color value is 55.29%
CMYK:
(0,11,36,55)
C0M11Y36K55 
(0%,11%,36%,55%)
(0.00/0.11/0.36/0.55)	

CMYK percentages

%0
%11.4
%35.96
%55.29

Codes

Color #726549 in popluar color models

726549
RGB11410173
HSL41°21.93%36.67%
HSB/HSV41°35.96%44.71%
CMYK0.00%11.40%35.96%
55.29%

Color #726549 in popluar number systems.

HEX726549
Decimal11410173
Binary111001011001011001001
Octal162145111

Shades and tints

Shades of #726549

#726549
(114,101,73)
#685C43
(104,92,67)
#5E533D
(94,83,61)
#544A37
(84,74,55)
#4A4131
(74,65,49)
#40382B
(64,56,43)
#362F25
(54,47,37)
#2C261F
(44,38,31)
#221D19
(34,29,25)
#181413
(24,20,19)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #726549

#726549
(114,101,73)
#7E7359
(126,115,89)
#8A8169
(138,129,105)
#968F79
(150,143,121)
#A29D89
(162,157,137)
#AEAB99
(174,171,153)
#BAB9A9
(186,185,169)
#C6C7B9
(198,199,185)
#D2D5C9
(210,213,201)
#DEE3D9
(222,227,217)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726549 color. Also use rgb(114,101,73) instead hex code.

Text Font Color

.myTextColor { color: #726549; }

<p style="color:#726549">This sample text font color is #726549.</p>

This text font color is #726549.


Background Color

.myBgColor { background-color: #726549; }

<div style="background-color:#726549">Inner text</div>

This div background color is #726549.


Border color

.myBorderColor { border: 1px solid #726549; }

<div style="border:3px solid #726549">Div</div>

This div border color is #726549.


Opacity

.myOpacity80 { color: #726549; opacity: 0.8; }

<p style="color:#726549;opacity:0.8;">80%</p>

Text with #726549 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #726549;}

<p style="text-shadow: 3px 3px 1px #726549">Text here.</p>

This text has shadow with #726549 color.

.textShadow {text-shadow: 3px 3px 1px #726549, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #726549, 5px 5px 20px red">Text here.</p>

This text has shadow with #726549 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#726549, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#726549, Direction=45, Strength=4)">Text</p>

This text has shadow with #726549 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #726549;
  -webkit-box-shadow:	1px 1px 3px 2px #726549;
  box-shadow:		1px 1px 3px 2px #726549;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #726549;
-webkit-box-shadow: 1px 1px 3px 2px #726549;
box-shadow:1px 1px 3px 2px #726549;">
Div content here</div>
This div box has shadow with color #726549.

Preview

Color preview on black background

This text has color #726549 on black background.


Color preview on white background

This text has color #726549 on white background.



Black color preview on #726549 background

This text has black color on #726549 background.


White color preview on #726549 background

This text has white color on #726549 background.