COLOR #72884D

HEX: #72884D
RGB: (114,136,77)

Color info

#72884D contains red, green and blue colors in about the same proportion. Web safe color of #72884D is #669933 (or #693).

RGB color model

#72884D color RGB value is (114,136,77).

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

RGB channels and saturation

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

114
136
77

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

Portions of RGB colors in percentages

R + G + B =
114 + 136 + 77 = 327 (100%)
R 114 of 327 ~ 34.86%
G 136 of 327 ~ 41.59%
B 77 of 327 ~ 23.55%

%34.86
%41.59
%23.55

CMYK color model

#72884D color CMYK value is (16,0,43,47).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 43.38%
  • key color value is 46.67%
CMYK:
(16,0,43,47)
C16M0Y43K47 
(16%,0%,43%,47%)
(0.16/0.00/0.43/0.47)	

CMYK percentages

%16.18
%0
%43.38
%46.67

Codes

Color #72884D in popluar color models

72884D
RGB11413677
HSL82°27.70%41.76%
HSB/HSV82°43.38%53.33%
CMYK16.18%0.00%43.38%
46.67%

Color #72884D in popluar number systems.

HEX72884D
Decimal11413677
Binary1110010100010001001101
Octal162210115

Shades and tints

Shades of #72884D

#72884D
(114,136,77)
#687C46
(104,124,70)
#5E703F
(94,112,63)
#546438
(84,100,56)
#4A5831
(74,88,49)
#404C2A
(64,76,42)
#364023
(54,64,35)
#2C341C
(44,52,28)
#222815
(34,40,21)
#181C0E
(24,28,14)
#0E1007
(14,16,7)
#000000
(0,0,0)

Tints of #72884D

#72884D
(114,136,77)
#7E925D
(126,146,93)
#8A9C6D
(138,156,109)
#96A67D
(150,166,125)
#A2B08D
(162,176,141)
#AEBA9D
(174,186,157)
#BAC4AD
(186,196,173)
#C6CEBD
(198,206,189)
#D2D8CD
(210,216,205)
#DEE2DD
(222,226,221)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72884D; }

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

This text font color is #72884D.


Background Color

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

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

This div background color is #72884D.


Border color

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

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

This div border color is #72884D.


Opacity

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

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

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

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

This text has shadow with #72884D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72884D on black background.


Color preview on white background

This text has color #72884D on white background.



Black color preview on #72884D background

This text has black color on #72884D background.


White color preview on #72884D background

This text has white color on #72884D background.