COLOR #472808

HEX: #472808
RGB: (71,40,8)

Color info

#472808 contains mainly red and green colors. Web safe color of #472808 is #333300 (or #330).

RGB color model

#472808 color RGB value is (71,40,8).

  • red value is 71;
  • green value is 40;
  • blue value is 8.
RGB:
(71,40,8)
(28%,16%,3%)

RGB channels and saturation

R 71 of 255 = 28%
G 40 of 255 = 16%
B 8 of 255 = 3%

71
40
8

R + G + B ~ 16%. #472808 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 40 + 8 = 119 (100%)
R 71 of 119 ~ 59.66%
G 40 of 119 ~ 33.61%
B 8 of 119 ~ 6.72%

%59.66
%33.61

CMYK color model

#472808 color CMYK value is (0,44,89,72).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 88.73%
  • key color value is 72.16%
CMYK:
(0,44,89,72)
C0M44Y89K72 
(0%,44%,89%,72%)
(0.00/0.44/0.89/0.72)	

CMYK percentages

%0
%43.66
%88.73
%72.16

Codes

Color #472808 in popluar color models

472808
RGB71408
HSL30°79.75%15.49%
HSB/HSV30°88.73%27.84%
CMYK0.00%43.66%88.73%
72.16%

Color #472808 in popluar number systems.

HEX472808
Decimal71408
Binary10001111010001000
Octal1075010

Shades and tints

Shades of #472808

#472808
(71,40,8)
#412508
(65,37,8)
#3B2208
(59,34,8)
#351F08
(53,31,8)
#2F1C08
(47,28,8)
#291908
(41,25,8)
#231608
(35,22,8)
#1D1308
(29,19,8)
#171008
(23,16,8)
#110D08
(17,13,8)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #472808

#472808
(71,40,8)
#573B1E
(87,59,30)
#674E34
(103,78,52)
#77614A
(119,97,74)
#877460
(135,116,96)
#978776
(151,135,118)
#A79A8C
(167,154,140)
#B7ADA2
(183,173,162)
#C7C0B8
(199,192,184)
#D7D3CE
(215,211,206)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472808 color. Also use rgb(71,40,8) instead hex code.

Text Font Color

.myTextColor { color: #472808; }

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

This text font color is #472808.


Background Color

.myBgColor { background-color: #472808; }

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

This div background color is #472808.


Border color

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

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

This div border color is #472808.


Opacity

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

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

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

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

This text has shadow with #472808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472808 on black background.


Color preview on white background

This text has color #472808 on white background.



Black color preview on #472808 background

This text has black color on #472808 background.


White color preview on #472808 background

This text has white color on #472808 background.