COLOR #475E17

HEX: #475E17
RGB: (71,94,23)

Color info

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

RGB color model

#475E17 color RGB value is (71,94,23).

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

RGB channels and saturation

R 71 of 255 = 28%
G 94 of 255 = 37%
B 23 of 255 = 9%

71
94
23

R + G + B ~ 25%. #475E17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 94 + 23 = 188 (100%)
R 71 of 188 ~ 37.77%
G 94 of 188 ~ 50%
B 23 of 188 ~ 12.23%

%37.77
%50
%12.23

CMYK color model

#475E17 color CMYK value is (24,0,76,63).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 75.53%
  • key color value is 63.14%
CMYK:
(24,0,76,63)
C24M0Y76K63 
(24%,0%,76%,63%)
(0.24/0.00/0.76/0.63)	

CMYK percentages

%24.47
%0
%75.53
%63.14

Codes

Color #475E17 in popluar color models

475E17
RGB719423
HSL79°60.68%22.94%
HSB/HSV79°75.53%36.86%
CMYK24.47%0.00%75.53%
63.14%

Color #475E17 in popluar number systems.

HEX475E17
Decimal719423
Binary1000111101111010111
Octal10713627

Shades and tints

Shades of #475E17

#475E17
(71,94,23)
#415615
(65,86,21)
#3B4E13
(59,78,19)
#354611
(53,70,17)
#2F3E0F
(47,62,15)
#29360D
(41,54,13)
#232E0B
(35,46,11)
#1D2609
(29,38,9)
#171E07
(23,30,7)
#111605
(17,22,5)
#0B0E03
(11,14,3)
#000000
(0,0,0)

Tints of #475E17

#475E17
(71,94,23)
#576C2C
(87,108,44)
#677A41
(103,122,65)
#778856
(119,136,86)
#87966B
(135,150,107)
#97A480
(151,164,128)
#A7B295
(167,178,149)
#B7C0AA
(183,192,170)
#C7CEBF
(199,206,191)
#D7DCD4
(215,220,212)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475E17; }

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

This text font color is #475E17.


Background Color

.myBgColor { background-color: #475E17; }

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

This div background color is #475E17.


Border color

.myBorderColor { border: 1px solid #475E17; }

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

This div border color is #475E17.


Opacity

.myOpacity80 { color: #475E17; opacity: 0.8; }

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

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

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

This text has shadow with #475E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E17 on black background.


Color preview on white background

This text has color #475E17 on white background.



Black color preview on #475E17 background

This text has black color on #475E17 background.


White color preview on #475E17 background

This text has white color on #475E17 background.