COLOR #476804

HEX: #476804
RGB: (71,104,4)

Color info

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

RGB color model

#476804 color RGB value is (71,104,4).

  • red value is 71;
  • green value is 104;
  • blue value is 4.
RGB:
(71,104,4)
(28%,41%,2%)

RGB channels and saturation

R 71 of 255 = 28%
G 104 of 255 = 41%
B 4 of 255 = 2%

71
104
4

R + G + B ~ 24%. #476804 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 104 + 4 = 179 (100%)
R 71 of 179 ~ 39.66%
G 104 of 179 ~ 58.1%
B 4 of 179 ~ 2.23%

%39.66
%58.1

CMYK color model

#476804 color CMYK value is (32,0,96,59).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 96.15%
  • key color value is 59.22%
CMYK:
(32,0,96,59)
C32M0Y96K59 
(32%,0%,96%,59%)
(0.32/0.00/0.96/0.59)	

CMYK percentages

%31.73
%0
%96.15
%59.22

Codes

Color #476804 in popluar color models

476804
RGB711044
HSL80°92.59%21.18%
HSB/HSV80°96.15%40.78%
CMYK31.73%0.00%96.15%
59.22%

Color #476804 in popluar number systems.

HEX476804
Decimal711044
Binary10001111101000100
Octal1071504

Shades and tints

Shades of #476804

#476804
(71,104,4)
#415F04
(65,95,4)
#3B5604
(59,86,4)
#354D04
(53,77,4)
#2F4404
(47,68,4)
#293B04
(41,59,4)
#233204
(35,50,4)
#1D2904
(29,41,4)
#172004
(23,32,4)
#111704
(17,23,4)
#0B0E04
(11,14,4)
#000000
(0,0,0)

Tints of #476804

#476804
(71,104,4)
#57751A
(87,117,26)
#678230
(103,130,48)
#778F46
(119,143,70)
#879C5C
(135,156,92)
#97A972
(151,169,114)
#A7B688
(167,182,136)
#B7C39E
(183,195,158)
#C7D0B4
(199,208,180)
#D7DDCA
(215,221,202)
#E7EAE0
(231,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476804 color. Also use rgb(71,104,4) instead hex code.

Text Font Color

.myTextColor { color: #476804; }

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

This text font color is #476804.


Background Color

.myBgColor { background-color: #476804; }

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

This div background color is #476804.


Border color

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

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

This div border color is #476804.


Opacity

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

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

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

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

This text has shadow with #476804 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476804 on black background.


Color preview on white background

This text has color #476804 on white background.



Black color preview on #476804 background

This text has black color on #476804 background.


White color preview on #476804 background

This text has white color on #476804 background.