COLOR #475222

HEX: #475222
RGB: (71,82,34)

Color info

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

RGB color model

#475222 color RGB value is (71,82,34).

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

RGB channels and saturation

R 71 of 255 = 28%
G 82 of 255 = 32%
B 34 of 255 = 13%

71
82
34

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

Portions of RGB colors in percentages

R + G + B =
71 + 82 + 34 = 187 (100%)
R 71 of 187 ~ 37.97%
G 82 of 187 ~ 43.85%
B 34 of 187 ~ 18.18%

%37.97
%43.85
%18.18

CMYK color model

#475222 color CMYK value is (13,0,59,68).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 58.54%
  • key color value is 67.84%
CMYK:
(13,0,59,68)
C13M0Y59K68 
(13%,0%,59%,68%)
(0.13/0.00/0.59/0.68)	

CMYK percentages

%13.41
%0
%58.54
%67.84

Codes

Color #475222 in popluar color models

475222
RGB718234
HSL74°41.38%22.75%
HSB/HSV74°58.54%32.16%
CMYK13.41%0.00%58.54%
67.84%

Color #475222 in popluar number systems.

HEX475222
Decimal718234
Binary10001111010010100010
Octal10712242

Shades and tints

Shades of #475222

#475222
(71,82,34)
#414B1F
(65,75,31)
#3B441C
(59,68,28)
#353D19
(53,61,25)
#2F3616
(47,54,22)
#292F13
(41,47,19)
#232810
(35,40,16)
#1D210D
(29,33,13)
#171A0A
(23,26,10)
#111307
(17,19,7)
#0B0C04
(11,12,4)
#000000
(0,0,0)

Tints of #475222

#475222
(71,82,34)
#576136
(87,97,54)
#67704A
(103,112,74)
#777F5E
(119,127,94)
#878E72
(135,142,114)
#979D86
(151,157,134)
#A7AC9A
(167,172,154)
#B7BBAE
(183,187,174)
#C7CAC2
(199,202,194)
#D7D9D6
(215,217,214)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475222 color. Also use rgb(71,82,34) instead hex code.

Text Font Color

.myTextColor { color: #475222; }

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

This text font color is #475222.


Background Color

.myBgColor { background-color: #475222; }

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

This div background color is #475222.


Border color

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

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

This div border color is #475222.


Opacity

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

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

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

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

This text has shadow with #475222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475222 on black background.


Color preview on white background

This text has color #475222 on white background.



Black color preview on #475222 background

This text has black color on #475222 background.


White color preview on #475222 background

This text has white color on #475222 background.