COLOR #532652

HEX: #532652
RGB: (83,38,82)

Color info

#532652 contains red, green and blue colors in about the same proportion. Web safe color of #532652 is #663366 (or #636).

RGB color model

#532652 color RGB value is (83,38,82).

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

RGB channels and saturation

R 83 of 255 = 33%
G 38 of 255 = 15%
B 82 of 255 = 32%

83
38
82

R + G + B ~ 27%. #532652 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 38 + 82 = 203 (100%)
R 83 of 203 ~ 40.89%
G 38 of 203 ~ 18.72%
B 82 of 203 ~ 40.39%

%40.89
%18.72
%40.39

CMYK color model

#532652 color CMYK value is (0,54,1,67).

  • cyan value is 0.00%
  • magenta value is 54.22%
  • yellow value is 1.20%
  • key color value is 67.45%
CMYK:
(0,54,1,67)
C0M54Y1K67 
(0%,54%,1%,67%)
(0.00/0.54/0.01/0.67)	

CMYK percentages

%0
%54.22
%1.2
%67.45

Codes

Color #532652 in popluar color models

532652
RGB833882
HSL301°37.19%23.73%
HSB/HSV301°54.22%32.55%
CMYK0.00%54.22%1.20%
67.45%

Color #532652 in popluar number systems.

HEX532652
Decimal833882
Binary10100111001101010010
Octal12346122

Shades and tints

Shades of #532652

#532652
(83,38,82)
#4C234B
(76,35,75)
#452044
(69,32,68)
#3E1D3D
(62,29,61)
#371A36
(55,26,54)
#30172F
(48,23,47)
#291428
(41,20,40)
#221121
(34,17,33)
#1B0E1A
(27,14,26)
#140B13
(20,11,19)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #532652

#532652
(83,38,82)
#623961
(98,57,97)
#714C70
(113,76,112)
#805F7F
(128,95,127)
#8F728E
(143,114,142)
#9E859D
(158,133,157)
#AD98AC
(173,152,172)
#BCABBB
(188,171,187)
#CBBECA
(203,190,202)
#DAD1D9
(218,209,217)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532652; }

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

This text font color is #532652.


Background Color

.myBgColor { background-color: #532652; }

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

This div background color is #532652.


Border color

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

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

This div border color is #532652.


Opacity

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

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

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

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

This text has shadow with #532652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532652 on black background.


Color preview on white background

This text has color #532652 on white background.



Black color preview on #532652 background

This text has black color on #532652 background.


White color preview on #532652 background

This text has white color on #532652 background.