COLOR #477808

HEX: #477808
RGB: (71,120,8)

Color info

#477808 contains mainly red and green colors. Web safe color of #477808 is #336600 (or #360).

RGB color model

#477808 color RGB value is (71,120,8).

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

RGB channels and saturation

R 71 of 255 = 28%
G 120 of 255 = 47%
B 8 of 255 = 3%

71
120
8

R + G + B ~ 26%. #477808 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 120 + 8 = 199 (100%)
R 71 of 199 ~ 35.68%
G 120 of 199 ~ 60.3%
B 8 of 199 ~ 4.02%

%35.68
%60.3

CMYK color model

#477808 color CMYK value is (41,0,93,53).

  • cyan value is 40.83%
  • magenta value is 0.00%
  • yellow value is 93.33%
  • key color value is 52.94%
CMYK:
(41,0,93,53)
C41M0Y93K53 
(41%,0%,93%,53%)
(0.41/0.00/0.93/0.53)	

CMYK percentages

%40.83
%0
%93.33
%52.94

Codes

Color #477808 in popluar color models

477808
RGB711208
HSL86°87.50%25.10%
HSB/HSV86°93.33%47.06%
CMYK40.83%0.00%93.33%
52.94%

Color #477808 in popluar number systems.

HEX477808
Decimal711208
Binary100011111110001000
Octal10717010

Shades and tints

Shades of #477808

#477808
(71,120,8)
#416E08
(65,110,8)
#3B6408
(59,100,8)
#355A08
(53,90,8)
#2F5008
(47,80,8)
#294608
(41,70,8)
#233C08
(35,60,8)
#1D3208
(29,50,8)
#172808
(23,40,8)
#111E08
(17,30,8)
#0B1408
(11,20,8)
#000000
(0,0,0)

Tints of #477808

#477808
(71,120,8)
#57841E
(87,132,30)
#679034
(103,144,52)
#779C4A
(119,156,74)
#87A860
(135,168,96)
#97B476
(151,180,118)
#A7C08C
(167,192,140)
#B7CCA2
(183,204,162)
#C7D8B8
(199,216,184)
#D7E4CE
(215,228,206)
#E7F0E4
(231,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477808; }

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

This text font color is #477808.


Background Color

.myBgColor { background-color: #477808; }

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

This div background color is #477808.


Border color

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

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

This div border color is #477808.


Opacity

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

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

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

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

This text has shadow with #477808 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477808 on black background.


Color preview on white background

This text has color #477808 on white background.



Black color preview on #477808 background

This text has black color on #477808 background.


White color preview on #477808 background

This text has white color on #477808 background.