COLOR #472B18

HEX: #472B18
RGB: (71,43,24)

Color info

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

RGB color model

#472B18 color RGB value is (71,43,24).

  • red value is 71;
  • green value is 43;
  • blue value is 24.
RGB:
(71,43,24)
(28%,17%,9%)

RGB channels and saturation

R 71 of 255 = 28%
G 43 of 255 = 17%
B 24 of 255 = 9%

71
43
24

R + G + B ~ 18%. #472B18 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 43 + 24 = 138 (100%)
R 71 of 138 ~ 51.45%
G 43 of 138 ~ 31.16%
B 24 of 138 ~ 17.39%

%51.45
%31.16
%17.39

CMYK color model

#472B18 color CMYK value is (0,39,66,72).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 66.20%
  • key color value is 72.16%
CMYK:
(0,39,66,72)
C0M39Y66K72 
(0%,39%,66%,72%)
(0.00/0.39/0.66/0.72)	

CMYK percentages

%0
%39.44
%66.2
%72.16

Codes

Color #472B18 in popluar color models

472B18
RGB714324
HSL24°49.47%18.63%
HSB/HSV24°66.20%27.84%
CMYK0.00%39.44%66.20%
72.16%

Color #472B18 in popluar number systems.

HEX472B18
Decimal714324
Binary100011110101111000
Octal1075330

Shades and tints

Shades of #472B18

#472B18
(71,43,24)
#412816
(65,40,22)
#3B2514
(59,37,20)
#352212
(53,34,18)
#2F1F10
(47,31,16)
#291C0E
(41,28,14)
#23190C
(35,25,12)
#1D160A
(29,22,10)
#171308
(23,19,8)
#111006
(17,16,6)
#0B0D04
(11,13,4)
#000000
(0,0,0)

Tints of #472B18

#472B18
(71,43,24)
#573E2D
(87,62,45)
#675142
(103,81,66)
#776457
(119,100,87)
#87776C
(135,119,108)
#978A81
(151,138,129)
#A79D96
(167,157,150)
#B7B0AB
(183,176,171)
#C7C3C0
(199,195,192)
#D7D6D5
(215,214,213)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472B18; }

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

This text font color is #472B18.


Background Color

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

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

This div background color is #472B18.


Border color

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

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

This div border color is #472B18.


Opacity

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

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

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

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

This text has shadow with #472B18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472B18 on black background.


Color preview on white background

This text has color #472B18 on white background.



Black color preview on #472B18 background

This text has black color on #472B18 background.


White color preview on #472B18 background

This text has white color on #472B18 background.