COLOR #593F6C

HEX: #593F6C RGB: (89,63,108)

Color info

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

RGB color model

#593F6C color RGB value is (89,63,108).

RGB: (89,63,108) (35%, 25%, 42%)

RGB channels and saturation

R 89 of 255 = 35%
G 63 of 255 = 25%
B 108 of 255 = 42%

89
63
108

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

Portions of RGB colors in percentages

R + G + B = 89 + 63 + 108 = 260 (100%)
R 89 of 260 ~ 34.23%
G 63 of 260 ~ 24.23%
B 108 of 260 ~ 41.54'%

%34.23
%24.23
%41.54

CMYK color model

#593F6C color CMYK value is (18,42,0,58).

  • cyan value is 17.59%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (18,42,0,58)
C18M42Y0K58 (18%, 42%, 0%, 58%)
(0.18 / 0.42 / 0.00 / 0.58)

CMYK percentages

%17.59
%41.67
%0
%57.65

Codes

Color #593F6C in popluar color models

59 3F 6C
RGB 89 63 108
HSL 275° 26.32% 33.53%
HSB/HSV 275° 41.67% 42.35%
CMYK 17.59% 41.67% 0.00%
57.65%

Color #593F6C in popluar number systems.

HEX 59 3F 6C
Decimal 89 63 108
Binary 1011001 111111 1101100
Octal 131 77 154

Shades and tints

Shades of #593F6C

#593F6C
(89,63,108)
#513A63
(81,58,99)
#49355A
(73,53,90)
#413051
(65,48,81)
#392B48
(57,43,72)
#31263F
(49,38,63)
#292136
(41,33,54)
#211C2D
(33,28,45)
#191724
(25,23,36)
#11121B
(17,18,27)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #593F6C

#593F6C
(89,63,108)
#685079
(104,80,121)
#776186
(119,97,134)
#867293
(134,114,147)
#9583A0
(149,131,160)
#A494AD
(164,148,173)
#B3A5BA
(179,165,186)
#C2B6C7
(194,182,199)
#D1C7D4
(209,199,212)
#E0D8E1
(224,216,225)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593F6C; }

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

This text font color is #593F6C.

Background Color

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

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

This div background color is #593F6C.

Border color

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

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

This div border color is #593F6C.

Opacity

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

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

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

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

This text has shadow with #593F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #593F6C.

Preview

Color preview on black background

This text has color #593F6C on black background.


Color preview on white background

This text has color #593F6C on white background.


Black color preview on #593F6C background

This text has black color on #593F6C background.


White color preview on #593F6C background

This text has white color on #593F6C background.


Related colors

Complementary color

Complementary color for #hex is #A6C093.


I love getcolorcode.com

Triadic colors

1 #6C593F and #3F6C59 with #593F6C are triadic colors.

2 #6C3F59 and #3F596C with #593F6C are triadic colors.