COLOR #72884F

HEX: #72884F
RGB: (114,136,79)

Color info

#72884F contains red, green and blue colors in about the same proportion. Web safe color of #72884F is #669966 (or #696).

RGB color model

#72884F color RGB value is (114,136,79).

  • red value is 114;
  • green value is 136;
  • blue value is 79.
RGB:
(114,136,79)
(45%,53%,31%)

RGB channels and saturation

R 114 of 255 = 45%
G 136 of 255 = 53%
B 79 of 255 = 31%

114
136
79

R + G + B ~ 43%. #72884F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 136 + 79 = 329 (100%)
R 114 of 329 ~ 34.65%
G 136 of 329 ~ 41.34%
B 79 of 329 ~ 24.01%

%34.65
%41.34
%24.01

CMYK color model

#72884F color CMYK value is (16,0,42,47).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 41.91%
  • key color value is 46.67%
CMYK:
(16,0,42,47)
C16M0Y42K47 
(16%,0%,42%,47%)
(0.16/0.00/0.42/0.47)	

CMYK percentages

%16.18
%0
%41.91
%46.67

Codes

Color #72884F in popluar color models

72884F
RGB11413679
HSL83°26.51%42.16%
HSB/HSV83°41.91%53.33%
CMYK16.18%0.00%41.91%
46.67%

Color #72884F in popluar number systems.

HEX72884F
Decimal11413679
Binary1110010100010001001111
Octal162210117

Shades and tints

Shades of #72884F

#72884F
(114,136,79)
#687C48
(104,124,72)
#5E7041
(94,112,65)
#54643A
(84,100,58)
#4A5833
(74,88,51)
#404C2C
(64,76,44)
#364025
(54,64,37)
#2C341E
(44,52,30)
#222817
(34,40,23)
#181C10
(24,28,16)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #72884F

#72884F
(114,136,79)
#7E925F
(126,146,95)
#8A9C6F
(138,156,111)
#96A67F
(150,166,127)
#A2B08F
(162,176,143)
#AEBA9F
(174,186,159)
#BAC4AF
(186,196,175)
#C6CEBF
(198,206,191)
#D2D8CF
(210,216,207)
#DEE2DF
(222,226,223)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72884F color. Also use rgb(114,136,79) instead hex code.

Text Font Color

.myTextColor { color: #72884F; }

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

This text font color is #72884F.


Background Color

.myBgColor { background-color: #72884F; }

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

This div background color is #72884F.


Border color

.myBorderColor { border: 1px solid #72884F; }

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

This div border color is #72884F.


Opacity

.myOpacity80 { color: #72884F; opacity: 0.8; }

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

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

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

This text has shadow with #72884F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72884F on black background.


Color preview on white background

This text has color #72884F on white background.



Black color preview on #72884F background

This text has black color on #72884F background.


White color preview on #72884F background

This text has white color on #72884F background.