COLOR #593F63

HEX: #593F63
RGB: (89,63,99)

Color info

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

RGB color model

#593F63 color RGB value is (89,63,99).

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

RGB channels and saturation

R 89 of 255 = 35%
G 63 of 255 = 25%
B 99 of 255 = 39%

89
63
99

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

Portions of RGB colors in percentages

R + G + B =
89 + 63 + 99 = 251 (100%)
R 89 of 251 ~ 35.46%
G 63 of 251 ~ 25.1%
B 99 of 251 ~ 39.44%

%35.46
%25.1
%39.44

CMYK color model

#593F63 color CMYK value is (10,36,0,61).

  • cyan value is 10.10%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(10,36,0,61)
C10M36Y0K61 
(10%,36%,0%,61%)
(0.10/0.36/0.00/0.61)	

CMYK percentages

%10.1
%36.36
%0
%61.18

Codes

Color #593F63 in popluar color models

593F63
RGB896399
HSL283°22.22%31.76%
HSB/HSV283°36.36%38.82%
CMYK10.10%36.36%0.00%
61.18%

Color #593F63 in popluar number systems.

HEX593F63
Decimal896399
Binary10110011111111100011
Octal13177143

Shades and tints

Shades of #593F63

#593F63
(89,63,99)
#513A5A
(81,58,90)
#493551
(73,53,81)
#413048
(65,48,72)
#392B3F
(57,43,63)
#312636
(49,38,54)
#29212D
(41,33,45)
#211C24
(33,28,36)
#19171B
(25,23,27)
#111212
(17,18,18)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #593F63

#593F63
(89,63,99)
#685071
(104,80,113)
#77617F
(119,97,127)
#86728D
(134,114,141)
#95839B
(149,131,155)
#A494A9
(164,148,169)
#B3A5B7
(179,165,183)
#C2B6C5
(194,182,197)
#D1C7D3
(209,199,211)
#E0D8E1
(224,216,225)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593F63; }

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

This text font color is #593F63.


Background Color

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

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

This div background color is #593F63.


Border color

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

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

This div border color is #593F63.


Opacity

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

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

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

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

This text has shadow with #593F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F63 on black background.


Color preview on white background

This text has color #593F63 on white background.



Black color preview on #593F63 background

This text has black color on #593F63 background.


White color preview on #593F63 background

This text has white color on #593F63 background.