COLOR #532847

HEX: #532847
RGB: (83,40,71)

Color info

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

RGB color model

#532847 color RGB value is (83,40,71).

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

RGB channels and saturation

R 83 of 255 = 33%
G 40 of 255 = 16%
B 71 of 255 = 28%

83
40
71

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

Portions of RGB colors in percentages

R + G + B =
83 + 40 + 71 = 194 (100%)
R 83 of 194 ~ 42.78%
G 40 of 194 ~ 20.62%
B 71 of 194 ~ 36.6%

%42.78
%20.62
%36.6

CMYK color model

#532847 color CMYK value is (0,52,14,67).

  • cyan value is 0.00%
  • magenta value is 51.81%
  • yellow value is 14.46%
  • key color value is 67.45%
CMYK:
(0,52,14,67)
C0M52Y14K67 
(0%,52%,14%,67%)
(0.00/0.52/0.14/0.67)	

CMYK percentages

%0
%51.81
%14.46
%67.45

Codes

Color #532847 in popluar color models

532847
RGB834071
HSL317°34.96%24.12%
HSB/HSV317°51.81%32.55%
CMYK0.00%51.81%14.46%
67.45%

Color #532847 in popluar number systems.

HEX532847
Decimal834071
Binary10100111010001000111
Octal12350107

Shades and tints

Shades of #532847

#532847
(83,40,71)
#4C2541
(76,37,65)
#45223B
(69,34,59)
#3E1F35
(62,31,53)
#371C2F
(55,28,47)
#301929
(48,25,41)
#291623
(41,22,35)
#22131D
(34,19,29)
#1B1017
(27,16,23)
#140D11
(20,13,17)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #532847

#532847
(83,40,71)
#623B57
(98,59,87)
#714E67
(113,78,103)
#806177
(128,97,119)
#8F7487
(143,116,135)
#9E8797
(158,135,151)
#AD9AA7
(173,154,167)
#BCADB7
(188,173,183)
#CBC0C7
(203,192,199)
#DAD3D7
(218,211,215)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532847; }

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

This text font color is #532847.


Background Color

.myBgColor { background-color: #532847; }

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

This div background color is #532847.


Border color

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

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

This div border color is #532847.


Opacity

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

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

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

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

This text has shadow with #532847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532847 on black background.


Color preview on white background

This text has color #532847 on white background.



Black color preview on #532847 background

This text has black color on #532847 background.


White color preview on #532847 background

This text has white color on #532847 background.