COLOR #476010

HEX: #476010
RGB: (71,96,16)

Color info

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

RGB color model

#476010 color RGB value is (71,96,16).

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

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 16 of 255 = 6%

71
96
16

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

Portions of RGB colors in percentages

R + G + B =
71 + 96 + 16 = 183 (100%)
R 71 of 183 ~ 38.8%
G 96 of 183 ~ 52.46%
B 16 of 183 ~ 8.74%

%38.8
%52.46

CMYK color model

#476010 color CMYK value is (26,0,83,62).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 62.35%
CMYK:
(26,0,83,62)
C26M0Y83K62 
(26%,0%,83%,62%)
(0.26/0.00/0.83/0.62)	

CMYK percentages

%26.04
%0
%83.33
%62.35

Codes

Color #476010 in popluar color models

476010
RGB719616
HSL79°71.43%21.96%
HSB/HSV79°83.33%37.65%
CMYK26.04%0.00%83.33%
62.35%

Color #476010 in popluar number systems.

HEX476010
Decimal719616
Binary1000111110000010000
Octal10714020

Shades and tints

Shades of #476010

#476010
(71,96,16)
#41580F
(65,88,15)
#3B500E
(59,80,14)
#35480D
(53,72,13)
#2F400C
(47,64,12)
#29380B
(41,56,11)
#23300A
(35,48,10)
#1D2809
(29,40,9)
#172008
(23,32,8)
#111807
(17,24,7)
#0B1006
(11,16,6)
#000000
(0,0,0)

Tints of #476010

#476010
(71,96,16)
#576E25
(87,110,37)
#677C3A
(103,124,58)
#778A4F
(119,138,79)
#879864
(135,152,100)
#97A679
(151,166,121)
#A7B48E
(167,180,142)
#B7C2A3
(183,194,163)
#C7D0B8
(199,208,184)
#D7DECD
(215,222,205)
#E7ECE2
(231,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476010; }

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

This text font color is #476010.


Background Color

.myBgColor { background-color: #476010; }

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

This div background color is #476010.


Border color

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

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

This div border color is #476010.


Opacity

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

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

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

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

This text has shadow with #476010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476010 on black background.


Color preview on white background

This text has color #476010 on white background.



Black color preview on #476010 background

This text has black color on #476010 background.


White color preview on #476010 background

This text has white color on #476010 background.