COLOR #726542

HEX: #726542
RGB: (114,101,66)

Color info

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

RGB color model

#726542 color RGB value is (114,101,66).

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

RGB channels and saturation

R 114 of 255 = 45%
G 101 of 255 = 40%
B 66 of 255 = 26%

114
101
66

R + G + B ~ 37%. #726542 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 101 + 66 = 281 (100%)
R 114 of 281 ~ 40.57%
G 101 of 281 ~ 35.94%
B 66 of 281 ~ 23.49%

%40.57
%35.94
%23.49

CMYK color model

#726542 color CMYK value is (0,11,42,55).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 42.11%
  • key color value is 55.29%
CMYK:
(0,11,42,55)
C0M11Y42K55 
(0%,11%,42%,55%)
(0.00/0.11/0.42/0.55)	

CMYK percentages

%0
%11.4
%42.11
%55.29

Codes

Color #726542 in popluar color models

726542
RGB11410166
HSL44°26.67%35.29%
HSB/HSV44°42.11%44.71%
CMYK0.00%11.40%42.11%
55.29%

Color #726542 in popluar number systems.

HEX726542
Decimal11410166
Binary111001011001011000010
Octal162145102

Shades and tints

Shades of #726542

#726542
(114,101,66)
#685C3C
(104,92,60)
#5E5336
(94,83,54)
#544A30
(84,74,48)
#4A412A
(74,65,42)
#403824
(64,56,36)
#362F1E
(54,47,30)
#2C2618
(44,38,24)
#221D12
(34,29,18)
#18140C
(24,20,12)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #726542

#726542
(114,101,66)
#7E7353
(126,115,83)
#8A8164
(138,129,100)
#968F75
(150,143,117)
#A29D86
(162,157,134)
#AEAB97
(174,171,151)
#BAB9A8
(186,185,168)
#C6C7B9
(198,199,185)
#D2D5CA
(210,213,202)
#DEE3DB
(222,227,219)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726542; }

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

This text font color is #726542.


Background Color

.myBgColor { background-color: #726542; }

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

This div background color is #726542.


Border color

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

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

This div border color is #726542.


Opacity

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

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

Text with #726542 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 #726542;}

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

This text has shadow with #726542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726542 on black background.


Color preview on white background

This text has color #726542 on white background.



Black color preview on #726542 background

This text has black color on #726542 background.


White color preview on #726542 background

This text has white color on #726542 background.