COLOR #472928

HEX: #472928
RGB: (71,41,40)

Color info

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

RGB color model

#472928 color RGB value is (71,41,40).

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

RGB channels and saturation

R 71 of 255 = 28%
G 41 of 255 = 16%
B 40 of 255 = 16%

71
41
40

R + G + B ~ 20%. #472928 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 41 + 40 = 152 (100%)
R 71 of 152 ~ 46.71%
G 41 of 152 ~ 26.97%
B 40 of 152 ~ 26.32%

%46.71
%26.97
%26.32

CMYK color model

#472928 color CMYK value is (0,42,44,72).

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 43.66%
  • key color value is 72.16%
CMYK:
(0,42,44,72)
C0M42Y44K72 
(0%,42%,44%,72%)
(0.00/0.42/0.44/0.72)	

CMYK percentages

%0
%42.25
%43.66
%72.16

Codes

Color #472928 in popluar color models

472928
RGB714140
HSL27.93%21.76%
HSB/HSV43.66%27.84%
CMYK0.00%42.25%43.66%
72.16%

Color #472928 in popluar number systems.

HEX472928
Decimal714140
Binary1000111101001101000
Octal1075150

Shades and tints

Shades of #472928

#472928
(71,41,40)
#412625
(65,38,37)
#3B2322
(59,35,34)
#35201F
(53,32,31)
#2F1D1C
(47,29,28)
#291A19
(41,26,25)
#231716
(35,23,22)
#1D1413
(29,20,19)
#171110
(23,17,16)
#110E0D
(17,14,13)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #472928

#472928
(71,41,40)
#573C3B
(87,60,59)
#674F4E
(103,79,78)
#776261
(119,98,97)
#877574
(135,117,116)
#978887
(151,136,135)
#A79B9A
(167,155,154)
#B7AEAD
(183,174,173)
#C7C1C0
(199,193,192)
#D7D4D3
(215,212,211)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472928; }

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

This text font color is #472928.


Background Color

.myBgColor { background-color: #472928; }

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

This div background color is #472928.


Border color

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

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

This div border color is #472928.


Opacity

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

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

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

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

This text has shadow with #472928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472928 on black background.


Color preview on white background

This text has color #472928 on white background.



Black color preview on #472928 background

This text has black color on #472928 background.


White color preview on #472928 background

This text has white color on #472928 background.