COLOR #593464

HEX: #593464
RGB: (89,52,100)

Color info

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

RGB color model

#593464 color RGB value is (89,52,100).

  • red value is 89;
  • green value is 52;
  • blue value is 100.
RGB:
(89,52,100)
(35%,20%,39%)

RGB channels and saturation

R 89 of 255 = 35%
G 52 of 255 = 20%
B 100 of 255 = 39%

89
52
100

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

Portions of RGB colors in percentages

R + G + B =
89 + 52 + 100 = 241 (100%)
R 89 of 241 ~ 36.93%
G 52 of 241 ~ 21.58%
B 100 of 241 ~ 41.49%

%36.93
%21.58
%41.49

CMYK color model

#593464 color CMYK value is (11,48,0,61).

  • cyan value is 11.00%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(11,48,0,61)
C11M48Y0K61 
(11%,48%,0%,61%)
(0.11/0.48/0.00/0.61)	

CMYK percentages

%11
%48
%0
%60.78

Codes

Color #593464 in popluar color models

593464
RGB8952100
HSL286°31.58%29.80%
HSB/HSV286°48.00%39.22%
CMYK11.00%48.00%0.00%
60.78%

Color #593464 in popluar number systems.

HEX593464
Decimal8952100
Binary10110011101001100100
Octal13164144

Shades and tints

Shades of #593464

#593464
(89,52,100)
#51305B
(81,48,91)
#492C52
(73,44,82)
#412849
(65,40,73)
#392440
(57,36,64)
#312037
(49,32,55)
#291C2E
(41,28,46)
#211825
(33,24,37)
#19141C
(25,20,28)
#111013
(17,16,19)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #593464

#593464
(89,52,100)
#684672
(104,70,114)
#775880
(119,88,128)
#866A8E
(134,106,142)
#957C9C
(149,124,156)
#A48EAA
(164,142,170)
#B3A0B8
(179,160,184)
#C2B2C6
(194,178,198)
#D1C4D4
(209,196,212)
#E0D6E2
(224,214,226)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593464; }

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

This text font color is #593464.


Background Color

.myBgColor { background-color: #593464; }

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

This div background color is #593464.


Border color

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

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

This div border color is #593464.


Opacity

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

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

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

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

This text has shadow with #593464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593464 on black background.


Color preview on white background

This text has color #593464 on white background.



Black color preview on #593464 background

This text has black color on #593464 background.


White color preview on #593464 background

This text has white color on #593464 background.