COLOR #593272

HEX: #593272
RGB: (89,50,114)

Color info

#593272 contains mainly red and blue colors. Web safe color of #593272 is #663366 (or #636).

RGB color model

#593272 color RGB value is (89,50,114).

  • red value is 89;
  • green value is 50;
  • blue value is 114.
RGB:
(89,50,114)
(35%,20%,45%)

RGB channels and saturation

R 89 of 255 = 35%
G 50 of 255 = 20%
B 114 of 255 = 45%

89
50
114

R + G + B ~ 33%. #593272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 50 + 114 = 253 (100%)
R 89 of 253 ~ 35.18%
G 50 of 253 ~ 19.76%
B 114 of 253 ~ 45.06%

%35.18
%19.76
%45.06

CMYK color model

#593272 color CMYK value is (22,56,0,55).

  • cyan value is 21.93%
  • magenta value is 56.14%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(22,56,0,55)
C22M56Y0K55 
(22%,56%,0%,55%)
(0.22/0.56/0.00/0.55)	

CMYK percentages

%21.93
%56.14
%0
%55.29

Codes

Color #593272 in popluar color models

593272
RGB8950114
HSL277°39.02%32.16%
HSB/HSV277°56.14%44.71%
CMYK21.93%56.14%0.00%
55.29%

Color #593272 in popluar number systems.

HEX593272
Decimal8950114
Binary10110011100101110010
Octal13162162

Shades and tints

Shades of #593272

#593272
(89,50,114)
#512E68
(81,46,104)
#492A5E
(73,42,94)
#412654
(65,38,84)
#39224A
(57,34,74)
#311E40
(49,30,64)
#291A36
(41,26,54)
#21162C
(33,22,44)
#191222
(25,18,34)
#110E18
(17,14,24)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #593272

#593272
(89,50,114)
#68447E
(104,68,126)
#77568A
(119,86,138)
#866896
(134,104,150)
#957AA2
(149,122,162)
#A48CAE
(164,140,174)
#B39EBA
(179,158,186)
#C2B0C6
(194,176,198)
#D1C2D2
(209,194,210)
#E0D4DE
(224,212,222)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593272 color. Also use rgb(89,50,114) instead hex code.

Text Font Color

.myTextColor { color: #593272; }

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

This text font color is #593272.


Background Color

.myBgColor { background-color: #593272; }

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

This div background color is #593272.


Border color

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

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

This div border color is #593272.


Opacity

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

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

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

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

This text has shadow with #593272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593272 on black background.


Color preview on white background

This text has color #593272 on white background.



Black color preview on #593272 background

This text has black color on #593272 background.


White color preview on #593272 background

This text has white color on #593272 background.