COLOR #593F55

HEX: #593F55
RGB: (89,63,85)

Color info

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

RGB color model

#593F55 color RGB value is (89,63,85).

  • red value is 89;
  • green value is 63;
  • blue value is 85.
RGB:
(89,63,85)
(35%,25%,33%)

RGB channels and saturation

R 89 of 255 = 35%
G 63 of 255 = 25%
B 85 of 255 = 33%

89
63
85

R + G + B ~ 31%. #593F55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 63 + 85 = 237 (100%)
R 89 of 237 ~ 37.55%
G 63 of 237 ~ 26.58%
B 85 of 237 ~ 35.86%

%37.55
%26.58
%35.86

CMYK color model

#593F55 color CMYK value is (0,29,4,65).

  • cyan value is 0.00%
  • magenta value is 29.21%
  • yellow value is 4.49%
  • key color value is 65.10%
CMYK:
(0,29,4,65)
C0M29Y4K65 
(0%,29%,4%,65%)
(0.00/0.29/0.04/0.65)	

CMYK percentages

%0
%29.21
%4.49
%65.1

Codes

Color #593F55 in popluar color models

593F55
RGB896385
HSL309°17.11%29.80%
HSB/HSV309°29.21%34.90%
CMYK0.00%29.21%4.49%
65.10%

Color #593F55 in popluar number systems.

HEX593F55
Decimal896385
Binary10110011111111010101
Octal13177125

Shades and tints

Shades of #593F55

#593F55
(89,63,85)
#513A4E
(81,58,78)
#493547
(73,53,71)
#413040
(65,48,64)
#392B39
(57,43,57)
#312632
(49,38,50)
#29212B
(41,33,43)
#211C24
(33,28,36)
#19171D
(25,23,29)
#111216
(17,18,22)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #593F55

#593F55
(89,63,85)
#685064
(104,80,100)
#776173
(119,97,115)
#867282
(134,114,130)
#958391
(149,131,145)
#A494A0
(164,148,160)
#B3A5AF
(179,165,175)
#C2B6BE
(194,182,190)
#D1C7CD
(209,199,205)
#E0D8DC
(224,216,220)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593F55; }

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

This text font color is #593F55.


Background Color

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

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

This div background color is #593F55.


Border color

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

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

This div border color is #593F55.


Opacity

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

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

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

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

This text has shadow with #593F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F55 on black background.


Color preview on white background

This text has color #593F55 on white background.



Black color preview on #593F55 background

This text has black color on #593F55 background.


White color preview on #593F55 background

This text has white color on #593F55 background.