COLOR #532C47

HEX: #532C47
RGB: (83,44,71)

Color info

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

RGB color model

#532C47 color RGB value is (83,44,71).

  • red value is 83;
  • green value is 44;
  • blue value is 71.
RGB:
(83,44,71)
(33%,17%,28%)

RGB channels and saturation

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

83
44
71

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

Portions of RGB colors in percentages

R + G + B =
83 + 44 + 71 = 198 (100%)
R 83 of 198 ~ 41.92%
G 44 of 198 ~ 22.22%
B 71 of 198 ~ 35.86%

%41.92
%22.22
%35.86

CMYK color model

#532C47 color CMYK value is (0,47,14,67).

  • cyan value is 0.00%
  • magenta value is 46.99%
  • yellow value is 14.46%
  • key color value is 67.45%
CMYK:
(0,47,14,67)
C0M47Y14K67 
(0%,47%,14%,67%)
(0.00/0.47/0.14/0.67)	

CMYK percentages

%0
%46.99
%14.46
%67.45

Codes

Color #532C47 in popluar color models

532C47
RGB834471
HSL318°30.71%24.90%
HSB/HSV318°46.99%32.55%
CMYK0.00%46.99%14.46%
67.45%

Color #532C47 in popluar number systems.

HEX532C47
Decimal834471
Binary10100111011001000111
Octal12354107

Shades and tints

Shades of #532C47

#532C47
(83,44,71)
#4C2841
(76,40,65)
#45243B
(69,36,59)
#3E2035
(62,32,53)
#371C2F
(55,28,47)
#301829
(48,24,41)
#291423
(41,20,35)
#22101D
(34,16,29)
#1B0C17
(27,12,23)
#140811
(20,8,17)
#0D040B
(13,4,11)
#000000
(0,0,0)

Tints of #532C47

#532C47
(83,44,71)
#623F57
(98,63,87)
#715267
(113,82,103)
#806577
(128,101,119)
#8F7887
(143,120,135)
#9E8B97
(158,139,151)
#AD9EA7
(173,158,167)
#BCB1B7
(188,177,183)
#CBC4C7
(203,196,199)
#DAD7D7
(218,215,215)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532C47; }

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

This text font color is #532C47.


Background Color

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

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

This div background color is #532C47.


Border color

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

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

This div border color is #532C47.


Opacity

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

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

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

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

This text has shadow with #532C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532C47 on black background.


Color preview on white background

This text has color #532C47 on white background.



Black color preview on #532C47 background

This text has black color on #532C47 background.


White color preview on #532C47 background

This text has white color on #532C47 background.