COLOR #472718

HEX: #472718
RGB: (71,39,24)

Color info

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

RGB color model

#472718 color RGB value is (71,39,24).

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

RGB channels and saturation

R 71 of 255 = 28%
G 39 of 255 = 15%
B 24 of 255 = 9%

71
39
24

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

Portions of RGB colors in percentages

R + G + B =
71 + 39 + 24 = 134 (100%)
R 71 of 134 ~ 52.99%
G 39 of 134 ~ 29.1%
B 24 of 134 ~ 17.91%

%52.99
%29.1
%17.91

CMYK color model

#472718 color CMYK value is (0,45,66,72).

  • cyan value is 0.00%
  • magenta value is 45.07%
  • yellow value is 66.20%
  • key color value is 72.16%
CMYK:
(0,45,66,72)
C0M45Y66K72 
(0%,45%,66%,72%)
(0.00/0.45/0.66/0.72)	

CMYK percentages

%0
%45.07
%66.2
%72.16

Codes

Color #472718 in popluar color models

472718
RGB713924
HSL19°49.47%18.63%
HSB/HSV19°66.20%27.84%
CMYK0.00%45.07%66.20%
72.16%

Color #472718 in popluar number systems.

HEX472718
Decimal713924
Binary100011110011111000
Octal1074730

Shades and tints

Shades of #472718

#472718
(71,39,24)
#412416
(65,36,22)
#3B2114
(59,33,20)
#351E12
(53,30,18)
#2F1B10
(47,27,16)
#29180E
(41,24,14)
#23150C
(35,21,12)
#1D120A
(29,18,10)
#170F08
(23,15,8)
#110C06
(17,12,6)
#0B0904
(11,9,4)
#000000
(0,0,0)

Tints of #472718

#472718
(71,39,24)
#573A2D
(87,58,45)
#674D42
(103,77,66)
#776057
(119,96,87)
#87736C
(135,115,108)
#978681
(151,134,129)
#A79996
(167,153,150)
#B7ACAB
(183,172,171)
#C7BFC0
(199,191,192)
#D7D2D5
(215,210,213)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472718; }

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

This text font color is #472718.


Background Color

.myBgColor { background-color: #472718; }

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

This div background color is #472718.


Border color

.myBorderColor { border: 1px solid #472718; }

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

This div border color is #472718.


Opacity

.myOpacity80 { color: #472718; opacity: 0.8; }

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

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

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

This text has shadow with #472718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472718 on black background.


Color preview on white background

This text has color #472718 on white background.



Black color preview on #472718 background

This text has black color on #472718 background.


White color preview on #472718 background

This text has white color on #472718 background.