COLOR #532C49

HEX: #532C49 RGB: (83,44,73)

Color info

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

RGB color model

#532C49 color RGB value is (83,44,73).

RGB: (83,44,73) (33%, 17%, 29%)

RGB channels and saturation

R 83 of 255 = 33%
G 44 of 255 = 17%
B 73 of 255 = 29%

83
44
73

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

Portions of RGB colors in percentages

R + G + B = 83 + 44 + 73 = 200 (100%)
R 83 of 200 ~ 41.5%
G 44 of 200 ~ 22%
B 73 of 200 ~ 36.5'%

%41.5
%22
%36.5

CMYK color model

#532C49 color CMYK value is (0,47,12,67).

  • cyan value is 0.00%
  • magenta value is 46.99%
  • yellow value is 12.05%
  • key color value is 67.45%

CMYK: (0,47,12,67)
C0M47Y12K67 (0%, 47%, 12%, 67%)
(0.00 / 0.47 / 0.12 / 0.67)

CMYK percentages

%0
%46.99
%12.05
%67.45

Codes

Color #532C49 in popluar color models

53 2C 49
RGB 83 44 73
HSL 315° 30.71% 24.90%
HSB/HSV 315° 46.99% 32.55%
CMYK 0.00% 46.99% 12.05%
67.45%

Color #532C49 in popluar number systems.

HEX 53 2C 49
Decimal 83 44 73
Binary 1010011 101100 1001001
Octal 123 54 111

Shades and tints

Shades of #532C49

#532C49
(83,44,73)
#4C2843
(76,40,67)
#45243D
(69,36,61)
#3E2037
(62,32,55)
#371C31
(55,28,49)
#30182B
(48,24,43)
#291425
(41,20,37)
#22101F
(34,16,31)
#1B0C19
(27,12,25)
#140813
(20,8,19)
#0D040D
(13,4,13)
#000000
(0,0,0)

Tints of #532C49

#532C49
(83,44,73)
#623F59
(98,63,89)
#715269
(113,82,105)
#806579
(128,101,121)
#8F7889
(143,120,137)
#9E8B99
(158,139,153)
#AD9EA9
(173,158,169)
#BCB1B9
(188,177,185)
#CBC4C9
(203,196,201)
#DAD7D9
(218,215,217)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532C49; }

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

This text font color is #532C49.

Background Color

.myBgColor { background-color: #532C49; }

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

This div background color is #532C49.

Border color

.myBorderColor { border: 1px solid #532C49; }

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

This div border color is #532C49.

Opacity

.myOpacity80 { color: #532C49; opacity: 0.8; }

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

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

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

This text has shadow with #532C49 color.


.textShadow {text-shadow: 3px 3px 1px #532C49', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #532C49; -webkit-box-shadow: 1px 1px 3px 2px #532C49; box-shadow:1px 1px 3px 2px #532C49;">
Div content here
</div>

This div box has shadow with color #532C49.

Preview

Color preview on black background

This text has color #532C49 on black background.


Color preview on white background

This text has color #532C49 on white background.


Black color preview on #532C49 background

This text has black color on #532C49 background.


White color preview on #532C49 background

This text has white color on #532C49 background.


Related colors

Complementary color

Complementary color for #hex is #ACD3B6.


I love getcolorcode.com

Triadic colors

1 #49532C and #2C4953 with #532C49 are triadic colors.

2 #492C53 and #2C5349 with #532C49 are triadic colors.