COLOR #475716

HEX: #475716
RGB: (71,87,22)

Color info

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

RGB color model

#475716 color RGB value is (71,87,22).

  • red value is 71;
  • green value is 87;
  • blue value is 22.
RGB:
(71,87,22)
(28%,34%,9%)

RGB channels and saturation

R 71 of 255 = 28%
G 87 of 255 = 34%
B 22 of 255 = 9%

71
87
22

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

Portions of RGB colors in percentages

R + G + B =
71 + 87 + 22 = 180 (100%)
R 71 of 180 ~ 39.44%
G 87 of 180 ~ 48.33%
B 22 of 180 ~ 12.22%

%39.44
%48.33
%12.22

CMYK color model

#475716 color CMYK value is (18,0,75,66).

  • cyan value is 18.39%
  • magenta value is 0.00%
  • yellow value is 74.71%
  • key color value is 65.88%
CMYK:
(18,0,75,66)
C18M0Y75K66 
(18%,0%,75%,66%)
(0.18/0.00/0.75/0.66)	

CMYK percentages

%18.39
%0
%74.71
%65.88

Codes

Color #475716 in popluar color models

475716
RGB718722
HSL75°59.63%21.37%
HSB/HSV75°74.71%34.12%
CMYK18.39%0.00%74.71%
65.88%

Color #475716 in popluar number systems.

HEX475716
Decimal718722
Binary1000111101011110110
Octal10712726

Shades and tints

Shades of #475716

#475716
(71,87,22)
#415014
(65,80,20)
#3B4912
(59,73,18)
#354210
(53,66,16)
#2F3B0E
(47,59,14)
#29340C
(41,52,12)
#232D0A
(35,45,10)
#1D2608
(29,38,8)
#171F06
(23,31,6)
#111804
(17,24,4)
#0B1102
(11,17,2)
#000000
(0,0,0)

Tints of #475716

#475716
(71,87,22)
#57662B
(87,102,43)
#677540
(103,117,64)
#778455
(119,132,85)
#87936A
(135,147,106)
#97A27F
(151,162,127)
#A7B194
(167,177,148)
#B7C0A9
(183,192,169)
#C7CFBE
(199,207,190)
#D7DED3
(215,222,211)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475716 color. Also use rgb(71,87,22) instead hex code.

Text Font Color

.myTextColor { color: #475716; }

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

This text font color is #475716.


Background Color

.myBgColor { background-color: #475716; }

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

This div background color is #475716.


Border color

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

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

This div border color is #475716.


Opacity

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

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

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

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

This text has shadow with #475716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475716 on black background.


Color preview on white background

This text has color #475716 on white background.



Black color preview on #475716 background

This text has black color on #475716 background.


White color preview on #475716 background

This text has white color on #475716 background.