COLOR #593F60

HEX: #593F60
RGB: (89,63,96)

Color info

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

RGB color model

#593F60 color RGB value is (89,63,96).

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

RGB channels and saturation

R 89 of 255 = 35%
G 63 of 255 = 25%
B 96 of 255 = 38%

89
63
96

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

Portions of RGB colors in percentages

R + G + B =
89 + 63 + 96 = 248 (100%)
R 89 of 248 ~ 35.89%
G 63 of 248 ~ 25.4%
B 96 of 248 ~ 38.71%

%35.89
%25.4
%38.71

CMYK color model

#593F60 color CMYK value is (7,34,0,62).

  • cyan value is 7.29%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(7,34,0,62)
C7M34Y0K62 
(7%,34%,0%,62%)
(0.07/0.34/0.00/0.62)	

CMYK percentages

%7.29
%34.38
%0
%62.35

Codes

Color #593F60 in popluar color models

593F60
RGB896396
HSL287°20.75%31.18%
HSB/HSV287°34.38%37.65%
CMYK7.29%34.38%0.00%
62.35%

Color #593F60 in popluar number systems.

HEX593F60
Decimal896396
Binary10110011111111100000
Octal13177140

Shades and tints

Shades of #593F60

#593F60
(89,63,96)
#513A58
(81,58,88)
#493550
(73,53,80)
#413048
(65,48,72)
#392B40
(57,43,64)
#312638
(49,38,56)
#292130
(41,33,48)
#211C28
(33,28,40)
#191720
(25,23,32)
#111218
(17,18,24)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #593F60

#593F60
(89,63,96)
#68506E
(104,80,110)
#77617C
(119,97,124)
#86728A
(134,114,138)
#958398
(149,131,152)
#A494A6
(164,148,166)
#B3A5B4
(179,165,180)
#C2B6C2
(194,182,194)
#D1C7D0
(209,199,208)
#E0D8DE
(224,216,222)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593F60; }

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

This text font color is #593F60.


Background Color

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

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

This div background color is #593F60.


Border color

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

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

This div border color is #593F60.


Opacity

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

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

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

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

This text has shadow with #593F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F60 on black background.


Color preview on white background

This text has color #593F60 on white background.



Black color preview on #593F60 background

This text has black color on #593F60 background.


White color preview on #593F60 background

This text has white color on #593F60 background.