COLOR #532749

HEX: #532749
RGB: (83,39,73)

Color info

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

RGB color model

#532749 color RGB value is (83,39,73).

  • red value is 83;
  • green value is 39;
  • blue value is 73.
RGB:
(83,39,73)
(33%,15%,29%)

RGB channels and saturation

R 83 of 255 = 33%
G 39 of 255 = 15%
B 73 of 255 = 29%

83
39
73

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

Portions of RGB colors in percentages

R + G + B =
83 + 39 + 73 = 195 (100%)
R 83 of 195 ~ 42.56%
G 39 of 195 ~ 20%
B 73 of 195 ~ 37.44%

%42.56
%20
%37.44

CMYK color model

#532749 color CMYK value is (0,53,12,67).

  • cyan value is 0.00%
  • magenta value is 53.01%
  • yellow value is 12.05%
  • key color value is 67.45%
CMYK:
(0,53,12,67)
C0M53Y12K67 
(0%,53%,12%,67%)
(0.00/0.53/0.12/0.67)	

CMYK percentages

%0
%53.01
%12.05
%67.45

Codes

Color #532749 in popluar color models

532749
RGB833973
HSL314°36.07%23.92%
HSB/HSV314°53.01%32.55%
CMYK0.00%53.01%12.05%
67.45%

Color #532749 in popluar number systems.

HEX532749
Decimal833973
Binary10100111001111001001
Octal12347111

Shades and tints

Shades of #532749

#532749
(83,39,73)
#4C2443
(76,36,67)
#45213D
(69,33,61)
#3E1E37
(62,30,55)
#371B31
(55,27,49)
#30182B
(48,24,43)
#291525
(41,21,37)
#22121F
(34,18,31)
#1B0F19
(27,15,25)
#140C13
(20,12,19)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #532749

#532749
(83,39,73)
#623A59
(98,58,89)
#714D69
(113,77,105)
#806079
(128,96,121)
#8F7389
(143,115,137)
#9E8699
(158,134,153)
#AD99A9
(173,153,169)
#BCACB9
(188,172,185)
#CBBFC9
(203,191,201)
#DAD2D9
(218,210,217)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532749; }

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

This text font color is #532749.


Background Color

.myBgColor { background-color: #532749; }

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

This div background color is #532749.


Border color

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

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

This div border color is #532749.


Opacity

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

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

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

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

This text has shadow with #532749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532749 on black background.


Color preview on white background

This text has color #532749 on white background.



Black color preview on #532749 background

This text has black color on #532749 background.


White color preview on #532749 background

This text has white color on #532749 background.