COLOR #476D13

HEX: #476D13
RGB: (71,109,19)

Color info

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

RGB color model

#476D13 color RGB value is (71,109,19).

  • red value is 71;
  • green value is 109;
  • blue value is 19.
RGB:
(71,109,19)
(28%,43%,7%)

RGB channels and saturation

R 71 of 255 = 28%
G 109 of 255 = 43%
B 19 of 255 = 7%

71
109
19

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

Portions of RGB colors in percentages

R + G + B =
71 + 109 + 19 = 199 (100%)
R 71 of 199 ~ 35.68%
G 109 of 199 ~ 54.77%
B 19 of 199 ~ 9.55%

%35.68
%54.77
%9.55

CMYK color model

#476D13 color CMYK value is (35,0,83,57).

  • cyan value is 34.86%
  • magenta value is 0.00%
  • yellow value is 82.57%
  • key color value is 57.25%
CMYK:
(35,0,83,57)
C35M0Y83K57 
(35%,0%,83%,57%)
(0.35/0.00/0.83/0.57)	

CMYK percentages

%34.86
%0
%82.57
%57.25

Codes

Color #476D13 in popluar color models

476D13
RGB7110919
HSL85°70.31%25.10%
HSB/HSV85°82.57%42.75%
CMYK34.86%0.00%82.57%
57.25%

Color #476D13 in popluar number systems.

HEX476D13
Decimal7110919
Binary1000111110110110011
Octal10715523

Shades and tints

Shades of #476D13

#476D13
(71,109,19)
#416412
(65,100,18)
#3B5B11
(59,91,17)
#355210
(53,82,16)
#2F490F
(47,73,15)
#29400E
(41,64,14)
#23370D
(35,55,13)
#1D2E0C
(29,46,12)
#17250B
(23,37,11)
#111C0A
(17,28,10)
#0B1309
(11,19,9)
#000000
(0,0,0)

Tints of #476D13

#476D13
(71,109,19)
#577A28
(87,122,40)
#67873D
(103,135,61)
#779452
(119,148,82)
#87A167
(135,161,103)
#97AE7C
(151,174,124)
#A7BB91
(167,187,145)
#B7C8A6
(183,200,166)
#C7D5BB
(199,213,187)
#D7E2D0
(215,226,208)
#E7EFE5
(231,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476D13 color. Also use rgb(71,109,19) instead hex code.

Text Font Color

.myTextColor { color: #476D13; }

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

This text font color is #476D13.


Background Color

.myBgColor { background-color: #476D13; }

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

This div background color is #476D13.


Border color

.myBorderColor { border: 1px solid #476D13; }

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

This div border color is #476D13.


Opacity

.myOpacity80 { color: #476D13; opacity: 0.8; }

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

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

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

This text has shadow with #476D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D13 on black background.


Color preview on white background

This text has color #476D13 on white background.



Black color preview on #476D13 background

This text has black color on #476D13 background.


White color preview on #476D13 background

This text has white color on #476D13 background.