COLOR #474D08

HEX: #474D08
RGB: (71,77,8)

Color info

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

RGB color model

#474D08 color RGB value is (71,77,8).

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

RGB channels and saturation

R 71 of 255 = 28%
G 77 of 255 = 30%
B 8 of 255 = 3%

71
77
8

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

Portions of RGB colors in percentages

R + G + B =
71 + 77 + 8 = 156 (100%)
R 71 of 156 ~ 45.51%
G 77 of 156 ~ 49.36%
B 8 of 156 ~ 5.13%

%45.51
%49.36

CMYK color model

#474D08 color CMYK value is (8,0,90,70).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 89.61%
  • key color value is 69.80%
CMYK:
(8,0,90,70)
C8M0Y90K70 
(8%,0%,90%,70%)
(0.08/0.00/0.90/0.70)	

CMYK percentages

%7.79
%0
%89.61
%69.8

Codes

Color #474D08 in popluar color models

474D08
RGB71778
HSL65°81.18%16.67%
HSB/HSV65°89.61%30.20%
CMYK7.79%0.00%89.61%
69.80%

Color #474D08 in popluar number systems.

HEX474D08
Decimal71778
Binary100011110011011000
Octal10711510

Shades and tints

Shades of #474D08

#474D08
(71,77,8)
#414608
(65,70,8)
#3B3F08
(59,63,8)
#353808
(53,56,8)
#2F3108
(47,49,8)
#292A08
(41,42,8)
#232308
(35,35,8)
#1D1C08
(29,28,8)
#171508
(23,21,8)
#110E08
(17,14,8)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #474D08

#474D08
(71,77,8)
#575D1E
(87,93,30)
#676D34
(103,109,52)
#777D4A
(119,125,74)
#878D60
(135,141,96)
#979D76
(151,157,118)
#A7AD8C
(167,173,140)
#B7BDA2
(183,189,162)
#C7CDB8
(199,205,184)
#D7DDCE
(215,221,206)
#E7EDE4
(231,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474D08; }

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

This text font color is #474D08.


Background Color

.myBgColor { background-color: #474D08; }

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

This div background color is #474D08.


Border color

.myBorderColor { border: 1px solid #474D08; }

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

This div border color is #474D08.


Opacity

.myOpacity80 { color: #474D08; opacity: 0.8; }

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

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

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

This text has shadow with #474D08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474D08 on black background.


Color preview on white background

This text has color #474D08 on white background.



Black color preview on #474D08 background

This text has black color on #474D08 background.


White color preview on #474D08 background

This text has white color on #474D08 background.