COLOR #593367

HEX: #593367
RGB: (89,51,103)

Color info

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

RGB color model

#593367 color RGB value is (89,51,103).

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

RGB channels and saturation

R 89 of 255 = 35%
G 51 of 255 = 20%
B 103 of 255 = 40%

89
51
103

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

Portions of RGB colors in percentages

R + G + B =
89 + 51 + 103 = 243 (100%)
R 89 of 243 ~ 36.63%
G 51 of 243 ~ 20.99%
B 103 of 243 ~ 42.39%

%36.63
%20.99
%42.39

CMYK color model

#593367 color CMYK value is (14,50,0,60).

  • cyan value is 13.59%
  • magenta value is 50.49%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(14,50,0,60)
C14M50Y0K60 
(14%,50%,0%,60%)
(0.14/0.50/0.00/0.60)	

CMYK percentages

%13.59
%50.49
%0
%59.61

Codes

Color #593367 in popluar color models

593367
RGB8951103
HSL284°33.77%30.20%
HSB/HSV284°50.49%40.39%
CMYK13.59%50.49%0.00%
59.61%

Color #593367 in popluar number systems.

HEX593367
Decimal8951103
Binary10110011100111100111
Octal13163147

Shades and tints

Shades of #593367

#593367
(89,51,103)
#512F5E
(81,47,94)
#492B55
(73,43,85)
#41274C
(65,39,76)
#392343
(57,35,67)
#311F3A
(49,31,58)
#291B31
(41,27,49)
#211728
(33,23,40)
#19131F
(25,19,31)
#110F16
(17,15,22)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #593367

#593367
(89,51,103)
#684574
(104,69,116)
#775781
(119,87,129)
#86698E
(134,105,142)
#957B9B
(149,123,155)
#A48DA8
(164,141,168)
#B39FB5
(179,159,181)
#C2B1C2
(194,177,194)
#D1C3CF
(209,195,207)
#E0D5DC
(224,213,220)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593367; }

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

This text font color is #593367.


Background Color

.myBgColor { background-color: #593367; }

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

This div background color is #593367.


Border color

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

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

This div border color is #593367.


Opacity

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

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

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

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

This text has shadow with #593367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593367 on black background.


Color preview on white background

This text has color #593367 on white background.



Black color preview on #593367 background

This text has black color on #593367 background.


White color preview on #593367 background

This text has white color on #593367 background.