COLOR #593F73

HEX: #593F73
RGB: (89,63,115)

Color info

#593F73 contains red, green and blue colors in about the same proportion. Web safe color of #593F73 is #663366 (or #636).

RGB color model

#593F73 color RGB value is (89,63,115).

  • red value is 89;
  • green value is 63;
  • blue value is 115.
RGB:
(89,63,115)
(35%,25%,45%)

RGB channels and saturation

R 89 of 255 = 35%
G 63 of 255 = 25%
B 115 of 255 = 45%

89
63
115

R + G + B ~ 35%. #593F73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 63 + 115 = 267 (100%)
R 89 of 267 ~ 33.33%
G 63 of 267 ~ 23.6%
B 115 of 267 ~ 43.07%

%33.33
%23.6
%43.07

CMYK color model

#593F73 color CMYK value is (23,45,0,55).

  • cyan value is 22.61%
  • magenta value is 45.22%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(23,45,0,55)
C23M45Y0K55 
(23%,45%,0%,55%)
(0.23/0.45/0.00/0.55)	

CMYK percentages

%22.61
%45.22
%0
%54.9

Codes

Color #593F73 in popluar color models

593F73
RGB8963115
HSL270°29.21%34.90%
HSB/HSV270°45.22%45.10%
CMYK22.61%45.22%0.00%
54.90%

Color #593F73 in popluar number systems.

HEX593F73
Decimal8963115
Binary10110011111111110011
Octal13177163

Shades and tints

Shades of #593F73

#593F73
(89,63,115)
#513A69
(81,58,105)
#49355F
(73,53,95)
#413055
(65,48,85)
#392B4B
(57,43,75)
#312641
(49,38,65)
#292137
(41,33,55)
#211C2D
(33,28,45)
#191723
(25,23,35)
#111219
(17,18,25)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #593F73

#593F73
(89,63,115)
#68507F
(104,80,127)
#77618B
(119,97,139)
#867297
(134,114,151)
#9583A3
(149,131,163)
#A494AF
(164,148,175)
#B3A5BB
(179,165,187)
#C2B6C7
(194,182,199)
#D1C7D3
(209,199,211)
#E0D8DF
(224,216,223)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593F73 color. Also use rgb(89,63,115) instead hex code.

Text Font Color

.myTextColor { color: #593F73; }

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

This text font color is #593F73.


Background Color

.myBgColor { background-color: #593F73; }

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

This div background color is #593F73.


Border color

.myBorderColor { border: 1px solid #593F73; }

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

This div border color is #593F73.


Opacity

.myOpacity80 { color: #593F73; opacity: 0.8; }

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

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

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

This text has shadow with #593F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F73 on black background.


Color preview on white background

This text has color #593F73 on white background.



Black color preview on #593F73 background

This text has black color on #593F73 background.


White color preview on #593F73 background

This text has white color on #593F73 background.