COLOR #475217

HEX: #475217
RGB: (71,82,23)

Color info

#475217 contains red, green and blue colors in about the same proportion. Web safe color of #475217 is #336600 (or #360).

RGB color model

#475217 color RGB value is (71,82,23).

  • red value is 71;
  • green value is 82;
  • blue value is 23.
RGB:
(71,82,23)
(28%,32%,9%)

RGB channels and saturation

R 71 of 255 = 28%
G 82 of 255 = 32%
B 23 of 255 = 9%

71
82
23

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

Portions of RGB colors in percentages

R + G + B =
71 + 82 + 23 = 176 (100%)
R 71 of 176 ~ 40.34%
G 82 of 176 ~ 46.59%
B 23 of 176 ~ 13.07%

%40.34
%46.59
%13.07

CMYK color model

#475217 color CMYK value is (13,0,72,68).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 71.95%
  • key color value is 67.84%
CMYK:
(13,0,72,68)
C13M0Y72K68 
(13%,0%,72%,68%)
(0.13/0.00/0.72/0.68)	

CMYK percentages

%13.41
%0
%71.95
%67.84

Codes

Color #475217 in popluar color models

475217
RGB718223
HSL71°56.19%20.59%
HSB/HSV71°71.95%32.16%
CMYK13.41%0.00%71.95%
67.84%

Color #475217 in popluar number systems.

HEX475217
Decimal718223
Binary1000111101001010111
Octal10712227

Shades and tints

Shades of #475217

#475217
(71,82,23)
#414B15
(65,75,21)
#3B4413
(59,68,19)
#353D11
(53,61,17)
#2F360F
(47,54,15)
#292F0D
(41,47,13)
#23280B
(35,40,11)
#1D2109
(29,33,9)
#171A07
(23,26,7)
#111305
(17,19,5)
#0B0C03
(11,12,3)
#000000
(0,0,0)

Tints of #475217

#475217
(71,82,23)
#57612C
(87,97,44)
#677041
(103,112,65)
#777F56
(119,127,86)
#878E6B
(135,142,107)
#979D80
(151,157,128)
#A7AC95
(167,172,149)
#B7BBAA
(183,187,170)
#C7CABF
(199,202,191)
#D7D9D4
(215,217,212)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475217 color. Also use rgb(71,82,23) instead hex code.

Text Font Color

.myTextColor { color: #475217; }

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

This text font color is #475217.


Background Color

.myBgColor { background-color: #475217; }

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

This div background color is #475217.


Border color

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

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

This div border color is #475217.


Opacity

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

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

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

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

This text has shadow with #475217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475217 on black background.


Color preview on white background

This text has color #475217 on white background.



Black color preview on #475217 background

This text has black color on #475217 background.


White color preview on #475217 background

This text has white color on #475217 background.