COLOR #474521

HEX: #474521
RGB: (71,69,33)

Color info

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

RGB color model

#474521 color RGB value is (71,69,33).

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

RGB channels and saturation

R 71 of 255 = 28%
G 69 of 255 = 27%
B 33 of 255 = 13%

71
69
33

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

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 33 = 173 (100%)
R 71 of 173 ~ 41.04%
G 69 of 173 ~ 39.88%
B 33 of 173 ~ 19.08%

%41.04
%39.88
%19.08

CMYK color model

#474521 color CMYK value is (0,3,54,72).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 53.52%
  • key color value is 72.16%
CMYK:
(0,3,54,72)
C0M3Y54K72 
(0%,3%,54%,72%)
(0.00/0.03/0.54/0.72)	

CMYK percentages

%0
%2.82
%53.52
%72.16

Codes

Color #474521 in popluar color models

474521
RGB716933
HSL57°36.54%20.39%
HSB/HSV57°53.52%27.84%
CMYK0.00%2.82%53.52%
72.16%

Color #474521 in popluar number systems.

HEX474521
Decimal716933
Binary10001111000101100001
Octal10710541

Shades and tints

Shades of #474521

#474521
(71,69,33)
#413F1E
(65,63,30)
#3B391B
(59,57,27)
#353318
(53,51,24)
#2F2D15
(47,45,21)
#292712
(41,39,18)
#23210F
(35,33,15)
#1D1B0C
(29,27,12)
#171509
(23,21,9)
#110F06
(17,15,6)
#0B0903
(11,9,3)
#000000
(0,0,0)

Tints of #474521

#474521
(71,69,33)
#575535
(87,85,53)
#676549
(103,101,73)
#77755D
(119,117,93)
#878571
(135,133,113)
#979585
(151,149,133)
#A7A599
(167,165,153)
#B7B5AD
(183,181,173)
#C7C5C1
(199,197,193)
#D7D5D5
(215,213,213)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474521; }

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

This text font color is #474521.


Background Color

.myBgColor { background-color: #474521; }

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

This div background color is #474521.


Border color

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

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

This div border color is #474521.


Opacity

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

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

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

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

This text has shadow with #474521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474521 on black background.


Color preview on white background

This text has color #474521 on white background.



Black color preview on #474521 background

This text has black color on #474521 background.


White color preview on #474521 background

This text has white color on #474521 background.