COLOR #532220

HEX: #532220
RGB: (83,34,32)

Color info

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

RGB color model

#532220 color RGB value is (83,34,32).

  • red value is 83;
  • green value is 34;
  • blue value is 32.
RGB:
(83,34,32)
(33%,13%,13%)

RGB channels and saturation

R 83 of 255 = 33%
G 34 of 255 = 13%
B 32 of 255 = 13%

83
34
32

R + G + B ~ 20%. #532220 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 34 + 32 = 149 (100%)
R 83 of 149 ~ 55.7%
G 34 of 149 ~ 22.82%
B 32 of 149 ~ 21.48%

%55.7
%22.82
%21.48

CMYK color model

#532220 color CMYK value is (0,59,61,67).

  • cyan value is 0.00%
  • magenta value is 59.04%
  • yellow value is 61.45%
  • key color value is 67.45%
CMYK:
(0,59,61,67)
C0M59Y61K67 
(0%,59%,61%,67%)
(0.00/0.59/0.61/0.67)	

CMYK percentages

%0
%59.04
%61.45
%67.45

Codes

Color #532220 in popluar color models

532220
RGB833432
HSL44.35%22.55%
HSB/HSV61.45%32.55%
CMYK0.00%59.04%61.45%
67.45%

Color #532220 in popluar number systems.

HEX532220
Decimal833432
Binary1010011100010100000
Octal1234240

Shades and tints

Shades of #532220

#532220
(83,34,32)
#4C1F1E
(76,31,30)
#451C1C
(69,28,28)
#3E191A
(62,25,26)
#371618
(55,22,24)
#301316
(48,19,22)
#291014
(41,16,20)
#220D12
(34,13,18)
#1B0A10
(27,10,16)
#14070E
(20,7,14)
#0D040C
(13,4,12)
#000000
(0,0,0)

Tints of #532220

#532220
(83,34,32)
#623634
(98,54,52)
#714A48
(113,74,72)
#805E5C
(128,94,92)
#8F7270
(143,114,112)
#9E8684
(158,134,132)
#AD9A98
(173,154,152)
#BCAEAC
(188,174,172)
#CBC2C0
(203,194,192)
#DAD6D4
(218,214,212)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #532220 color. Also use rgb(83,34,32) instead hex code.

Text Font Color

.myTextColor { color: #532220; }

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

This text font color is #532220.


Background Color

.myBgColor { background-color: #532220; }

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

This div background color is #532220.


Border color

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

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

This div border color is #532220.


Opacity

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

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

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

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

This text has shadow with #532220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532220 on black background.


Color preview on white background

This text has color #532220 on white background.



Black color preview on #532220 background

This text has black color on #532220 background.


White color preview on #532220 background

This text has white color on #532220 background.