COLOR #593C5F

HEX: #593C5F
RGB: (89,60,95)

Color info

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

RGB color model

#593C5F color RGB value is (89,60,95).

  • red value is 89;
  • green value is 60;
  • blue value is 95.
RGB:
(89,60,95)
(35%,24%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 60 of 255 = 24%
B 95 of 255 = 37%

89
60
95

R + G + B ~ 32%. #593C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 60 + 95 = 244 (100%)
R 89 of 244 ~ 36.48%
G 60 of 244 ~ 24.59%
B 95 of 244 ~ 38.93%

%36.48
%24.59
%38.93

CMYK color model

#593C5F color CMYK value is (6,37,0,63).

  • cyan value is 6.32%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(6,37,0,63)
C6M37Y0K63 
(6%,37%,0%,63%)
(0.06/0.37/0.00/0.63)	

CMYK percentages

%6.32
%36.84
%0
%62.75

Codes

Color #593C5F in popluar color models

593C5F
RGB896095
HSL290°22.58%30.39%
HSB/HSV290°36.84%37.25%
CMYK6.32%36.84%0.00%
62.75%

Color #593C5F in popluar number systems.

HEX593C5F
Decimal896095
Binary10110011111001011111
Octal13174137

Shades and tints

Shades of #593C5F

#593C5F
(89,60,95)
#513757
(81,55,87)
#49324F
(73,50,79)
#412D47
(65,45,71)
#39283F
(57,40,63)
#312337
(49,35,55)
#291E2F
(41,30,47)
#211927
(33,25,39)
#19141F
(25,20,31)
#110F17
(17,15,23)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #593C5F

#593C5F
(89,60,95)
#684D6D
(104,77,109)
#775E7B
(119,94,123)
#866F89
(134,111,137)
#958097
(149,128,151)
#A491A5
(164,145,165)
#B3A2B3
(179,162,179)
#C2B3C1
(194,179,193)
#D1C4CF
(209,196,207)
#E0D5DD
(224,213,221)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593C5F color. Also use rgb(89,60,95) instead hex code.

Text Font Color

.myTextColor { color: #593C5F; }

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

This text font color is #593C5F.


Background Color

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

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

This div background color is #593C5F.


Border color

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

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

This div border color is #593C5F.


Opacity

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

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

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

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

This text has shadow with #593C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593C5F on black background.


Color preview on white background

This text has color #593C5F on white background.



Black color preview on #593C5F background

This text has black color on #593C5F background.


White color preview on #593C5F background

This text has white color on #593C5F background.