COLOR #475F15

HEX: #475F15
RGB: (71,95,21)

Color info

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

RGB color model

#475F15 color RGB value is (71,95,21).

  • red value is 71;
  • green value is 95;
  • blue value is 21.
RGB:
(71,95,21)
(28%,37%,8%)

RGB channels and saturation

R 71 of 255 = 28%
G 95 of 255 = 37%
B 21 of 255 = 8%

71
95
21

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

Portions of RGB colors in percentages

R + G + B =
71 + 95 + 21 = 187 (100%)
R 71 of 187 ~ 37.97%
G 95 of 187 ~ 50.8%
B 21 of 187 ~ 11.23%

%37.97
%50.8
%11.23

CMYK color model

#475F15 color CMYK value is (25,0,78,63).

  • cyan value is 25.26%
  • magenta value is 0.00%
  • yellow value is 77.89%
  • key color value is 62.75%
CMYK:
(25,0,78,63)
C25M0Y78K63 
(25%,0%,78%,63%)
(0.25/0.00/0.78/0.63)	

CMYK percentages

%25.26
%0
%77.89
%62.75

Codes

Color #475F15 in popluar color models

475F15
RGB719521
HSL79°63.79%22.75%
HSB/HSV79°77.89%37.25%
CMYK25.26%0.00%77.89%
62.75%

Color #475F15 in popluar number systems.

HEX475F15
Decimal719521
Binary1000111101111110101
Octal10713725

Shades and tints

Shades of #475F15

#475F15
(71,95,21)
#415714
(65,87,20)
#3B4F13
(59,79,19)
#354712
(53,71,18)
#2F3F11
(47,63,17)
#293710
(41,55,16)
#232F0F
(35,47,15)
#1D270E
(29,39,14)
#171F0D
(23,31,13)
#11170C
(17,23,12)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #475F15

#475F15
(71,95,21)
#576D2A
(87,109,42)
#677B3F
(103,123,63)
#778954
(119,137,84)
#879769
(135,151,105)
#97A57E
(151,165,126)
#A7B393
(167,179,147)
#B7C1A8
(183,193,168)
#C7CFBD
(199,207,189)
#D7DDD2
(215,221,210)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475F15 color. Also use rgb(71,95,21) instead hex code.

Text Font Color

.myTextColor { color: #475F15; }

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

This text font color is #475F15.


Background Color

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

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

This div background color is #475F15.


Border color

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

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

This div border color is #475F15.


Opacity

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

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

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

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

This text has shadow with #475F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475F15 on black background.


Color preview on white background

This text has color #475F15 on white background.



Black color preview on #475F15 background

This text has black color on #475F15 background.


White color preview on #475F15 background

This text has white color on #475F15 background.