COLOR #593D58

HEX: #593D58
RGB: (89,61,88)

Color info

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

RGB color model

#593D58 color RGB value is (89,61,88).

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

RGB channels and saturation

R 89 of 255 = 35%
G 61 of 255 = 24%
B 88 of 255 = 35%

89
61
88

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

Portions of RGB colors in percentages

R + G + B =
89 + 61 + 88 = 238 (100%)
R 89 of 238 ~ 37.39%
G 61 of 238 ~ 25.63%
B 88 of 238 ~ 36.97%

%37.39
%25.63
%36.97

CMYK color model

#593D58 color CMYK value is (0,31,1,65).

  • cyan value is 0.00%
  • magenta value is 31.46%
  • yellow value is 1.12%
  • key color value is 65.10%
CMYK:
(0,31,1,65)
C0M31Y1K65 
(0%,31%,1%,65%)
(0.00/0.31/0.01/0.65)	

CMYK percentages

%0
%31.46
%1.12
%65.1

Codes

Color #593D58 in popluar color models

593D58
RGB896188
HSL302°18.67%29.41%
HSB/HSV302°31.46%34.90%
CMYK0.00%31.46%1.12%
65.10%

Color #593D58 in popluar number systems.

HEX593D58
Decimal896188
Binary10110011111011011000
Octal13175130

Shades and tints

Shades of #593D58

#593D58
(89,61,88)
#513850
(81,56,80)
#493348
(73,51,72)
#412E40
(65,46,64)
#392938
(57,41,56)
#312430
(49,36,48)
#291F28
(41,31,40)
#211A20
(33,26,32)
#191518
(25,21,24)
#111010
(17,16,16)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #593D58

#593D58
(89,61,88)
#684E67
(104,78,103)
#775F76
(119,95,118)
#867085
(134,112,133)
#958194
(149,129,148)
#A492A3
(164,146,163)
#B3A3B2
(179,163,178)
#C2B4C1
(194,180,193)
#D1C5D0
(209,197,208)
#E0D6DF
(224,214,223)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593D58; }

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

This text font color is #593D58.


Background Color

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

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

This div background color is #593D58.


Border color

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

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

This div border color is #593D58.


Opacity

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

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

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

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

This text has shadow with #593D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593D58 on black background.


Color preview on white background

This text has color #593D58 on white background.



Black color preview on #593D58 background

This text has black color on #593D58 background.


White color preview on #593D58 background

This text has white color on #593D58 background.