COLOR #476C10

HEX: #476C10
RGB: (71,108,16)

Color info

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

RGB color model

#476C10 color RGB value is (71,108,16).

  • red value is 71;
  • green value is 108;
  • blue value is 16.
RGB:
(71,108,16)
(28%,42%,6%)

RGB channels and saturation

R 71 of 255 = 28%
G 108 of 255 = 42%
B 16 of 255 = 6%

71
108
16

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

Portions of RGB colors in percentages

R + G + B =
71 + 108 + 16 = 195 (100%)
R 71 of 195 ~ 36.41%
G 108 of 195 ~ 55.38%
B 16 of 195 ~ 8.21%

%36.41
%55.38

CMYK color model

#476C10 color CMYK value is (34,0,85,58).

  • cyan value is 34.26%
  • magenta value is 0.00%
  • yellow value is 85.19%
  • key color value is 57.65%
CMYK:
(34,0,85,58)
C34M0Y85K58 
(34%,0%,85%,58%)
(0.34/0.00/0.85/0.58)	

CMYK percentages

%34.26
%0
%85.19
%57.65

Codes

Color #476C10 in popluar color models

476C10
RGB7110816
HSL84°74.19%24.31%
HSB/HSV84°85.19%42.35%
CMYK34.26%0.00%85.19%
57.65%

Color #476C10 in popluar number systems.

HEX476C10
Decimal7110816
Binary1000111110110010000
Octal10715420

Shades and tints

Shades of #476C10

#476C10
(71,108,16)
#41630F
(65,99,15)
#3B5A0E
(59,90,14)
#35510D
(53,81,13)
#2F480C
(47,72,12)
#293F0B
(41,63,11)
#23360A
(35,54,10)
#1D2D09
(29,45,9)
#172408
(23,36,8)
#111B07
(17,27,7)
#0B1206
(11,18,6)
#000000
(0,0,0)

Tints of #476C10

#476C10
(71,108,16)
#577925
(87,121,37)
#67863A
(103,134,58)
#77934F
(119,147,79)
#87A064
(135,160,100)
#97AD79
(151,173,121)
#A7BA8E
(167,186,142)
#B7C7A3
(183,199,163)
#C7D4B8
(199,212,184)
#D7E1CD
(215,225,205)
#E7EEE2
(231,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476C10 color. Also use rgb(71,108,16) instead hex code.

Text Font Color

.myTextColor { color: #476C10; }

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

This text font color is #476C10.


Background Color

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

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

This div background color is #476C10.


Border color

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

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

This div border color is #476C10.


Opacity

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

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

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

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

This text has shadow with #476C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476C10 on black background.


Color preview on white background

This text has color #476C10 on white background.



Black color preview on #476C10 background

This text has black color on #476C10 background.


White color preview on #476C10 background

This text has white color on #476C10 background.