COLOR #474916

HEX: #474916
RGB: (71,73,22)

Color info

#474916 contains red, green and blue colors in about the same proportion. Web safe color of #474916 is #333300 (or #330).

RGB color model

#474916 color RGB value is (71,73,22).

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

RGB channels and saturation

R 71 of 255 = 28%
G 73 of 255 = 29%
B 22 of 255 = 9%

71
73
22

R + G + B ~ 22%. #474916 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 73 + 22 = 166 (100%)
R 71 of 166 ~ 42.77%
G 73 of 166 ~ 43.98%
B 22 of 166 ~ 13.25%

%42.77
%43.98
%13.25

CMYK color model

#474916 color CMYK value is (3,0,70,71).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 69.86%
  • key color value is 71.37%
CMYK:
(3,0,70,71)
C3M0Y70K71 
(3%,0%,70%,71%)
(0.03/0.00/0.70/0.71)	

CMYK percentages

%2.74
%0
%69.86
%71.37

Codes

Color #474916 in popluar color models

474916
RGB717322
HSL62°53.68%18.63%
HSB/HSV62°69.86%28.63%
CMYK2.74%0.00%69.86%
71.37%

Color #474916 in popluar number systems.

HEX474916
Decimal717322
Binary1000111100100110110
Octal10711126

Shades and tints

Shades of #474916

#474916
(71,73,22)
#414314
(65,67,20)
#3B3D12
(59,61,18)
#353710
(53,55,16)
#2F310E
(47,49,14)
#292B0C
(41,43,12)
#23250A
(35,37,10)
#1D1F08
(29,31,8)
#171906
(23,25,6)
#111304
(17,19,4)
#0B0D02
(11,13,2)
#000000
(0,0,0)

Tints of #474916

#474916
(71,73,22)
#57592B
(87,89,43)
#676940
(103,105,64)
#777955
(119,121,85)
#87896A
(135,137,106)
#97997F
(151,153,127)
#A7A994
(167,169,148)
#B7B9A9
(183,185,169)
#C7C9BE
(199,201,190)
#D7D9D3
(215,217,211)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474916; }

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

This text font color is #474916.


Background Color

.myBgColor { background-color: #474916; }

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

This div background color is #474916.


Border color

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

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

This div border color is #474916.


Opacity

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

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

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

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

This text has shadow with #474916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474916 on black background.


Color preview on white background

This text has color #474916 on white background.



Black color preview on #474916 background

This text has black color on #474916 background.


White color preview on #474916 background

This text has white color on #474916 background.