COLOR #52220A

HEX: #52220A
RGB: (82,34,10)

Color info

#52220A contains mainly red and green colors. Web safe color of #52220A is #663300 (or #630).

RGB color model

#52220A color RGB value is (82,34,10).

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

RGB channels and saturation

R 82 of 255 = 32%
G 34 of 255 = 13%
B 10 of 255 = 4%

82
34
10

R + G + B ~ 16%. #52220A is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 34 + 10 = 126 (100%)
R 82 of 126 ~ 65.08%
G 34 of 126 ~ 26.98%
B 10 of 126 ~ 7.94%

%65.08
%26.98

CMYK color model

#52220A color CMYK value is (0,59,88,68).

  • cyan value is 0.00%
  • magenta value is 58.54%
  • yellow value is 87.80%
  • key color value is 67.84%
CMYK:
(0,59,88,68)
C0M59Y88K68 
(0%,59%,88%,68%)
(0.00/0.59/0.88/0.68)	

CMYK percentages

%0
%58.54
%87.8
%67.84

Codes

Color #52220A in popluar color models

52220A
RGB823410
HSL20°78.26%18.04%
HSB/HSV20°87.80%32.16%
CMYK0.00%58.54%87.80%
67.84%

Color #52220A in popluar number systems.

HEX52220A
Decimal823410
Binary10100101000101010
Octal1224212

Shades and tints

Shades of #52220A

#52220A
(82,34,10)
#4B1F0A
(75,31,10)
#441C0A
(68,28,10)
#3D190A
(61,25,10)
#36160A
(54,22,10)
#2F130A
(47,19,10)
#28100A
(40,16,10)
#210D0A
(33,13,10)
#1A0A0A
(26,10,10)
#13070A
(19,7,10)
#0C040A
(12,4,10)
#000000
(0,0,0)

Tints of #52220A

#52220A
(82,34,10)
#613620
(97,54,32)
#704A36
(112,74,54)
#7F5E4C
(127,94,76)
#8E7262
(142,114,98)
#9D8678
(157,134,120)
#AC9A8E
(172,154,142)
#BBAEA4
(187,174,164)
#CAC2BA
(202,194,186)
#D9D6D0
(217,214,208)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52220A color. Also use rgb(82,34,10) instead hex code.

Text Font Color

.myTextColor { color: #52220A; }

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

This text font color is #52220A.


Background Color

.myBgColor { background-color: #52220A; }

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

This div background color is #52220A.


Border color

.myBorderColor { border: 1px solid #52220A; }

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

This div border color is #52220A.


Opacity

.myOpacity80 { color: #52220A; opacity: 0.8; }

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

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

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

This text has shadow with #52220A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52220A on black background.


Color preview on white background

This text has color #52220A on white background.



Black color preview on #52220A background

This text has black color on #52220A background.


White color preview on #52220A background

This text has white color on #52220A background.