COLOR #72804F

HEX: #72804F
RGB: (114,128,79)

Color info

#72804F contains red, green and blue colors in about the same proportion. Web safe color of #72804F is #666666 (or #666).

RGB color model

#72804F color RGB value is (114,128,79).

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

RGB channels and saturation

R 114 of 255 = 45%
G 128 of 255 = 50%
B 79 of 255 = 31%

114
128
79

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

Portions of RGB colors in percentages

R + G + B =
114 + 128 + 79 = 321 (100%)
R 114 of 321 ~ 35.51%
G 128 of 321 ~ 39.88%
B 79 of 321 ~ 24.61%

%35.51
%39.88
%24.61

CMYK color model

#72804F color CMYK value is (11,0,38,50).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 38.28%
  • key color value is 49.80%
CMYK:
(11,0,38,50)
C11M0Y38K50 
(11%,0%,38%,50%)
(0.11/0.00/0.38/0.50)	

CMYK percentages

%10.94
%0
%38.28
%49.8

Codes

Color #72804F in popluar color models

72804F
RGB11412879
HSL77°23.67%40.59%
HSB/HSV77°38.28%50.20%
CMYK10.94%0.00%38.28%
49.80%

Color #72804F in popluar number systems.

HEX72804F
Decimal11412879
Binary1110010100000001001111
Octal162200117

Shades and tints

Shades of #72804F

#72804F
(114,128,79)
#687548
(104,117,72)
#5E6A41
(94,106,65)
#545F3A
(84,95,58)
#4A5433
(74,84,51)
#40492C
(64,73,44)
#363E25
(54,62,37)
#2C331E
(44,51,30)
#222817
(34,40,23)
#181D10
(24,29,16)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #72804F

#72804F
(114,128,79)
#7E8B5F
(126,139,95)
#8A966F
(138,150,111)
#96A17F
(150,161,127)
#A2AC8F
(162,172,143)
#AEB79F
(174,183,159)
#BAC2AF
(186,194,175)
#C6CDBF
(198,205,191)
#D2D8CF
(210,216,207)
#DEE3DF
(222,227,223)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72804F; }

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

This text font color is #72804F.


Background Color

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

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

This div background color is #72804F.


Border color

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

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

This div border color is #72804F.


Opacity

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

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

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

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

This text has shadow with #72804F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72804F on black background.


Color preview on white background

This text has color #72804F on white background.



Black color preview on #72804F background

This text has black color on #72804F background.


White color preview on #72804F background

This text has white color on #72804F background.