COLOR #472B12

HEX: #472B12 RGB: (71,43,18)

Color info

#472B12 contains red, green and blue colors in about the same proportion. Web safe color of #472B12 is #333300 (or #330).

RGB color model

#472B12 color RGB value is (71,43,18).

RGB: (71,43,18) (28%, 17%, 7%)

RGB channels and saturation

R 71 of 255 = 28%
G 43 of 255 = 17%
B 18 of 255 = 7%

71
43
18

R + G + B ~ 17%. #472B12 is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 43 + 18 = 132 (100%)
R 71 of 132 ~ 53.79%
G 43 of 132 ~ 32.58%
B 18 of 132 ~ 13.64'%

%53.79
%32.58
%13.64

CMYK color model

#472B12 color CMYK value is (0,39,75,72).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 74.65%
  • key color value is 72.16%

CMYK: (0,39,75,72)
C0M39Y75K72 (0%, 39%, 75%, 72%)
(0.00 / 0.39 / 0.75 / 0.72)

CMYK percentages

%0
%39.44
%74.65
%72.16

Codes

Color #472B12 in popluar color models

47 2B 12
RGB 71 43 18
HSL 28° 59.55% 17.45%
HSB/HSV 28° 74.65% 27.84%
CMYK 0.00% 39.44% 74.65%
72.16%

Color #472B12 in popluar number systems.

HEX 47 2B 12
Decimal 71 43 18
Binary 1000111 101011 10010
Octal 107 53 22

Shades and tints

Shades of #472B12

#472B12
(71,43,18)
#412811
(65,40,17)
#3B2510
(59,37,16)
#35220F
(53,34,15)
#2F1F0E
(47,31,14)
#291C0D
(41,28,13)
#23190C
(35,25,12)
#1D160B
(29,22,11)
#17130A
(23,19,10)
#111009
(17,16,9)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #472B12

#472B12
(71,43,18)
#573E27
(87,62,39)
#67513C
(103,81,60)
#776451
(119,100,81)
#877766
(135,119,102)
#978A7B
(151,138,123)
#A79D90
(167,157,144)
#B7B0A5
(183,176,165)
#C7C3BA
(199,195,186)
#D7D6CF
(215,214,207)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472B12; }

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

This text font color is #472B12.

Background Color

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

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

This div background color is #472B12.

Border color

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

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

This div border color is #472B12.

Opacity

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

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

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

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

This text has shadow with #472B12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #472B12.

Preview

Color preview on black background

This text has color #472B12 on black background.


Color preview on white background

This text has color #472B12 on white background.


Black color preview on #472B12 background

This text has black color on #472B12 background.


White color preview on #472B12 background

This text has white color on #472B12 background.


Related colors

Complementary color

Complementary color for #hex is #B8D4ED.


I love getcolorcode.com

Triadic colors

1 #12472B and #2B1247 with #472B12 are triadic colors.

2 #122B47 and #2B4712 with #472B12 are triadic colors.