COLOR #593F61

HEX: #593F61
RGB: (89,63,97)

Color info

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

RGB color model

#593F61 color RGB value is (89,63,97).

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

RGB channels and saturation

R 89 of 255 = 35%
G 63 of 255 = 25%
B 97 of 255 = 38%

89
63
97

R + G + B ~ 33%. #593F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 63 + 97 = 249 (100%)
R 89 of 249 ~ 35.74%
G 63 of 249 ~ 25.3%
B 97 of 249 ~ 38.96%

%35.74
%25.3
%38.96

CMYK color model

#593F61 color CMYK value is (8,35,0,62).

  • cyan value is 8.25%
  • magenta value is 35.05%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(8,35,0,62)
C8M35Y0K62 
(8%,35%,0%,62%)
(0.08/0.35/0.00/0.62)	

CMYK percentages

%8.25
%35.05
%0
%61.96

Codes

Color #593F61 in popluar color models

593F61
RGB896397
HSL286°21.25%31.37%
HSB/HSV286°35.05%38.04%
CMYK8.25%35.05%0.00%
61.96%

Color #593F61 in popluar number systems.

HEX593F61
Decimal896397
Binary10110011111111100001
Octal13177141

Shades and tints

Shades of #593F61

#593F61
(89,63,97)
#513A59
(81,58,89)
#493551
(73,53,81)
#413049
(65,48,73)
#392B41
(57,43,65)
#312639
(49,38,57)
#292131
(41,33,49)
#211C29
(33,28,41)
#191721
(25,23,33)
#111219
(17,18,25)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #593F61

#593F61
(89,63,97)
#68506F
(104,80,111)
#77617D
(119,97,125)
#86728B
(134,114,139)
#958399
(149,131,153)
#A494A7
(164,148,167)
#B3A5B5
(179,165,181)
#C2B6C3
(194,182,195)
#D1C7D1
(209,199,209)
#E0D8DF
(224,216,223)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593F61; }

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

This text font color is #593F61.


Background Color

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

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

This div background color is #593F61.


Border color

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

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

This div border color is #593F61.


Opacity

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

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

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

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

This text has shadow with #593F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F61 on black background.


Color preview on white background

This text has color #593F61 on white background.



Black color preview on #593F61 background

This text has black color on #593F61 background.


White color preview on #593F61 background

This text has white color on #593F61 background.