COLOR #472D22

HEX: #472D22 RGB: (71,45,34)

Color info

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

RGB color model

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

RGB: (71,45,34) (28%, 18%, 13%)

RGB channels and saturation

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

71
45
34

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

Portions of RGB colors in percentages

R + G + B = 71 + 45 + 34 = 150 (100%)
R 71 of 150 ~ 47.33%
G 45 of 150 ~ 30%
B 34 of 150 ~ 22.67'%

%47.33
%30
%22.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 52.11%
  • key color value is 72.16%

CMYK: (0,37,52,72)
C0M37Y52K72 (0%, 37%, 52%, 72%)
(0.00 / 0.37 / 0.52 / 0.72)

CMYK percentages

%0
%36.62
%52.11
%72.16

Codes

Color #472D22 in popluar color models

47 2D 22
RGB 71 45 34
HSL 18° 35.24% 20.59%
HSB/HSV 18° 52.11% 27.84%
CMYK 0.00% 36.62% 52.11%
72.16%

Color #472D22 in popluar number systems.

HEX 47 2D 22
Decimal 71 45 34
Binary 1000111 101101 100010
Octal 107 55 42

Shades and tints

Shades of #472D22

#472D22
(71,45,34)
#41291F
(65,41,31)
#3B251C
(59,37,28)
#352119
(53,33,25)
#2F1D16
(47,29,22)
#291913
(41,25,19)
#231510
(35,21,16)
#1D110D
(29,17,13)
#170D0A
(23,13,10)
#110907
(17,9,7)
#0B0504
(11,5,4)
#000000
(0,0,0)

Tints of #472D22

#472D22
(71,45,34)
#574036
(87,64,54)
#67534A
(103,83,74)
#77665E
(119,102,94)
#877972
(135,121,114)
#978C86
(151,140,134)
#A79F9A
(167,159,154)
#B7B2AE
(183,178,174)
#C7C5C2
(199,197,194)
#D7D8D6
(215,216,214)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472D22; }

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

This text font color is #472D22.

Background Color

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

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

This div background color is #472D22.

Border color

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

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

This div border color is #472D22.

Opacity

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

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

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

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

This text has shadow with #472D22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #472D22.

Preview

Color preview on black background

This text has color #472D22 on black background.


Color preview on white background

This text has color #472D22 on white background.


Black color preview on #472D22 background

This text has black color on #472D22 background.


White color preview on #472D22 background

This text has white color on #472D22 background.


Related colors

Complementary color

Complementary color for #hex is #B8D2DD.


I love getcolorcode.com

Triadic colors

1 #22472D and #2D2247 with #472D22 are triadic colors.

2 #222D47 and #2D4722 with #472D22 are triadic colors.