COLOR #532442

HEX: #532442
RGB: (83,36,66)

Color info

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

RGB color model

#532442 color RGB value is (83,36,66).

  • red value is 83;
  • green value is 36;
  • blue value is 66.
RGB:
(83,36,66)
(33%,14%,26%)

RGB channels and saturation

R 83 of 255 = 33%
G 36 of 255 = 14%
B 66 of 255 = 26%

83
36
66

R + G + B ~ 24%. #532442 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 36 + 66 = 185 (100%)
R 83 of 185 ~ 44.86%
G 36 of 185 ~ 19.46%
B 66 of 185 ~ 35.68%

%44.86
%19.46
%35.68

CMYK color model

#532442 color CMYK value is (0,57,20,67).

  • cyan value is 0.00%
  • magenta value is 56.63%
  • yellow value is 20.48%
  • key color value is 67.45%
CMYK:
(0,57,20,67)
C0M57Y20K67 
(0%,57%,20%,67%)
(0.00/0.57/0.20/0.67)	

CMYK percentages

%0
%56.63
%20.48
%67.45

Codes

Color #532442 in popluar color models

532442
RGB833666
HSL322°39.50%23.33%
HSB/HSV322°56.63%32.55%
CMYK0.00%56.63%20.48%
67.45%

Color #532442 in popluar number systems.

HEX532442
Decimal833666
Binary10100111001001000010
Octal12344102

Shades and tints

Shades of #532442

#532442
(83,36,66)
#4C213C
(76,33,60)
#451E36
(69,30,54)
#3E1B30
(62,27,48)
#37182A
(55,24,42)
#301524
(48,21,36)
#29121E
(41,18,30)
#220F18
(34,15,24)
#1B0C12
(27,12,18)
#14090C
(20,9,12)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #532442

#532442
(83,36,66)
#623753
(98,55,83)
#714A64
(113,74,100)
#805D75
(128,93,117)
#8F7086
(143,112,134)
#9E8397
(158,131,151)
#AD96A8
(173,150,168)
#BCA9B9
(188,169,185)
#CBBCCA
(203,188,202)
#DACFDB
(218,207,219)
#E9E2EC
(233,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532442; }

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

This text font color is #532442.


Background Color

.myBgColor { background-color: #532442; }

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

This div background color is #532442.


Border color

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

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

This div border color is #532442.


Opacity

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

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

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

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

This text has shadow with #532442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532442 on black background.


Color preview on white background

This text has color #532442 on white background.



Black color preview on #532442 background

This text has black color on #532442 background.


White color preview on #532442 background

This text has white color on #532442 background.