COLOR #532120

HEX: #532120 RGB: (83,33,32)

Color info

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

RGB color model

#532120 color RGB value is (83,33,32).

RGB: (83,33,32) (33%, 13%, 13%)

RGB channels and saturation

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

83
33
32

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

Portions of RGB colors in percentages

R + G + B = 83 + 33 + 32 = 148 (100%)
R 83 of 148 ~ 56.08%
G 33 of 148 ~ 22.3%
B 32 of 148 ~ 21.62'%

%56.08
%22.3
%21.62

CMYK color model

#532120 color CMYK value is (0,60,61,67).

  • cyan value is 0.00%
  • magenta value is 60.24%
  • yellow value is 61.45%
  • key color value is 67.45%

CMYK: (0,60,61,67)
C0M60Y61K67 (0%, 60%, 61%, 67%)
(0.00 / 0.60 / 0.61 / 0.67)

CMYK percentages

%0
%60.24
%61.45
%67.45

Codes

Color #532120 in popluar color models

53 21 20
RGB 83 33 32
HSL 44.35% 22.55%
HSB/HSV 61.45% 32.55%
CMYK 0.00% 60.24% 61.45%
67.45%

Color #532120 in popluar number systems.

HEX 53 21 20
Decimal 83 33 32
Binary 1010011 100001 100000
Octal 123 41 40

Shades and tints

Shades of #532120

#532120
(83,33,32)
#4C1E1E
(76,30,30)
#451B1C
(69,27,28)
#3E181A
(62,24,26)
#371518
(55,21,24)
#301216
(48,18,22)
#290F14
(41,15,20)
#220C12
(34,12,18)
#1B0910
(27,9,16)
#14060E
(20,6,14)
#0D030C
(13,3,12)
#000000
(0,0,0)

Tints of #532120

#532120
(83,33,32)
#623534
(98,53,52)
#714948
(113,73,72)
#805D5C
(128,93,92)
#8F7170
(143,113,112)
#9E8584
(158,133,132)
#AD9998
(173,153,152)
#BCADAC
(188,173,172)
#CBC1C0
(203,193,192)
#DAD5D4
(218,213,212)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532120; }

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

This text font color is #532120.

Background Color

.myBgColor { background-color: #532120; }

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

This div background color is #532120.

Border color

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

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

This div border color is #532120.

Opacity

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

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

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

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

This text has shadow with #532120 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #532120.

Preview

Color preview on black background

This text has color #532120 on black background.


Color preview on white background

This text has color #532120 on white background.


Black color preview on #532120 background

This text has black color on #532120 background.


White color preview on #532120 background

This text has white color on #532120 background.


Related colors

Complementary color

Complementary color for #hex is #ACDEDF.


I love getcolorcode.com

Triadic colors

1 #205321 and #212053 with #532120 are triadic colors.

2 #202153 and #215320 with #532120 are triadic colors.