COLOR #593B6C

HEX: #593B6C
RGB: (89,59,108)

Color info

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

RGB color model

#593B6C color RGB value is (89,59,108).

  • red value is 89;
  • green value is 59;
  • blue value is 108.
RGB:
(89,59,108)
(35%,23%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 59 of 255 = 23%
B 108 of 255 = 42%

89
59
108

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

Portions of RGB colors in percentages

R + G + B =
89 + 59 + 108 = 256 (100%)
R 89 of 256 ~ 34.77%
G 59 of 256 ~ 23.05%
B 108 of 256 ~ 42.19%

%34.77
%23.05
%42.19

CMYK color model

#593B6C color CMYK value is (18,45,0,58).

  • cyan value is 17.59%
  • magenta value is 45.37%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(18,45,0,58)
C18M45Y0K58 
(18%,45%,0%,58%)
(0.18/0.45/0.00/0.58)	

CMYK percentages

%17.59
%45.37
%0
%57.65

Codes

Color #593B6C in popluar color models

593B6C
RGB8959108
HSL277°29.34%32.75%
HSB/HSV277°45.37%42.35%
CMYK17.59%45.37%0.00%
57.65%

Color #593B6C in popluar number systems.

HEX593B6C
Decimal8959108
Binary10110011110111101100
Octal13173154

Shades and tints

Shades of #593B6C

#593B6C
(89,59,108)
#513663
(81,54,99)
#49315A
(73,49,90)
#412C51
(65,44,81)
#392748
(57,39,72)
#31223F
(49,34,63)
#291D36
(41,29,54)
#21182D
(33,24,45)
#191324
(25,19,36)
#110E1B
(17,14,27)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #593B6C

#593B6C
(89,59,108)
#684C79
(104,76,121)
#775D86
(119,93,134)
#866E93
(134,110,147)
#957FA0
(149,127,160)
#A490AD
(164,144,173)
#B3A1BA
(179,161,186)
#C2B2C7
(194,178,199)
#D1C3D4
(209,195,212)
#E0D4E1
(224,212,225)
#EFE5EE
(239,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593B6C; }

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

This text font color is #593B6C.


Background Color

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

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

This div background color is #593B6C.


Border color

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

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

This div border color is #593B6C.


Opacity

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

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

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

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

This text has shadow with #593B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593B6C on black background.


Color preview on white background

This text has color #593B6C on white background.



Black color preview on #593B6C background

This text has black color on #593B6C background.


White color preview on #593B6C background

This text has white color on #593B6C background.