COLOR #532248

HEX: #532248
RGB: (83,34,72)

Color info

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

RGB color model

#532248 color RGB value is (83,34,72).

  • red value is 83;
  • green value is 34;
  • blue value is 72.
RGB:
(83,34,72)
(33%,13%,28%)

RGB channels and saturation

R 83 of 255 = 33%
G 34 of 255 = 13%
B 72 of 255 = 28%

83
34
72

R + G + B ~ 25%. #532248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 34 + 72 = 189 (100%)
R 83 of 189 ~ 43.92%
G 34 of 189 ~ 17.99%
B 72 of 189 ~ 38.1%

%43.92
%17.99
%38.1

CMYK color model

#532248 color CMYK value is (0,59,13,67).

  • cyan value is 0.00%
  • magenta value is 59.04%
  • yellow value is 13.25%
  • key color value is 67.45%
CMYK:
(0,59,13,67)
C0M59Y13K67 
(0%,59%,13%,67%)
(0.00/0.59/0.13/0.67)	

CMYK percentages

%0
%59.04
%13.25
%67.45

Codes

Color #532248 in popluar color models

532248
RGB833472
HSL313°41.88%22.94%
HSB/HSV313°59.04%32.55%
CMYK0.00%59.04%13.25%
67.45%

Color #532248 in popluar number systems.

HEX532248
Decimal833472
Binary10100111000101001000
Octal12342110

Shades and tints

Shades of #532248

#532248
(83,34,72)
#4C1F42
(76,31,66)
#451C3C
(69,28,60)
#3E1936
(62,25,54)
#371630
(55,22,48)
#30132A
(48,19,42)
#291024
(41,16,36)
#220D1E
(34,13,30)
#1B0A18
(27,10,24)
#140712
(20,7,18)
#0D040C
(13,4,12)
#000000
(0,0,0)

Tints of #532248

#532248
(83,34,72)
#623658
(98,54,88)
#714A68
(113,74,104)
#805E78
(128,94,120)
#8F7288
(143,114,136)
#9E8698
(158,134,152)
#AD9AA8
(173,154,168)
#BCAEB8
(188,174,184)
#CBC2C8
(203,194,200)
#DAD6D8
(218,214,216)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #532248; }

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

This text font color is #532248.


Background Color

.myBgColor { background-color: #532248; }

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

This div background color is #532248.


Border color

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

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

This div border color is #532248.


Opacity

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

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

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

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

This text has shadow with #532248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #532248 on black background.


Color preview on white background

This text has color #532248 on white background.



Black color preview on #532248 background

This text has black color on #532248 background.


White color preview on #532248 background

This text has white color on #532248 background.