COLOR #593B5D

HEX: #593B5D
RGB: (89,59,93)

Color info

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

RGB color model

#593B5D color RGB value is (89,59,93).

  • red value is 89;
  • green value is 59;
  • blue value is 93.
RGB:
(89,59,93)
(35%,23%,36%)

RGB channels and saturation

R 89 of 255 = 35%
G 59 of 255 = 23%
B 93 of 255 = 36%

89
59
93

R + G + B ~ 31%. #593B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 59 + 93 = 241 (100%)
R 89 of 241 ~ 36.93%
G 59 of 241 ~ 24.48%
B 93 of 241 ~ 38.59%

%36.93
%24.48
%38.59

CMYK color model

#593B5D color CMYK value is (4,37,0,64).

  • cyan value is 4.30%
  • magenta value is 36.56%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(4,37,0,64)
C4M37Y0K64 
(4%,37%,0%,64%)
(0.04/0.37/0.00/0.64)	

CMYK percentages

%4.3
%36.56
%0
%63.53

Codes

Color #593B5D in popluar color models

593B5D
RGB895993
HSL293°22.37%29.80%
HSB/HSV293°36.56%36.47%
CMYK4.30%36.56%0.00%
63.53%

Color #593B5D in popluar number systems.

HEX593B5D
Decimal895993
Binary10110011110111011101
Octal13173135

Shades and tints

Shades of #593B5D

#593B5D
(89,59,93)
#513655
(81,54,85)
#49314D
(73,49,77)
#412C45
(65,44,69)
#39273D
(57,39,61)
#312235
(49,34,53)
#291D2D
(41,29,45)
#211825
(33,24,37)
#19131D
(25,19,29)
#110E15
(17,14,21)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #593B5D

#593B5D
(89,59,93)
#684C6B
(104,76,107)
#775D79
(119,93,121)
#866E87
(134,110,135)
#957F95
(149,127,149)
#A490A3
(164,144,163)
#B3A1B1
(179,161,177)
#C2B2BF
(194,178,191)
#D1C3CD
(209,195,205)
#E0D4DB
(224,212,219)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593B5D color. Also use rgb(89,59,93) instead hex code.

Text Font Color

.myTextColor { color: #593B5D; }

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

This text font color is #593B5D.


Background Color

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

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

This div background color is #593B5D.


Border color

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

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

This div border color is #593B5D.


Opacity

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

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

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

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

This text has shadow with #593B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593B5D on black background.


Color preview on white background

This text has color #593B5D on white background.



Black color preview on #593B5D background

This text has black color on #593B5D background.


White color preview on #593B5D background

This text has white color on #593B5D background.