COLOR #475610

HEX: #475610
RGB: (71,86,16)

Color info

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

RGB color model

#475610 color RGB value is (71,86,16).

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

RGB channels and saturation

R 71 of 255 = 28%
G 86 of 255 = 34%
B 16 of 255 = 6%

71
86
16

R + G + B ~ 23%. #475610 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 86 + 16 = 173 (100%)
R 71 of 173 ~ 41.04%
G 86 of 173 ~ 49.71%
B 16 of 173 ~ 9.25%

%41.04
%49.71

CMYK color model

#475610 color CMYK value is (17,0,81,66).

  • cyan value is 17.44%
  • magenta value is 0.00%
  • yellow value is 81.40%
  • key color value is 66.27%
CMYK:
(17,0,81,66)
C17M0Y81K66 
(17%,0%,81%,66%)
(0.17/0.00/0.81/0.66)	

CMYK percentages

%17.44
%0
%81.4
%66.27

Codes

Color #475610 in popluar color models

475610
RGB718616
HSL73°68.63%20.00%
HSB/HSV73°81.40%33.73%
CMYK17.44%0.00%81.40%
66.27%

Color #475610 in popluar number systems.

HEX475610
Decimal718616
Binary1000111101011010000
Octal10712620

Shades and tints

Shades of #475610

#475610
(71,86,16)
#414F0F
(65,79,15)
#3B480E
(59,72,14)
#35410D
(53,65,13)
#2F3A0C
(47,58,12)
#29330B
(41,51,11)
#232C0A
(35,44,10)
#1D2509
(29,37,9)
#171E08
(23,30,8)
#111707
(17,23,7)
#0B1006
(11,16,6)
#000000
(0,0,0)

Tints of #475610

#475610
(71,86,16)
#576525
(87,101,37)
#67743A
(103,116,58)
#77834F
(119,131,79)
#879264
(135,146,100)
#97A179
(151,161,121)
#A7B08E
(167,176,142)
#B7BFA3
(183,191,163)
#C7CEB8
(199,206,184)
#D7DDCD
(215,221,205)
#E7ECE2
(231,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475610; }

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

This text font color is #475610.


Background Color

.myBgColor { background-color: #475610; }

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

This div background color is #475610.


Border color

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

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

This div border color is #475610.


Opacity

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

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

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

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

This text has shadow with #475610 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475610 on black background.


Color preview on white background

This text has color #475610 on white background.



Black color preview on #475610 background

This text has black color on #475610 background.


White color preview on #475610 background

This text has white color on #475610 background.