COLOR #52221D

HEX: #52221D
RGB: (82,34,29)

Color info

#52221D contains red, green and blue colors in about the same proportion. Web safe color of #52221D is #663333 (or #633).

RGB color model

#52221D color RGB value is (82,34,29).

  • red value is 82;
  • green value is 34;
  • blue value is 29.
RGB:
(82,34,29)
(32%,13%,11%)

RGB channels and saturation

R 82 of 255 = 32%
G 34 of 255 = 13%
B 29 of 255 = 11%

82
34
29

R + G + B ~ 19%. #52221D is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 34 + 29 = 145 (100%)
R 82 of 145 ~ 56.55%
G 34 of 145 ~ 23.45%
B 29 of 145 ~ 20%

%56.55
%23.45
%20

CMYK color model

#52221D color CMYK value is (0,59,65,68).

  • cyan value is 0.00%
  • magenta value is 58.54%
  • yellow value is 64.63%
  • key color value is 67.84%
CMYK:
(0,59,65,68)
C0M59Y65K68 
(0%,59%,65%,68%)
(0.00/0.59/0.65/0.68)	

CMYK percentages

%0
%58.54
%64.63
%67.84

Codes

Color #52221D in popluar color models

52221D
RGB823429
HSL47.75%21.76%
HSB/HSV64.63%32.16%
CMYK0.00%58.54%64.63%
67.84%

Color #52221D in popluar number systems.

HEX52221D
Decimal823429
Binary101001010001011101
Octal1224235

Shades and tints

Shades of #52221D

#52221D
(82,34,29)
#4B1F1B
(75,31,27)
#441C19
(68,28,25)
#3D1917
(61,25,23)
#361615
(54,22,21)
#2F1313
(47,19,19)
#281011
(40,16,17)
#210D0F
(33,13,15)
#1A0A0D
(26,10,13)
#13070B
(19,7,11)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #52221D

#52221D
(82,34,29)
#613631
(97,54,49)
#704A45
(112,74,69)
#7F5E59
(127,94,89)
#8E726D
(142,114,109)
#9D8681
(157,134,129)
#AC9A95
(172,154,149)
#BBAEA9
(187,174,169)
#CAC2BD
(202,194,189)
#D9D6D1
(217,214,209)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52221D color. Also use rgb(82,34,29) instead hex code.

Text Font Color

.myTextColor { color: #52221D; }

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

This text font color is #52221D.


Background Color

.myBgColor { background-color: #52221D; }

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

This div background color is #52221D.


Border color

.myBorderColor { border: 1px solid #52221D; }

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

This div border color is #52221D.


Opacity

.myOpacity80 { color: #52221D; opacity: 0.8; }

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

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

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

This text has shadow with #52221D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52221D on black background.


Color preview on white background

This text has color #52221D on white background.



Black color preview on #52221D background

This text has black color on #52221D background.


White color preview on #52221D background

This text has white color on #52221D background.