COLOR #475115

HEX: #475115
RGB: (71,81,21)

Color info

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

RGB color model

#475115 color RGB value is (71,81,21).

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

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 21 of 255 = 8%

71
81
21

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

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 21 = 173 (100%)
R 71 of 173 ~ 41.04%
G 81 of 173 ~ 46.82%
B 21 of 173 ~ 12.14%

%41.04
%46.82
%12.14

CMYK color model

#475115 color CMYK value is (12,0,74,68).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 74.07%
  • key color value is 68.24%
CMYK:
(12,0,74,68)
C12M0Y74K68 
(12%,0%,74%,68%)
(0.12/0.00/0.74/0.68)	

CMYK percentages

%12.35
%0
%74.07
%68.24

Codes

Color #475115 in popluar color models

475115
RGB718121
HSL70°58.82%20.00%
HSB/HSV70°74.07%31.76%
CMYK12.35%0.00%74.07%
68.24%

Color #475115 in popluar number systems.

HEX475115
Decimal718121
Binary1000111101000110101
Octal10712125

Shades and tints

Shades of #475115

#475115
(71,81,21)
#414A14
(65,74,20)
#3B4313
(59,67,19)
#353C12
(53,60,18)
#2F3511
(47,53,17)
#292E10
(41,46,16)
#23270F
(35,39,15)
#1D200E
(29,32,14)
#17190D
(23,25,13)
#11120C
(17,18,12)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #475115

#475115
(71,81,21)
#57602A
(87,96,42)
#676F3F
(103,111,63)
#777E54
(119,126,84)
#878D69
(135,141,105)
#979C7E
(151,156,126)
#A7AB93
(167,171,147)
#B7BAA8
(183,186,168)
#C7C9BD
(199,201,189)
#D7D8D2
(215,216,210)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475115; }

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

This text font color is #475115.


Background Color

.myBgColor { background-color: #475115; }

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

This div background color is #475115.


Border color

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

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

This div border color is #475115.


Opacity

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

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

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

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

This text has shadow with #475115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475115 on black background.


Color preview on white background

This text has color #475115 on white background.



Black color preview on #475115 background

This text has black color on #475115 background.


White color preview on #475115 background

This text has white color on #475115 background.