COLOR #477406

HEX: #477406
RGB: (71,116,6)

Color info

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

RGB color model

#477406 color RGB value is (71,116,6).

  • red value is 71;
  • green value is 116;
  • blue value is 6.
RGB:
(71,116,6)
(28%,45%,2%)

RGB channels and saturation

R 71 of 255 = 28%
G 116 of 255 = 45%
B 6 of 255 = 2%

71
116
6

R + G + B ~ 25%. #477406 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 116 + 6 = 193 (100%)
R 71 of 193 ~ 36.79%
G 116 of 193 ~ 60.1%
B 6 of 193 ~ 3.11%

%36.79
%60.1

CMYK color model

#477406 color CMYK value is (39,0,95,55).

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 94.83%
  • key color value is 54.51%
CMYK:
(39,0,95,55)
C39M0Y95K55 
(39%,0%,95%,55%)
(0.39/0.00/0.95/0.55)	

CMYK percentages

%38.79
%0
%94.83
%54.51

Codes

Color #477406 in popluar color models

477406
RGB711166
HSL85°90.16%23.92%
HSB/HSV85°94.83%45.49%
CMYK38.79%0.00%94.83%
54.51%

Color #477406 in popluar number systems.

HEX477406
Decimal711166
Binary10001111110100110
Octal1071646

Shades and tints

Shades of #477406

#477406
(71,116,6)
#416A06
(65,106,6)
#3B6006
(59,96,6)
#355606
(53,86,6)
#2F4C06
(47,76,6)
#294206
(41,66,6)
#233806
(35,56,6)
#1D2E06
(29,46,6)
#172406
(23,36,6)
#111A06
(17,26,6)
#0B1006
(11,16,6)
#000000
(0,0,0)

Tints of #477406

#477406
(71,116,6)
#57801C
(87,128,28)
#678C32
(103,140,50)
#779848
(119,152,72)
#87A45E
(135,164,94)
#97B074
(151,176,116)
#A7BC8A
(167,188,138)
#B7C8A0
(183,200,160)
#C7D4B6
(199,212,182)
#D7E0CC
(215,224,204)
#E7ECE2
(231,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477406 color. Also use rgb(71,116,6) instead hex code.

Text Font Color

.myTextColor { color: #477406; }

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

This text font color is #477406.


Background Color

.myBgColor { background-color: #477406; }

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

This div background color is #477406.


Border color

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

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

This div border color is #477406.


Opacity

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

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

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

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

This text has shadow with #477406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477406 on black background.


Color preview on white background

This text has color #477406 on white background.



Black color preview on #477406 background

This text has black color on #477406 background.


White color preview on #477406 background

This text has white color on #477406 background.