COLOR #593B6F

HEX: #593B6F RGB: (89,59,111)

Color info

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

RGB color model

#593B6F color RGB value is (89,59,111).

RGB: (89,59,111) (35%, 23%, 44%)

RGB channels and saturation

R 89 of 255 = 35%
G 59 of 255 = 23%
B 111 of 255 = 44%

89
59
111

R + G + B ~ 34%. #593B6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 59 + 111 = 259 (100%)
R 89 of 259 ~ 34.36%
G 59 of 259 ~ 22.78%
B 111 of 259 ~ 42.86'%

%34.36
%22.78
%42.86

CMYK color model

#593B6F color CMYK value is (20,47,0,56).

  • cyan value is 19.82%
  • magenta value is 46.85%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (20,47,0,56)
C20M47Y0K56 (20%, 47%, 0%, 56%)
(0.20 / 0.47 / 0.00 / 0.56)

CMYK percentages

%19.82
%46.85
%0
%56.47

Codes

Color #593B6F in popluar color models

59 3B 6F
RGB 89 59 111
HSL 275° 30.59% 33.33%
HSB/HSV 275° 46.85% 43.53%
CMYK 19.82% 46.85% 0.00%
56.47%

Color #593B6F in popluar number systems.

HEX 59 3B 6F
Decimal 89 59 111
Binary 1011001 111011 1101111
Octal 131 73 157

Shades and tints

Shades of #593B6F

#593B6F
(89,59,111)
#513665
(81,54,101)
#49315B
(73,49,91)
#412C51
(65,44,81)
#392747
(57,39,71)
#31223D
(49,34,61)
#291D33
(41,29,51)
#211829
(33,24,41)
#19131F
(25,19,31)
#110E15
(17,14,21)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #593B6F

#593B6F
(89,59,111)
#684C7C
(104,76,124)
#775D89
(119,93,137)
#866E96
(134,110,150)
#957FA3
(149,127,163)
#A490B0
(164,144,176)
#B3A1BD
(179,161,189)
#C2B2CA
(194,178,202)
#D1C3D7
(209,195,215)
#E0D4E4
(224,212,228)
#EFE5F1
(239,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593B6F; }

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

This text font color is #593B6F.

Background Color

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

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

This div background color is #593B6F.

Border color

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

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

This div border color is #593B6F.

Opacity

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

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

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

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

This text has shadow with #593B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #593B6F.

Preview

Color preview on black background

This text has color #593B6F on black background.


Color preview on white background

This text has color #593B6F on white background.


Black color preview on #593B6F background

This text has black color on #593B6F background.


White color preview on #593B6F background

This text has white color on #593B6F background.


Related colors

Complementary color

Complementary color for #hex is #A6C490.


I love getcolorcode.com

Triadic colors

1 #6F593B and #3B6F59 with #593B6F are triadic colors.

2 #6F3B59 and #3B596F with #593B6F are triadic colors.