COLOR #472D30

HEX: #472D30
RGB: (71,45,48)

Color info

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

RGB color model

#472D30 color RGB value is (71,45,48).

  • red value is 71;
  • green value is 45;
  • blue value is 48.
RGB:
(71,45,48)
(28%,18%,19%)

RGB channels and saturation

R 71 of 255 = 28%
G 45 of 255 = 18%
B 48 of 255 = 19%

71
45
48

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

Portions of RGB colors in percentages

R + G + B =
71 + 45 + 48 = 164 (100%)
R 71 of 164 ~ 43.29%
G 45 of 164 ~ 27.44%
B 48 of 164 ~ 29.27%

%43.29
%27.44
%29.27

CMYK color model

#472D30 color CMYK value is (0,37,32,72).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 32.39%
  • key color value is 72.16%
CMYK:
(0,37,32,72)
C0M37Y32K72 
(0%,37%,32%,72%)
(0.00/0.37/0.32/0.72)	

CMYK percentages

%0
%36.62
%32.39
%72.16

Codes

Color #472D30 in popluar color models

472D30
RGB714548
HSL353°22.41%22.75%
HSB/HSV353°36.62%27.84%
CMYK0.00%36.62%32.39%
72.16%

Color #472D30 in popluar number systems.

HEX472D30
Decimal714548
Binary1000111101101110000
Octal1075560

Shades and tints

Shades of #472D30

#472D30
(71,45,48)
#41292C
(65,41,44)
#3B2528
(59,37,40)
#352124
(53,33,36)
#2F1D20
(47,29,32)
#29191C
(41,25,28)
#231518
(35,21,24)
#1D1114
(29,17,20)
#170D10
(23,13,16)
#11090C
(17,9,12)
#0B0508
(11,5,8)
#000000
(0,0,0)

Tints of #472D30

#472D30
(71,45,48)
#574042
(87,64,66)
#675354
(103,83,84)
#776666
(119,102,102)
#877978
(135,121,120)
#978C8A
(151,140,138)
#A79F9C
(167,159,156)
#B7B2AE
(183,178,174)
#C7C5C0
(199,197,192)
#D7D8D2
(215,216,210)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472D30 color. Also use rgb(71,45,48) instead hex code.

Text Font Color

.myTextColor { color: #472D30; }

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

This text font color is #472D30.


Background Color

.myBgColor { background-color: #472D30; }

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

This div background color is #472D30.


Border color

.myBorderColor { border: 1px solid #472D30; }

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

This div border color is #472D30.


Opacity

.myOpacity80 { color: #472D30; opacity: 0.8; }

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

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

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

This text has shadow with #472D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D30 on black background.


Color preview on white background

This text has color #472D30 on white background.



Black color preview on #472D30 background

This text has black color on #472D30 background.


White color preview on #472D30 background

This text has white color on #472D30 background.