COLOR #52221C

HEX: #52221C
RGB: (82,34,28)

Color info

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

RGB color model

#52221C color RGB value is (82,34,28).

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

RGB channels and saturation

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

82
34
28

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

Portions of RGB colors in percentages

R + G + B =
82 + 34 + 28 = 144 (100%)
R 82 of 144 ~ 56.94%
G 34 of 144 ~ 23.61%
B 28 of 144 ~ 19.44%

%56.94
%23.61
%19.44

CMYK color model

#52221C color CMYK value is (0,59,66,68).

  • cyan value is 0.00%
  • magenta value is 58.54%
  • yellow value is 65.85%
  • key color value is 67.84%
CMYK:
(0,59,66,68)
C0M59Y66K68 
(0%,59%,66%,68%)
(0.00/0.59/0.66/0.68)	

CMYK percentages

%0
%58.54
%65.85
%67.84

Codes

Color #52221C in popluar color models

52221C
RGB823428
HSL49.09%21.57%
HSB/HSV65.85%32.16%
CMYK0.00%58.54%65.85%
67.84%

Color #52221C in popluar number systems.

HEX52221C
Decimal823428
Binary101001010001011100
Octal1224234

Shades and tints

Shades of #52221C

#52221C
(82,34,28)
#4B1F1A
(75,31,26)
#441C18
(68,28,24)
#3D1916
(61,25,22)
#361614
(54,22,20)
#2F1312
(47,19,18)
#281010
(40,16,16)
#210D0E
(33,13,14)
#1A0A0C
(26,10,12)
#13070A
(19,7,10)
#0C0408
(12,4,8)
#000000
(0,0,0)

Tints of #52221C

#52221C
(82,34,28)
#613630
(97,54,48)
#704A44
(112,74,68)
#7F5E58
(127,94,88)
#8E726C
(142,114,108)
#9D8680
(157,134,128)
#AC9A94
(172,154,148)
#BBAEA8
(187,174,168)
#CAC2BC
(202,194,188)
#D9D6D0
(217,214,208)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52221C; }

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

This text font color is #52221C.


Background Color

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

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

This div background color is #52221C.


Border color

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

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

This div border color is #52221C.


Opacity

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

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

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

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

This text has shadow with #52221C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52221C on black background.


Color preview on white background

This text has color #52221C on white background.



Black color preview on #52221C background

This text has black color on #52221C background.


White color preview on #52221C background

This text has white color on #52221C background.