COLOR #532850

HEX: #532850
RGB: (83,40,80)

Color info

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

RGB color model

#532850 color RGB value is (83,40,80).

  • red value is 83;
  • green value is 40;
  • blue value is 80.
RGB:
(83,40,80)
(33%,16%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 40 of 255 = 16%
B 80 of 255 = 31%

83
40
80

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

Portions of RGB colors in percentages

R + G + B =
83 + 40 + 80 = 203 (100%)
R 83 of 203 ~ 40.89%
G 40 of 203 ~ 19.7%
B 80 of 203 ~ 39.41%

%40.89
%19.7
%39.41

CMYK color model

#532850 color CMYK value is (0,52,4,67).

  • cyan value is 0.00%
  • magenta value is 51.81%
  • yellow value is 3.61%
  • key color value is 67.45%
CMYK:
(0,52,4,67)
C0M52Y4K67 
(0%,52%,4%,67%)
(0.00/0.52/0.04/0.67)	

CMYK percentages

%0
%51.81
%3.61
%67.45

Codes

Color #532850 in popluar color models

532850
RGB834080
HSL304°34.96%24.12%
HSB/HSV304°51.81%32.55%
CMYK0.00%51.81%3.61%
67.45%

Color #532850 in popluar number systems.

HEX532850
Decimal834080
Binary10100111010001010000
Octal12350120

Shades and tints

Shades of #532850

#532850
(83,40,80)
#4C2549
(76,37,73)
#452242
(69,34,66)
#3E1F3B
(62,31,59)
#371C34
(55,28,52)
#30192D
(48,25,45)
#291626
(41,22,38)
#22131F
(34,19,31)
#1B1018
(27,16,24)
#140D11
(20,13,17)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #532850

#532850
(83,40,80)
#623B5F
(98,59,95)
#714E6E
(113,78,110)
#80617D
(128,97,125)
#8F748C
(143,116,140)
#9E879B
(158,135,155)
#AD9AAA
(173,154,170)
#BCADB9
(188,173,185)
#CBC0C8
(203,192,200)
#DAD3D7
(218,211,215)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532850; }

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

This text font color is #532850.


Background Color

.myBgColor { background-color: #532850; }

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

This div background color is #532850.


Border color

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

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

This div border color is #532850.


Opacity

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

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

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

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

This text has shadow with #532850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532850 on black background.


Color preview on white background

This text has color #532850 on white background.



Black color preview on #532850 background

This text has black color on #532850 background.


White color preview on #532850 background

This text has white color on #532850 background.