COLOR #474808

HEX: #474808
RGB: (71,72,8)

Color info

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

RGB color model

#474808 color RGB value is (71,72,8).

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

RGB channels and saturation

R 71 of 255 = 28%
G 72 of 255 = 28%
B 8 of 255 = 3%

71
72
8

R + G + B ~ 20%. #474808 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 72 + 8 = 151 (100%)
R 71 of 151 ~ 47.02%
G 72 of 151 ~ 47.68%
B 8 of 151 ~ 5.3%

%47.02
%47.68

CMYK color model

#474808 color CMYK value is (1,0,89,72).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 71.76%
CMYK:
(1,0,89,72)
C1M0Y89K72 
(1%,0%,89%,72%)
(0.01/0.00/0.89/0.72)	

CMYK percentages

%1.39
%0
%88.89
%71.76

Codes

Color #474808 in popluar color models

474808
RGB71728
HSL61°80.00%15.69%
HSB/HSV61°88.89%28.24%
CMYK1.39%0.00%88.89%
71.76%

Color #474808 in popluar number systems.

HEX474808
Decimal71728
Binary100011110010001000
Octal10711010

Shades and tints

Shades of #474808

#474808
(71,72,8)
#414208
(65,66,8)
#3B3C08
(59,60,8)
#353608
(53,54,8)
#2F3008
(47,48,8)
#292A08
(41,42,8)
#232408
(35,36,8)
#1D1E08
(29,30,8)
#171808
(23,24,8)
#111208
(17,18,8)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #474808

#474808
(71,72,8)
#57581E
(87,88,30)
#676834
(103,104,52)
#77784A
(119,120,74)
#878860
(135,136,96)
#979876
(151,152,118)
#A7A88C
(167,168,140)
#B7B8A2
(183,184,162)
#C7C8B8
(199,200,184)
#D7D8CE
(215,216,206)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474808; }

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

This text font color is #474808.


Background Color

.myBgColor { background-color: #474808; }

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

This div background color is #474808.


Border color

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

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

This div border color is #474808.


Opacity

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

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

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

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

This text has shadow with #474808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474808 on black background.


Color preview on white background

This text has color #474808 on white background.



Black color preview on #474808 background

This text has black color on #474808 background.


White color preview on #474808 background

This text has white color on #474808 background.