COLOR #593B63

HEX: #593B63 RGB: (89,59,99)

Color info

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

RGB color model

#593B63 color RGB value is (89,59,99).

RGB: (89,59,99) (35%, 23%, 39%)

RGB channels and saturation

R 89 of 255 = 35%
G 59 of 255 = 23%
B 99 of 255 = 39%

89
59
99

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

Portions of RGB colors in percentages

R + G + B = 89 + 59 + 99 = 247 (100%)
R 89 of 247 ~ 36.03%
G 59 of 247 ~ 23.89%
B 99 of 247 ~ 40.08'%

%36.03
%23.89
%40.08

CMYK color model

#593B63 color CMYK value is (10,40,0,61).

  • cyan value is 10.10%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (10,40,0,61)
C10M40Y0K61 (10%, 40%, 0%, 61%)
(0.10 / 0.40 / 0.00 / 0.61)

CMYK percentages

%10.1
%40.4
%0
%61.18

Codes

Color #593B63 in popluar color models

59 3B 63
RGB 89 59 99
HSL 285° 25.32% 30.98%
HSB/HSV 285° 40.40% 38.82%
CMYK 10.10% 40.40% 0.00%
61.18%

Color #593B63 in popluar number systems.

HEX 59 3B 63
Decimal 89 59 99
Binary 1011001 111011 1100011
Octal 131 73 143

Shades and tints

Shades of #593B63

#593B63
(89,59,99)
#51365A
(81,54,90)
#493151
(73,49,81)
#412C48
(65,44,72)
#39273F
(57,39,63)
#312236
(49,34,54)
#291D2D
(41,29,45)
#211824
(33,24,36)
#19131B
(25,19,27)
#110E12
(17,14,18)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #593B63

#593B63
(89,59,99)
#684C71
(104,76,113)
#775D7F
(119,93,127)
#866E8D
(134,110,141)
#957F9B
(149,127,155)
#A490A9
(164,144,169)
#B3A1B7
(179,161,183)
#C2B2C5
(194,178,197)
#D1C3D3
(209,195,211)
#E0D4E1
(224,212,225)
#EFE5EF
(239,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593B63; }

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

This text font color is #593B63.

Background Color

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

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

This div background color is #593B63.

Border color

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

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

This div border color is #593B63.

Opacity

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

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

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

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

This text has shadow with #593B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #593B63.

Preview

Color preview on black background

This text has color #593B63 on black background.


Color preview on white background

This text has color #593B63 on white background.


Black color preview on #593B63 background

This text has black color on #593B63 background.


White color preview on #593B63 background

This text has white color on #593B63 background.


Related colors

Complementary color

Complementary color for #hex is #A6C49C.


I love getcolorcode.com

Triadic colors

1 #63593B and #3B6359 with #593B63 are triadic colors.

2 #633B59 and #3B5963 with #593B63 are triadic colors.