COLOR #475D15

HEX: #475D15
RGB: (71,93,21)

Color info

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

RGB color model

#475D15 color RGB value is (71,93,21).

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

RGB channels and saturation

R 71 of 255 = 28%
G 93 of 255 = 36%
B 21 of 255 = 8%

71
93
21

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

Portions of RGB colors in percentages

R + G + B =
71 + 93 + 21 = 185 (100%)
R 71 of 185 ~ 38.38%
G 93 of 185 ~ 50.27%
B 21 of 185 ~ 11.35%

%38.38
%50.27
%11.35

CMYK color model

#475D15 color CMYK value is (24,0,77,64).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 77.42%
  • key color value is 63.53%
CMYK:
(24,0,77,64)
C24M0Y77K64 
(24%,0%,77%,64%)
(0.24/0.00/0.77/0.64)	

CMYK percentages

%23.66
%0
%77.42
%63.53

Codes

Color #475D15 in popluar color models

475D15
RGB719321
HSL78°63.16%22.35%
HSB/HSV78°77.42%36.47%
CMYK23.66%0.00%77.42%
63.53%

Color #475D15 in popluar number systems.

HEX475D15
Decimal719321
Binary1000111101110110101
Octal10713525

Shades and tints

Shades of #475D15

#475D15
(71,93,21)
#415514
(65,85,20)
#3B4D13
(59,77,19)
#354512
(53,69,18)
#2F3D11
(47,61,17)
#293510
(41,53,16)
#232D0F
(35,45,15)
#1D250E
(29,37,14)
#171D0D
(23,29,13)
#11150C
(17,21,12)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #475D15

#475D15
(71,93,21)
#576B2A
(87,107,42)
#67793F
(103,121,63)
#778754
(119,135,84)
#879569
(135,149,105)
#97A37E
(151,163,126)
#A7B193
(167,177,147)
#B7BFA8
(183,191,168)
#C7CDBD
(199,205,189)
#D7DBD2
(215,219,210)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475D15; }

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

This text font color is #475D15.


Background Color

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

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

This div background color is #475D15.


Border color

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

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

This div border color is #475D15.


Opacity

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

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

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

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

This text has shadow with #475D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475D15 on black background.


Color preview on white background

This text has color #475D15 on white background.



Black color preview on #475D15 background

This text has black color on #475D15 background.


White color preview on #475D15 background

This text has white color on #475D15 background.