COLOR #72884C

HEX: #72884C
RGB: (114,136,76)

Color info

#72884C contains mainly red and green colors. Web safe color of #72884C is #669933 (or #693).

RGB color model

#72884C color RGB value is (114,136,76).

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

RGB channels and saturation

R 114 of 255 = 45%
G 136 of 255 = 53%
B 76 of 255 = 30%

114
136
76

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

Portions of RGB colors in percentages

R + G + B =
114 + 136 + 76 = 326 (100%)
R 114 of 326 ~ 34.97%
G 136 of 326 ~ 41.72%
B 76 of 326 ~ 23.31%

%34.97
%41.72
%23.31

CMYK color model

#72884C color CMYK value is (16,0,44,47).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 46.67%
CMYK:
(16,0,44,47)
C16M0Y44K47 
(16%,0%,44%,47%)
(0.16/0.00/0.44/0.47)	

CMYK percentages

%16.18
%0
%44.12
%46.67

Codes

Color #72884C in popluar color models

72884C
RGB11413676
HSL82°28.30%41.57%
HSB/HSV82°44.12%53.33%
CMYK16.18%0.00%44.12%
46.67%

Color #72884C in popluar number systems.

HEX72884C
Decimal11413676
Binary1110010100010001001100
Octal162210114

Shades and tints

Shades of #72884C

#72884C
(114,136,76)
#687C46
(104,124,70)
#5E7040
(94,112,64)
#54643A
(84,100,58)
#4A5834
(74,88,52)
#404C2E
(64,76,46)
#364028
(54,64,40)
#2C3422
(44,52,34)
#22281C
(34,40,28)
#181C16
(24,28,22)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #72884C

#72884C
(114,136,76)
#7E925C
(126,146,92)
#8A9C6C
(138,156,108)
#96A67C
(150,166,124)
#A2B08C
(162,176,140)
#AEBA9C
(174,186,156)
#BAC4AC
(186,196,172)
#C6CEBC
(198,206,188)
#D2D8CC
(210,216,204)
#DEE2DC
(222,226,220)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72884C; }

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

This text font color is #72884C.


Background Color

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

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

This div background color is #72884C.


Border color

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

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

This div border color is #72884C.


Opacity

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

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

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

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

This text has shadow with #72884C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72884C on black background.


Color preview on white background

This text has color #72884C on white background.



Black color preview on #72884C background

This text has black color on #72884C background.


White color preview on #72884C background

This text has white color on #72884C background.