COLOR #593D6B

HEX: #593D6B
RGB: (89,61,107)

Color info

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

RGB color model

#593D6B color RGB value is (89,61,107).

  • red value is 89;
  • green value is 61;
  • blue value is 107.
RGB:
(89,61,107)
(35%,24%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 61 of 255 = 24%
B 107 of 255 = 42%

89
61
107

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

Portions of RGB colors in percentages

R + G + B =
89 + 61 + 107 = 257 (100%)
R 89 of 257 ~ 34.63%
G 61 of 257 ~ 23.74%
B 107 of 257 ~ 41.63%

%34.63
%23.74
%41.63

CMYK color model

#593D6B color CMYK value is (17,43,0,58).

  • cyan value is 16.82%
  • magenta value is 42.99%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(17,43,0,58)
C17M43Y0K58 
(17%,43%,0%,58%)
(0.17/0.43/0.00/0.58)	

CMYK percentages

%16.82
%42.99
%0
%58.04

Codes

Color #593D6B in popluar color models

593D6B
RGB8961107
HSL277°27.38%32.94%
HSB/HSV277°42.99%41.96%
CMYK16.82%42.99%0.00%
58.04%

Color #593D6B in popluar number systems.

HEX593D6B
Decimal8961107
Binary10110011111011101011
Octal13175153

Shades and tints

Shades of #593D6B

#593D6B
(89,61,107)
#513862
(81,56,98)
#493359
(73,51,89)
#412E50
(65,46,80)
#392947
(57,41,71)
#31243E
(49,36,62)
#291F35
(41,31,53)
#211A2C
(33,26,44)
#191523
(25,21,35)
#11101A
(17,16,26)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #593D6B

#593D6B
(89,61,107)
#684E78
(104,78,120)
#775F85
(119,95,133)
#867092
(134,112,146)
#95819F
(149,129,159)
#A492AC
(164,146,172)
#B3A3B9
(179,163,185)
#C2B4C6
(194,180,198)
#D1C5D3
(209,197,211)
#E0D6E0
(224,214,224)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593D6B color. Also use rgb(89,61,107) instead hex code.

Text Font Color

.myTextColor { color: #593D6B; }

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

This text font color is #593D6B.


Background Color

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

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

This div background color is #593D6B.


Border color

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

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

This div border color is #593D6B.


Opacity

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

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

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

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

This text has shadow with #593D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593D6B on black background.


Color preview on white background

This text has color #593D6B on white background.



Black color preview on #593D6B background

This text has black color on #593D6B background.


White color preview on #593D6B background

This text has white color on #593D6B background.