COLOR #474021

HEX: #474021
RGB: (71,64,33)

Color info

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

RGB color model

#474021 color RGB value is (71,64,33).

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

RGB channels and saturation

R 71 of 255 = 28%
G 64 of 255 = 25%
B 33 of 255 = 13%

71
64
33

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

Portions of RGB colors in percentages

R + G + B =
71 + 64 + 33 = 168 (100%)
R 71 of 168 ~ 42.26%
G 64 of 168 ~ 38.1%
B 33 of 168 ~ 19.64%

%42.26
%38.1
%19.64

CMYK color model

#474021 color CMYK value is (0,10,54,72).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 53.52%
  • key color value is 72.16%
CMYK:
(0,10,54,72)
C0M10Y54K72 
(0%,10%,54%,72%)
(0.00/0.10/0.54/0.72)	

CMYK percentages

%0
%9.86
%53.52
%72.16

Codes

Color #474021 in popluar color models

474021
RGB716433
HSL49°36.54%20.39%
HSB/HSV49°53.52%27.84%
CMYK0.00%9.86%53.52%
72.16%

Color #474021 in popluar number systems.

HEX474021
Decimal716433
Binary10001111000000100001
Octal10710041

Shades and tints

Shades of #474021

#474021
(71,64,33)
#413B1E
(65,59,30)
#3B361B
(59,54,27)
#353118
(53,49,24)
#2F2C15
(47,44,21)
#292712
(41,39,18)
#23220F
(35,34,15)
#1D1D0C
(29,29,12)
#171809
(23,24,9)
#111306
(17,19,6)
#0B0E03
(11,14,3)
#000000
(0,0,0)

Tints of #474021

#474021
(71,64,33)
#575135
(87,81,53)
#676249
(103,98,73)
#77735D
(119,115,93)
#878471
(135,132,113)
#979585
(151,149,133)
#A7A699
(167,166,153)
#B7B7AD
(183,183,173)
#C7C8C1
(199,200,193)
#D7D9D5
(215,217,213)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474021; }

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

This text font color is #474021.


Background Color

.myBgColor { background-color: #474021; }

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

This div background color is #474021.


Border color

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

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

This div border color is #474021.


Opacity

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

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

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

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

This text has shadow with #474021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474021 on black background.


Color preview on white background

This text has color #474021 on white background.



Black color preview on #474021 background

This text has black color on #474021 background.


White color preview on #474021 background

This text has white color on #474021 background.