COLOR #532020

HEX: #532020
RGB: (83,32,32)

Color info

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

RGB color model

#532020 color RGB value is (83,32,32).

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

RGB channels and saturation

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

83
32
32

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

Portions of RGB colors in percentages

R + G + B =
83 + 32 + 32 = 147 (100%)
R 83 of 147 ~ 56.46%
G 32 of 147 ~ 21.77%
B 32 of 147 ~ 21.77%

%56.46
%21.77
%21.77

CMYK color model

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

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

CMYK percentages

%0
%61.45
%61.45
%67.45

Codes

Color #532020 in popluar color models

532020
RGB833232
HSL44.35%22.55%
HSB/HSV61.45%32.55%
CMYK0.00%61.45%61.45%
67.45%

Color #532020 in popluar number systems.

HEX532020
Decimal833232
Binary1010011100000100000
Octal1234040

Shades and tints

Shades of #532020

#532020
(83,32,32)
#4C1E1E
(76,30,30)
#451C1C
(69,28,28)
#3E1A1A
(62,26,26)
#371818
(55,24,24)
#301616
(48,22,22)
#291414
(41,20,20)
#221212
(34,18,18)
#1B1010
(27,16,16)
#140E0E
(20,14,14)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #532020

#532020
(83,32,32)
#623434
(98,52,52)
#714848
(113,72,72)
#805C5C
(128,92,92)
#8F7070
(143,112,112)
#9E8484
(158,132,132)
#AD9898
(173,152,152)
#BCACAC
(188,172,172)
#CBC0C0
(203,192,192)
#DAD4D4
(218,212,212)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532020; }

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

This text font color is #532020.


Background Color

.myBgColor { background-color: #532020; }

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

This div background color is #532020.


Border color

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

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

This div border color is #532020.


Opacity

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

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

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

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

This text has shadow with #532020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532020 on black background.


Color preview on white background

This text has color #532020 on white background.



Black color preview on #532020 background

This text has black color on #532020 background.


White color preview on #532020 background

This text has white color on #532020 background.