COLOR #472121

HEX: #472121
RGB: (71,33,33)

Color info

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

RGB color model

#472121 color RGB value is (71,33,33).

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

RGB channels and saturation

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

71
33
33

R + G + B ~ 18%. #472121 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 33 + 33 = 137 (100%)
R 71 of 137 ~ 51.82%
G 33 of 137 ~ 24.09%
B 33 of 137 ~ 24.09%

%51.82
%24.09
%24.09

CMYK color model

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

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

CMYK percentages

%0
%53.52
%53.52
%72.16

Codes

Color #472121 in popluar color models

472121
RGB713333
HSL36.54%20.39%
HSB/HSV53.52%27.84%
CMYK0.00%53.52%53.52%
72.16%

Color #472121 in popluar number systems.

HEX472121
Decimal713333
Binary1000111100001100001
Octal1074141

Shades and tints

Shades of #472121

#472121
(71,33,33)
#411E1E
(65,30,30)
#3B1B1B
(59,27,27)
#351818
(53,24,24)
#2F1515
(47,21,21)
#291212
(41,18,18)
#230F0F
(35,15,15)
#1D0C0C
(29,12,12)
#170909
(23,9,9)
#110606
(17,6,6)
#0B0303
(11,3,3)
#000000
(0,0,0)

Tints of #472121

#472121
(71,33,33)
#573535
(87,53,53)
#674949
(103,73,73)
#775D5D
(119,93,93)
#877171
(135,113,113)
#978585
(151,133,133)
#A79999
(167,153,153)
#B7ADAD
(183,173,173)
#C7C1C1
(199,193,193)
#D7D5D5
(215,213,213)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472121; }

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

This text font color is #472121.


Background Color

.myBgColor { background-color: #472121; }

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

This div background color is #472121.


Border color

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

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

This div border color is #472121.


Opacity

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

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

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

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

This text has shadow with #472121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472121 on black background.


Color preview on white background

This text has color #472121 on white background.



Black color preview on #472121 background

This text has black color on #472121 background.


White color preview on #472121 background

This text has white color on #472121 background.