COLOR #47571C

HEX: #47571C
RGB: (71,87,28)

Color info

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

RGB color model

#47571C color RGB value is (71,87,28).

  • red value is 71;
  • green value is 87;
  • blue value is 28.
RGB:
(71,87,28)
(28%,34%,11%)

RGB channels and saturation

R 71 of 255 = 28%
G 87 of 255 = 34%
B 28 of 255 = 11%

71
87
28

R + G + B ~ 24%. #47571C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 87 + 28 = 186 (100%)
R 71 of 186 ~ 38.17%
G 87 of 186 ~ 46.77%
B 28 of 186 ~ 15.05%

%38.17
%46.77
%15.05

CMYK color model

#47571C color CMYK value is (18,0,68,66).

  • cyan value is 18.39%
  • magenta value is 0.00%
  • yellow value is 67.82%
  • key color value is 65.88%
CMYK:
(18,0,68,66)
C18M0Y68K66 
(18%,0%,68%,66%)
(0.18/0.00/0.68/0.66)	

CMYK percentages

%18.39
%0
%67.82
%65.88

Codes

Color #47571C in popluar color models

47571C
RGB718728
HSL76°51.30%22.55%
HSB/HSV76°67.82%34.12%
CMYK18.39%0.00%67.82%
65.88%

Color #47571C in popluar number systems.

HEX47571C
Decimal718728
Binary1000111101011111100
Octal10712734

Shades and tints

Shades of #47571C

#47571C
(71,87,28)
#41501A
(65,80,26)
#3B4918
(59,73,24)
#354216
(53,66,22)
#2F3B14
(47,59,20)
#293412
(41,52,18)
#232D10
(35,45,16)
#1D260E
(29,38,14)
#171F0C
(23,31,12)
#11180A
(17,24,10)
#0B1108
(11,17,8)
#000000
(0,0,0)

Tints of #47571C

#47571C
(71,87,28)
#576630
(87,102,48)
#677544
(103,117,68)
#778458
(119,132,88)
#87936C
(135,147,108)
#97A280
(151,162,128)
#A7B194
(167,177,148)
#B7C0A8
(183,192,168)
#C7CFBC
(199,207,188)
#D7DED0
(215,222,208)
#E7EDE4
(231,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47571C color. Also use rgb(71,87,28) instead hex code.

Text Font Color

.myTextColor { color: #47571C; }

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

This text font color is #47571C.


Background Color

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

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

This div background color is #47571C.


Border color

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

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

This div border color is #47571C.


Opacity

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

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

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

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

This text has shadow with #47571C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47571C on black background.


Color preview on white background

This text has color #47571C on white background.



Black color preview on #47571C background

This text has black color on #47571C background.


White color preview on #47571C background

This text has white color on #47571C background.