COLOR #593959

HEX: #593959
RGB: (89,57,89)

Color info

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

RGB color model

#593959 color RGB value is (89,57,89).

  • red value is 89;
  • green value is 57;
  • blue value is 89.
RGB:
(89,57,89)
(35%,22%,35%)

RGB channels and saturation

R 89 of 255 = 35%
G 57 of 255 = 22%
B 89 of 255 = 35%

89
57
89

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

Portions of RGB colors in percentages

R + G + B =
89 + 57 + 89 = 235 (100%)
R 89 of 235 ~ 37.87%
G 57 of 235 ~ 24.26%
B 89 of 235 ~ 37.87%

%37.87
%24.26
%37.87

CMYK color model

#593959 color CMYK value is (0,36,0,65).

  • cyan value is 0.00%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(0,36,0,65)
C0M36Y0K65 
(0%,36%,0%,65%)
(0.00/0.36/0.00/0.65)	

CMYK percentages

%0
%35.96
%0
%65.1

Codes

Color #593959 in popluar color models

593959
RGB895789
HSL300°21.92%28.63%
HSB/HSV300°35.96%34.90%
CMYK0.00%35.96%0.00%
65.10%

Color #593959 in popluar number systems.

HEX593959
Decimal895789
Binary10110011110011011001
Octal13171131

Shades and tints

Shades of #593959

#593959
(89,57,89)
#513451
(81,52,81)
#492F49
(73,47,73)
#412A41
(65,42,65)
#392539
(57,37,57)
#312031
(49,32,49)
#291B29
(41,27,41)
#211621
(33,22,33)
#191119
(25,17,25)
#110C11
(17,12,17)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #593959

#593959
(89,57,89)
#684B68
(104,75,104)
#775D77
(119,93,119)
#866F86
(134,111,134)
#958195
(149,129,149)
#A493A4
(164,147,164)
#B3A5B3
(179,165,179)
#C2B7C2
(194,183,194)
#D1C9D1
(209,201,209)
#E0DBE0
(224,219,224)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593959 color. Also use rgb(89,57,89) instead hex code.

Text Font Color

.myTextColor { color: #593959; }

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

This text font color is #593959.


Background Color

.myBgColor { background-color: #593959; }

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

This div background color is #593959.


Border color

.myBorderColor { border: 1px solid #593959; }

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

This div border color is #593959.


Opacity

.myOpacity80 { color: #593959; opacity: 0.8; }

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

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

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

This text has shadow with #593959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593959 on black background.


Color preview on white background

This text has color #593959 on white background.



Black color preview on #593959 background

This text has black color on #593959 background.


White color preview on #593959 background

This text has white color on #593959 background.