COLOR #475017

HEX: #475017
RGB: (71,80,23)

Color info

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

RGB color model

#475017 color RGB value is (71,80,23).

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

RGB channels and saturation

R 71 of 255 = 28%
G 80 of 255 = 31%
B 23 of 255 = 9%

71
80
23

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

Portions of RGB colors in percentages

R + G + B =
71 + 80 + 23 = 174 (100%)
R 71 of 174 ~ 40.8%
G 80 of 174 ~ 45.98%
B 23 of 174 ~ 13.22%

%40.8
%45.98
%13.22

CMYK color model

#475017 color CMYK value is (11,0,71,69).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 71.25%
  • key color value is 68.63%
CMYK:
(11,0,71,69)
C11M0Y71K69 
(11%,0%,71%,69%)
(0.11/0.00/0.71/0.69)	

CMYK percentages

%11.25
%0
%71.25
%68.63

Codes

Color #475017 in popluar color models

475017
RGB718023
HSL69°55.34%20.20%
HSB/HSV69°71.25%31.37%
CMYK11.25%0.00%71.25%
68.63%

Color #475017 in popluar number systems.

HEX475017
Decimal718023
Binary1000111101000010111
Octal10712027

Shades and tints

Shades of #475017

#475017
(71,80,23)
#414915
(65,73,21)
#3B4213
(59,66,19)
#353B11
(53,59,17)
#2F340F
(47,52,15)
#292D0D
(41,45,13)
#23260B
(35,38,11)
#1D1F09
(29,31,9)
#171807
(23,24,7)
#111105
(17,17,5)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #475017

#475017
(71,80,23)
#575F2C
(87,95,44)
#676E41
(103,110,65)
#777D56
(119,125,86)
#878C6B
(135,140,107)
#979B80
(151,155,128)
#A7AA95
(167,170,149)
#B7B9AA
(183,185,170)
#C7C8BF
(199,200,191)
#D7D7D4
(215,215,212)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475017; }

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

This text font color is #475017.


Background Color

.myBgColor { background-color: #475017; }

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

This div background color is #475017.


Border color

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

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

This div border color is #475017.


Opacity

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

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

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

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

This text has shadow with #475017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475017 on black background.


Color preview on white background

This text has color #475017 on white background.



Black color preview on #475017 background

This text has black color on #475017 background.


White color preview on #475017 background

This text has white color on #475017 background.