COLOR #477D14

HEX: #477D14
RGB: (71,125,20)

Color info

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

RGB color model

#477D14 color RGB value is (71,125,20).

  • red value is 71;
  • green value is 125;
  • blue value is 20.
RGB:
(71,125,20)
(28%,49%,8%)

RGB channels and saturation

R 71 of 255 = 28%
G 125 of 255 = 49%
B 20 of 255 = 8%

71
125
20

R + G + B ~ 28%. #477D14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 125 + 20 = 216 (100%)
R 71 of 216 ~ 32.87%
G 125 of 216 ~ 57.87%
B 20 of 216 ~ 9.26%

%32.87
%57.87

CMYK color model

#477D14 color CMYK value is (43,0,84,51).

  • cyan value is 43.20%
  • magenta value is 0.00%
  • yellow value is 84.00%
  • key color value is 50.98%
CMYK:
(43,0,84,51)
C43M0Y84K51 
(43%,0%,84%,51%)
(0.43/0.00/0.84/0.51)	

CMYK percentages

%43.2
%0
%84
%50.98

Codes

Color #477D14 in popluar color models

477D14
RGB7112520
HSL91°72.41%28.43%
HSB/HSV91°84.00%49.02%
CMYK43.20%0.00%84.00%
50.98%

Color #477D14 in popluar number systems.

HEX477D14
Decimal7112520
Binary1000111111110110100
Octal10717524

Shades and tints

Shades of #477D14

#477D14
(71,125,20)
#417213
(65,114,19)
#3B6712
(59,103,18)
#355C11
(53,92,17)
#2F5110
(47,81,16)
#29460F
(41,70,15)
#233B0E
(35,59,14)
#1D300D
(29,48,13)
#17250C
(23,37,12)
#111A0B
(17,26,11)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #477D14

#477D14
(71,125,20)
#578829
(87,136,41)
#67933E
(103,147,62)
#779E53
(119,158,83)
#87A968
(135,169,104)
#97B47D
(151,180,125)
#A7BF92
(167,191,146)
#B7CAA7
(183,202,167)
#C7D5BC
(199,213,188)
#D7E0D1
(215,224,209)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477D14 color. Also use rgb(71,125,20) instead hex code.

Text Font Color

.myTextColor { color: #477D14; }

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

This text font color is #477D14.


Background Color

.myBgColor { background-color: #477D14; }

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

This div background color is #477D14.


Border color

.myBorderColor { border: 1px solid #477D14; }

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

This div border color is #477D14.


Opacity

.myOpacity80 { color: #477D14; opacity: 0.8; }

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

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

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

This text has shadow with #477D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477D14 on black background.


Color preview on white background

This text has color #477D14 on white background.



Black color preview on #477D14 background

This text has black color on #477D14 background.


White color preview on #477D14 background

This text has white color on #477D14 background.