COLOR #532672

HEX: #532672
RGB: (83,38,114)

Color info

#532672 contains mainly red and blue colors. Web safe color of #532672 is #663366 (or #636).

RGB color model

#532672 color RGB value is (83,38,114).

  • red value is 83;
  • green value is 38;
  • blue value is 114.
RGB:
(83,38,114)
(33%,15%,45%)

RGB channels and saturation

R 83 of 255 = 33%
G 38 of 255 = 15%
B 114 of 255 = 45%

83
38
114

R + G + B ~ 31%. #532672 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 38 + 114 = 235 (100%)
R 83 of 235 ~ 35.32%
G 38 of 235 ~ 16.17%
B 114 of 235 ~ 48.51%

%35.32
%16.17
%48.51

CMYK color model

#532672 color CMYK value is (27,67,0,55).

  • cyan value is 27.19%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(27,67,0,55)
C27M67Y0K55 
(27%,67%,0%,55%)
(0.27/0.67/0.00/0.55)	

CMYK percentages

%27.19
%66.67
%0
%55.29

Codes

Color #532672 in popluar color models

532672
RGB8338114
HSL276°50.00%29.80%
HSB/HSV276°66.67%44.71%
CMYK27.19%66.67%0.00%
55.29%

Color #532672 in popluar number systems.

HEX532672
Decimal8338114
Binary10100111001101110010
Octal12346162

Shades and tints

Shades of #532672

#532672
(83,38,114)
#4C2368
(76,35,104)
#45205E
(69,32,94)
#3E1D54
(62,29,84)
#371A4A
(55,26,74)
#301740
(48,23,64)
#291436
(41,20,54)
#22112C
(34,17,44)
#1B0E22
(27,14,34)
#140B18
(20,11,24)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #532672

#532672
(83,38,114)
#62397E
(98,57,126)
#714C8A
(113,76,138)
#805F96
(128,95,150)
#8F72A2
(143,114,162)
#9E85AE
(158,133,174)
#AD98BA
(173,152,186)
#BCABC6
(188,171,198)
#CBBED2
(203,190,210)
#DAD1DE
(218,209,222)
#E9E4EA
(233,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532672; }

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

This text font color is #532672.


Background Color

.myBgColor { background-color: #532672; }

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

This div background color is #532672.


Border color

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

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

This div border color is #532672.


Opacity

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

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

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

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

This text has shadow with #532672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532672 on black background.


Color preview on white background

This text has color #532672 on white background.



Black color preview on #532672 background

This text has black color on #532672 background.


White color preview on #532672 background

This text has white color on #532672 background.