COLOR #472937

HEX: #472937
RGB: (71,41,55)

Color info

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

RGB color model

#472937 color RGB value is (71,41,55).

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

RGB channels and saturation

R 71 of 255 = 28%
G 41 of 255 = 16%
B 55 of 255 = 22%

71
41
55

R + G + B ~ 22%. #472937 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 41 + 55 = 167 (100%)
R 71 of 167 ~ 42.51%
G 41 of 167 ~ 24.55%
B 55 of 167 ~ 32.93%

%42.51
%24.55
%32.93

CMYK color model

#472937 color CMYK value is (0,42,23,72).

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 22.54%
  • key color value is 72.16%
CMYK:
(0,42,23,72)
C0M42Y23K72 
(0%,42%,23%,72%)
(0.00/0.42/0.23/0.72)	

CMYK percentages

%0
%42.25
%22.54
%72.16

Codes

Color #472937 in popluar color models

472937
RGB714155
HSL332°26.79%21.96%
HSB/HSV332°42.25%27.84%
CMYK0.00%42.25%22.54%
72.16%

Color #472937 in popluar number systems.

HEX472937
Decimal714155
Binary1000111101001110111
Octal1075167

Shades and tints

Shades of #472937

#472937
(71,41,55)
#412632
(65,38,50)
#3B232D
(59,35,45)
#352028
(53,32,40)
#2F1D23
(47,29,35)
#291A1E
(41,26,30)
#231719
(35,23,25)
#1D1414
(29,20,20)
#17110F
(23,17,15)
#110E0A
(17,14,10)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #472937

#472937
(71,41,55)
#573C49
(87,60,73)
#674F5B
(103,79,91)
#77626D
(119,98,109)
#87757F
(135,117,127)
#978891
(151,136,145)
#A79BA3
(167,155,163)
#B7AEB5
(183,174,181)
#C7C1C7
(199,193,199)
#D7D4D9
(215,212,217)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472937; }

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

This text font color is #472937.


Background Color

.myBgColor { background-color: #472937; }

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

This div background color is #472937.


Border color

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

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

This div border color is #472937.


Opacity

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

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

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

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

This text has shadow with #472937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472937 on black background.


Color preview on white background

This text has color #472937 on white background.



Black color preview on #472937 background

This text has black color on #472937 background.


White color preview on #472937 background

This text has white color on #472937 background.