COLOR #593B64

HEX: #593B64
RGB: (89,59,100)

Color info

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

RGB color model

#593B64 color RGB value is (89,59,100).

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

RGB channels and saturation

R 89 of 255 = 35%
G 59 of 255 = 23%
B 100 of 255 = 39%

89
59
100

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

Portions of RGB colors in percentages

R + G + B =
89 + 59 + 100 = 248 (100%)
R 89 of 248 ~ 35.89%
G 59 of 248 ~ 23.79%
B 100 of 248 ~ 40.32%

%35.89
%23.79
%40.32

CMYK color model

#593B64 color CMYK value is (11,41,0,61).

  • cyan value is 11.00%
  • magenta value is 41.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(11,41,0,61)
C11M41Y0K61 
(11%,41%,0%,61%)
(0.11/0.41/0.00/0.61)	

CMYK percentages

%11
%41
%0
%60.78

Codes

Color #593B64 in popluar color models

593B64
RGB8959100
HSL284°25.79%31.18%
HSB/HSV284°41.00%39.22%
CMYK11.00%41.00%0.00%
60.78%

Color #593B64 in popluar number systems.

HEX593B64
Decimal8959100
Binary10110011110111100100
Octal13173144

Shades and tints

Shades of #593B64

#593B64
(89,59,100)
#51365B
(81,54,91)
#493152
(73,49,82)
#412C49
(65,44,73)
#392740
(57,39,64)
#312237
(49,34,55)
#291D2E
(41,29,46)
#211825
(33,24,37)
#19131C
(25,19,28)
#110E13
(17,14,19)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #593B64

#593B64
(89,59,100)
#684C72
(104,76,114)
#775D80
(119,93,128)
#866E8E
(134,110,142)
#957F9C
(149,127,156)
#A490AA
(164,144,170)
#B3A1B8
(179,161,184)
#C2B2C6
(194,178,198)
#D1C3D4
(209,195,212)
#E0D4E2
(224,212,226)
#EFE5F0
(239,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593B64; }

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

This text font color is #593B64.


Background Color

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

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

This div background color is #593B64.


Border color

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

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

This div border color is #593B64.


Opacity

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

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

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

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

This text has shadow with #593B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593B64 on black background.


Color preview on white background

This text has color #593B64 on white background.



Black color preview on #593B64 background

This text has black color on #593B64 background.


White color preview on #593B64 background

This text has white color on #593B64 background.