COLOR #593F5F

HEX: #593F5F
RGB: (89,63,95)

Color info

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

RGB color model

#593F5F color RGB value is (89,63,95).

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

RGB channels and saturation

R 89 of 255 = 35%
G 63 of 255 = 25%
B 95 of 255 = 37%

89
63
95

R + G + B ~ 32%. #593F5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 63 + 95 = 247 (100%)
R 89 of 247 ~ 36.03%
G 63 of 247 ~ 25.51%
B 95 of 247 ~ 38.46%

%36.03
%25.51
%38.46

CMYK color model

#593F5F color CMYK value is (6,34,0,63).

  • cyan value is 6.32%
  • magenta value is 33.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(6,34,0,63)
C6M34Y0K63 
(6%,34%,0%,63%)
(0.06/0.34/0.00/0.63)	

CMYK percentages

%6.32
%33.68
%0
%62.75

Codes

Color #593F5F in popluar color models

593F5F
RGB896395
HSL289°20.25%30.98%
HSB/HSV289°33.68%37.25%
CMYK6.32%33.68%0.00%
62.75%

Color #593F5F in popluar number systems.

HEX593F5F
Decimal896395
Binary10110011111111011111
Octal13177137

Shades and tints

Shades of #593F5F

#593F5F
(89,63,95)
#513A57
(81,58,87)
#49354F
(73,53,79)
#413047
(65,48,71)
#392B3F
(57,43,63)
#312637
(49,38,55)
#29212F
(41,33,47)
#211C27
(33,28,39)
#19171F
(25,23,31)
#111217
(17,18,23)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #593F5F

#593F5F
(89,63,95)
#68506D
(104,80,109)
#77617B
(119,97,123)
#867289
(134,114,137)
#958397
(149,131,151)
#A494A5
(164,148,165)
#B3A5B3
(179,165,179)
#C2B6C1
(194,182,193)
#D1C7CF
(209,199,207)
#E0D8DD
(224,216,221)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593F5F; }

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

This text font color is #593F5F.


Background Color

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

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

This div background color is #593F5F.


Border color

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

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

This div border color is #593F5F.


Opacity

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

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

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

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

This text has shadow with #593F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F5F on black background.


Color preview on white background

This text has color #593F5F on white background.



Black color preview on #593F5F background

This text has black color on #593F5F background.


White color preview on #593F5F background

This text has white color on #593F5F background.