COLOR #474921

HEX: #474921
RGB: (71,73,33)

Color info

#474921 contains red, green and blue colors in about the same proportion. Web safe color of #474921 is #333333 (or #333).

RGB color model

#474921 color RGB value is (71,73,33).

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

RGB channels and saturation

R 71 of 255 = 28%
G 73 of 255 = 29%
B 33 of 255 = 13%

71
73
33

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

Portions of RGB colors in percentages

R + G + B =
71 + 73 + 33 = 177 (100%)
R 71 of 177 ~ 40.11%
G 73 of 177 ~ 41.24%
B 33 of 177 ~ 18.64%

%40.11
%41.24
%18.64

CMYK color model

#474921 color CMYK value is (3,0,55,71).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 54.79%
  • key color value is 71.37%
CMYK:
(3,0,55,71)
C3M0Y55K71 
(3%,0%,55%,71%)
(0.03/0.00/0.55/0.71)	

CMYK percentages

%2.74
%0
%54.79
%71.37

Codes

Color #474921 in popluar color models

474921
RGB717333
HSL63°37.74%20.78%
HSB/HSV63°54.79%28.63%
CMYK2.74%0.00%54.79%
71.37%

Color #474921 in popluar number systems.

HEX474921
Decimal717333
Binary10001111001001100001
Octal10711141

Shades and tints

Shades of #474921

#474921
(71,73,33)
#41431E
(65,67,30)
#3B3D1B
(59,61,27)
#353718
(53,55,24)
#2F3115
(47,49,21)
#292B12
(41,43,18)
#23250F
(35,37,15)
#1D1F0C
(29,31,12)
#171909
(23,25,9)
#111306
(17,19,6)
#0B0D03
(11,13,3)
#000000
(0,0,0)

Tints of #474921

#474921
(71,73,33)
#575935
(87,89,53)
#676949
(103,105,73)
#77795D
(119,121,93)
#878971
(135,137,113)
#979985
(151,153,133)
#A7A999
(167,169,153)
#B7B9AD
(183,185,173)
#C7C9C1
(199,201,193)
#D7D9D5
(215,217,213)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474921; }

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

This text font color is #474921.


Background Color

.myBgColor { background-color: #474921; }

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

This div background color is #474921.


Border color

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

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

This div border color is #474921.


Opacity

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

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

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

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

This text has shadow with #474921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474921 on black background.


Color preview on white background

This text has color #474921 on white background.



Black color preview on #474921 background

This text has black color on #474921 background.


White color preview on #474921 background

This text has white color on #474921 background.