COLOR #472D2A

HEX: #472D2A RGB: (71,45,42)

Color info

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

RGB color model

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

RGB: (71,45,42) (28%, 18%, 16%)

RGB channels and saturation

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

71
45
42

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

Portions of RGB colors in percentages

R + G + B = 71 + 45 + 42 = 158 (100%)
R 71 of 158 ~ 44.94%
G 45 of 158 ~ 28.48%
B 42 of 158 ~ 26.58'%

%44.94
%28.48
%26.58

CMYK color model

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

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

CMYK percentages

%0
%36.62
%40.85
%72.16

Codes

Color #472D2A in popluar color models

47 2D 2A
RGB 71 45 42
HSL 25.66% 22.16%
HSB/HSV 40.85% 27.84%
CMYK 0.00% 36.62% 40.85%
72.16%

Color #472D2A in popluar number systems.

HEX 47 2D 2A
Decimal 71 45 42
Binary 1000111 101101 101010
Octal 107 55 52

Shades and tints

Shades of #472D2A

#472D2A
(71,45,42)
#412927
(65,41,39)
#3B2524
(59,37,36)
#352121
(53,33,33)
#2F1D1E
(47,29,30)
#29191B
(41,25,27)
#231518
(35,21,24)
#1D1115
(29,17,21)
#170D12
(23,13,18)
#11090F
(17,9,15)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #472D2A

#472D2A
(71,45,42)
#57403D
(87,64,61)
#675350
(103,83,80)
#776663
(119,102,99)
#877976
(135,121,118)
#978C89
(151,140,137)
#A79F9C
(167,159,156)
#B7B2AF
(183,178,175)
#C7C5C2
(199,197,194)
#D7D8D5
(215,216,213)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472D2A; }

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

This text font color is #472D2A.

Background Color

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

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

This div background color is #472D2A.

Border color

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

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

This div border color is #472D2A.

Opacity

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

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

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

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

This text has shadow with #472D2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #472D2A.

Preview

Color preview on black background

This text has color #472D2A on black background.


Color preview on white background

This text has color #472D2A on white background.


Black color preview on #472D2A background

This text has black color on #472D2A background.


White color preview on #472D2A background

This text has white color on #472D2A background.


Related colors

Complementary color

Complementary color for #hex is #B8D2D5.


I love getcolorcode.com

Triadic colors

1 #2A472D and #2D2A47 with #472D2A are triadic colors.

2 #2A2D47 and #2D472A with #472D2A are triadic colors.