COLOR #472922

HEX: #472922
RGB: (71,41,34)

Color info

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

RGB color model

#472922 color RGB value is (71,41,34).

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

RGB channels and saturation

R 71 of 255 = 28%
G 41 of 255 = 16%
B 34 of 255 = 13%

71
41
34

R + G + B ~ 19%. #472922 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 41 + 34 = 146 (100%)
R 71 of 146 ~ 48.63%
G 41 of 146 ~ 28.08%
B 34 of 146 ~ 23.29%

%48.63
%28.08
%23.29

CMYK color model

#472922 color CMYK value is (0,42,52,72).

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 52.11%
  • key color value is 72.16%
CMYK:
(0,42,52,72)
C0M42Y52K72 
(0%,42%,52%,72%)
(0.00/0.42/0.52/0.72)	

CMYK percentages

%0
%42.25
%52.11
%72.16

Codes

Color #472922 in popluar color models

472922
RGB714134
HSL11°35.24%20.59%
HSB/HSV11°52.11%27.84%
CMYK0.00%42.25%52.11%
72.16%

Color #472922 in popluar number systems.

HEX472922
Decimal714134
Binary1000111101001100010
Octal1075142

Shades and tints

Shades of #472922

#472922
(71,41,34)
#41261F
(65,38,31)
#3B231C
(59,35,28)
#352019
(53,32,25)
#2F1D16
(47,29,22)
#291A13
(41,26,19)
#231710
(35,23,16)
#1D140D
(29,20,13)
#17110A
(23,17,10)
#110E07
(17,14,7)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #472922

#472922
(71,41,34)
#573C36
(87,60,54)
#674F4A
(103,79,74)
#77625E
(119,98,94)
#877572
(135,117,114)
#978886
(151,136,134)
#A79B9A
(167,155,154)
#B7AEAE
(183,174,174)
#C7C1C2
(199,193,194)
#D7D4D6
(215,212,214)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472922; }

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

This text font color is #472922.


Background Color

.myBgColor { background-color: #472922; }

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

This div background color is #472922.


Border color

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

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

This div border color is #472922.


Opacity

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

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

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

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

This text has shadow with #472922 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472922 on black background.


Color preview on white background

This text has color #472922 on white background.



Black color preview on #472922 background

This text has black color on #472922 background.


White color preview on #472922 background

This text has white color on #472922 background.