COLOR #47724D

HEX: #47724D
RGB: (71,114,77)

Color info

#47724D contains red, green and blue colors in about the same proportion. Web safe color of #47724D is #336633 (or #363).

RGB color model

#47724D color RGB value is (71,114,77).

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

RGB channels and saturation

R 71 of 255 = 28%
G 114 of 255 = 45%
B 77 of 255 = 30%

71
114
77

R + G + B ~ 34%. #47724D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 114 + 77 = 262 (100%)
R 71 of 262 ~ 27.1%
G 114 of 262 ~ 43.51%
B 77 of 262 ~ 29.39%

%27.1
%43.51
%29.39

CMYK color model

#47724D color CMYK value is (38,0,32,55).

  • cyan value is 37.72%
  • magenta value is 0.00%
  • yellow value is 32.46%
  • key color value is 55.29%
CMYK:
(38,0,32,55)
C38M0Y32K55 
(38%,0%,32%,55%)
(0.38/0.00/0.32/0.55)	

CMYK percentages

%37.72
%0
%32.46
%55.29

Codes

Color #47724D in popluar color models

47724D
RGB7111477
HSL128°23.24%36.27%
HSB/HSV128°37.72%44.71%
CMYK37.72%0.00%32.46%
55.29%

Color #47724D in popluar number systems.

HEX47724D
Decimal7111477
Binary100011111100101001101
Octal107162115

Shades and tints

Shades of #47724D

#47724D
(71,114,77)
#416846
(65,104,70)
#3B5E3F
(59,94,63)
#355438
(53,84,56)
#2F4A31
(47,74,49)
#29402A
(41,64,42)
#233623
(35,54,35)
#1D2C1C
(29,44,28)
#172215
(23,34,21)
#11180E
(17,24,14)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #47724D

#47724D
(71,114,77)
#577E5D
(87,126,93)
#678A6D
(103,138,109)
#77967D
(119,150,125)
#87A28D
(135,162,141)
#97AE9D
(151,174,157)
#A7BAAD
(167,186,173)
#B7C6BD
(183,198,189)
#C7D2CD
(199,210,205)
#D7DEDD
(215,222,221)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47724D; }

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

This text font color is #47724D.


Background Color

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

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

This div background color is #47724D.


Border color

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

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

This div border color is #47724D.


Opacity

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

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

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

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

This text has shadow with #47724D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47724D on black background.


Color preview on white background

This text has color #47724D on white background.



Black color preview on #47724D background

This text has black color on #47724D background.


White color preview on #47724D background

This text has white color on #47724D background.