COLOR #532C48

HEX: #532C48 RGB: (83,44,72)

Color info

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

RGB color model

#532C48 color RGB value is (83,44,72).

RGB: (83,44,72) (33%, 17%, 28%)

RGB channels and saturation

R 83 of 255 = 33%
G 44 of 255 = 17%
B 72 of 255 = 28%

83
44
72

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

Portions of RGB colors in percentages

R + G + B = 83 + 44 + 72 = 199 (100%)
R 83 of 199 ~ 41.71%
G 44 of 199 ~ 22.11%
B 72 of 199 ~ 36.18'%

%41.71
%22.11
%36.18

CMYK color model

#532C48 color CMYK value is (0,47,13,67).

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

CMYK: (0,47,13,67)
C0M47Y13K67 (0%, 47%, 13%, 67%)
(0.00 / 0.47 / 0.13 / 0.67)

CMYK percentages

%0
%46.99
%13.25
%67.45

Codes

Color #532C48 in popluar color models

53 2C 48
RGB 83 44 72
HSL 317° 30.71% 24.90%
HSB/HSV 317° 46.99% 32.55%
CMYK 0.00% 46.99% 13.25%
67.45%

Color #532C48 in popluar number systems.

HEX 53 2C 48
Decimal 83 44 72
Binary 1010011 101100 1001000
Octal 123 54 110

Shades and tints

Shades of #532C48

#532C48
(83,44,72)
#4C2842
(76,40,66)
#45243C
(69,36,60)
#3E2036
(62,32,54)
#371C30
(55,28,48)
#30182A
(48,24,42)
#291424
(41,20,36)
#22101E
(34,16,30)
#1B0C18
(27,12,24)
#140812
(20,8,18)
#0D040C
(13,4,12)
#000000
(0,0,0)

Tints of #532C48

#532C48
(83,44,72)
#623F58
(98,63,88)
#715268
(113,82,104)
#806578
(128,101,120)
#8F7888
(143,120,136)
#9E8B98
(158,139,152)
#AD9EA8
(173,158,168)
#BCB1B8
(188,177,184)
#CBC4C8
(203,196,200)
#DAD7D8
(218,215,216)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532C48; }

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

This text font color is #532C48.

Background Color

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

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

This div background color is #532C48.

Border color

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

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

This div border color is #532C48.

Opacity

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

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

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

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

This text has shadow with #532C48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #532C48.

Preview

Color preview on black background

This text has color #532C48 on black background.


Color preview on white background

This text has color #532C48 on white background.


Black color preview on #532C48 background

This text has black color on #532C48 background.


White color preview on #532C48 background

This text has white color on #532C48 background.


Related colors

Complementary color

Complementary color for #hex is #ACD3B7.


I love getcolorcode.com

Triadic colors

1 #48532C and #2C4853 with #532C48 are triadic colors.

2 #482C53 and #2C5348 with #532C48 are triadic colors.