COLOR #593361

HEX: #593361
RGB: (89,51,97)

Color info

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

RGB color model

#593361 color RGB value is (89,51,97).

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

RGB channels and saturation

R 89 of 255 = 35%
G 51 of 255 = 20%
B 97 of 255 = 38%

89
51
97

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

Portions of RGB colors in percentages

R + G + B =
89 + 51 + 97 = 237 (100%)
R 89 of 237 ~ 37.55%
G 51 of 237 ~ 21.52%
B 97 of 237 ~ 40.93%

%37.55
%21.52
%40.93

CMYK color model

#593361 color CMYK value is (8,47,0,62).

  • cyan value is 8.25%
  • magenta value is 47.42%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(8,47,0,62)
C8M47Y0K62 
(8%,47%,0%,62%)
(0.08/0.47/0.00/0.62)	

CMYK percentages

%8.25
%47.42
%0
%61.96

Codes

Color #593361 in popluar color models

593361
RGB895197
HSL290°31.08%29.02%
HSB/HSV290°47.42%38.04%
CMYK8.25%47.42%0.00%
61.96%

Color #593361 in popluar number systems.

HEX593361
Decimal895197
Binary10110011100111100001
Octal13163141

Shades and tints

Shades of #593361

#593361
(89,51,97)
#512F59
(81,47,89)
#492B51
(73,43,81)
#412749
(65,39,73)
#392341
(57,35,65)
#311F39
(49,31,57)
#291B31
(41,27,49)
#211729
(33,23,41)
#191321
(25,19,33)
#110F19
(17,15,25)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #593361

#593361
(89,51,97)
#68456F
(104,69,111)
#77577D
(119,87,125)
#86698B
(134,105,139)
#957B99
(149,123,153)
#A48DA7
(164,141,167)
#B39FB5
(179,159,181)
#C2B1C3
(194,177,195)
#D1C3D1
(209,195,209)
#E0D5DF
(224,213,223)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593361; }

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

This text font color is #593361.


Background Color

.myBgColor { background-color: #593361; }

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

This div background color is #593361.


Border color

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

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

This div border color is #593361.


Opacity

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

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

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

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

This text has shadow with #593361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593361 on black background.


Color preview on white background

This text has color #593361 on white background.



Black color preview on #593361 background

This text has black color on #593361 background.


White color preview on #593361 background

This text has white color on #593361 background.