COLOR #532253

HEX: #532253
RGB: (83,34,83)

Color info

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

RGB color model

#532253 color RGB value is (83,34,83).

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

RGB channels and saturation

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

83
34
83

R + G + B ~ 26%. #532253 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 34 + 83 = 200 (100%)
R 83 of 200 ~ 41.5%
G 34 of 200 ~ 17%
B 83 of 200 ~ 41.5%

%41.5
%17
%41.5

CMYK color model

#532253 color CMYK value is (0,59,0,67).

  • cyan value is 0.00%
  • magenta value is 59.04%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(0,59,0,67)
C0M59Y0K67 
(0%,59%,0%,67%)
(0.00/0.59/0.00/0.67)	

CMYK percentages

%0
%59.04
%0
%67.45

Codes

Color #532253 in popluar color models

532253
RGB833483
HSL300°41.88%22.94%
HSB/HSV300°59.04%32.55%
CMYK0.00%59.04%0.00%
67.45%

Color #532253 in popluar number systems.

HEX532253
Decimal833483
Binary10100111000101010011
Octal12342123

Shades and tints

Shades of #532253

#532253
(83,34,83)
#4C1F4C
(76,31,76)
#451C45
(69,28,69)
#3E193E
(62,25,62)
#371637
(55,22,55)
#301330
(48,19,48)
#291029
(41,16,41)
#220D22
(34,13,34)
#1B0A1B
(27,10,27)
#140714
(20,7,20)
#0D040D
(13,4,13)
#000000
(0,0,0)

Tints of #532253

#532253
(83,34,83)
#623662
(98,54,98)
#714A71
(113,74,113)
#805E80
(128,94,128)
#8F728F
(143,114,143)
#9E869E
(158,134,158)
#AD9AAD
(173,154,173)
#BCAEBC
(188,174,188)
#CBC2CB
(203,194,203)
#DAD6DA
(218,214,218)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532253; }

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

This text font color is #532253.


Background Color

.myBgColor { background-color: #532253; }

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

This div background color is #532253.


Border color

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

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

This div border color is #532253.


Opacity

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

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

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

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

This text has shadow with #532253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532253 on black background.


Color preview on white background

This text has color #532253 on white background.



Black color preview on #532253 background

This text has black color on #532253 background.


White color preview on #532253 background

This text has white color on #532253 background.