COLOR #474520

HEX: #474520
RGB: (71,69,32)

Color info

#474520 contains red, green and blue colors in about the same proportion. Web safe color of #474520 is #333333 (or #333).

RGB color model

#474520 color RGB value is (71,69,32).

  • red value is 71;
  • green value is 69;
  • blue value is 32.
RGB:
(71,69,32)
(28%,27%,13%)

RGB channels and saturation

R 71 of 255 = 28%
G 69 of 255 = 27%
B 32 of 255 = 13%

71
69
32

R + G + B ~ 23%. #474520 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 32 = 172 (100%)
R 71 of 172 ~ 41.28%
G 69 of 172 ~ 40.12%
B 32 of 172 ~ 18.6%

%41.28
%40.12
%18.6

CMYK color model

#474520 color CMYK value is (0,3,55,72).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 54.93%
  • key color value is 72.16%
CMYK:
(0,3,55,72)
C0M3Y55K72 
(0%,3%,55%,72%)
(0.00/0.03/0.55/0.72)	

CMYK percentages

%0
%2.82
%54.93
%72.16

Codes

Color #474520 in popluar color models

474520
RGB716932
HSL57°37.86%20.20%
HSB/HSV57°54.93%27.84%
CMYK0.00%2.82%54.93%
72.16%

Color #474520 in popluar number systems.

HEX474520
Decimal716932
Binary10001111000101100000
Octal10710540

Shades and tints

Shades of #474520

#474520
(71,69,32)
#413F1E
(65,63,30)
#3B391C
(59,57,28)
#35331A
(53,51,26)
#2F2D18
(47,45,24)
#292716
(41,39,22)
#232114
(35,33,20)
#1D1B12
(29,27,18)
#171510
(23,21,16)
#110F0E
(17,15,14)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #474520

#474520
(71,69,32)
#575534
(87,85,52)
#676548
(103,101,72)
#77755C
(119,117,92)
#878570
(135,133,112)
#979584
(151,149,132)
#A7A598
(167,165,152)
#B7B5AC
(183,181,172)
#C7C5C0
(199,197,192)
#D7D5D4
(215,213,212)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474520 color. Also use rgb(71,69,32) instead hex code.

Text Font Color

.myTextColor { color: #474520; }

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

This text font color is #474520.


Background Color

.myBgColor { background-color: #474520; }

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

This div background color is #474520.


Border color

.myBorderColor { border: 1px solid #474520; }

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

This div border color is #474520.


Opacity

.myOpacity80 { color: #474520; opacity: 0.8; }

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

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

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

This text has shadow with #474520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474520 on black background.


Color preview on white background

This text has color #474520 on white background.



Black color preview on #474520 background

This text has black color on #474520 background.


White color preview on #474520 background

This text has white color on #474520 background.