COLOR #472D2D

HEX: #472D2D
RGB: (71,45,45)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
45
45

R + G + B ~ 21%. #472D2D is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 45 + 45 = 161 (100%)
R 71 of 161 ~ 44.1%
G 45 of 161 ~ 27.95%
B 45 of 161 ~ 27.95%

%44.1
%27.95
%27.95

CMYK color model

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

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

CMYK percentages

%0
%36.62
%36.62
%72.16

Codes

Color #472D2D in popluar color models

472D2D
RGB714545
HSL22.41%22.75%
HSB/HSV36.62%27.84%
CMYK0.00%36.62%36.62%
72.16%

Color #472D2D in popluar number systems.

HEX472D2D
Decimal714545
Binary1000111101101101101
Octal1075555

Shades and tints

Shades of #472D2D

#472D2D
(71,45,45)
#412929
(65,41,41)
#3B2525
(59,37,37)
#352121
(53,33,33)
#2F1D1D
(47,29,29)
#291919
(41,25,25)
#231515
(35,21,21)
#1D1111
(29,17,17)
#170D0D
(23,13,13)
#110909
(17,9,9)
#0B0505
(11,5,5)
#000000
(0,0,0)

Tints of #472D2D

#472D2D
(71,45,45)
#574040
(87,64,64)
#675353
(103,83,83)
#776666
(119,102,102)
#877979
(135,121,121)
#978C8C
(151,140,140)
#A79F9F
(167,159,159)
#B7B2B2
(183,178,178)
#C7C5C5
(199,197,197)
#D7D8D8
(215,216,216)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472D2D; }

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

This text font color is #472D2D.


Background Color

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

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

This div background color is #472D2D.


Border color

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

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

This div border color is #472D2D.


Opacity

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

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

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

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

This text has shadow with #472D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D2D on black background.


Color preview on white background

This text has color #472D2D on white background.



Black color preview on #472D2D background

This text has black color on #472D2D background.


White color preview on #472D2D background

This text has white color on #472D2D background.