COLOR #593E69

HEX: #593E69
RGB: (89,62,105)

Color info

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

RGB color model

#593E69 color RGB value is (89,62,105).

  • red value is 89;
  • green value is 62;
  • blue value is 105.
RGB:
(89,62,105)
(35%,24%,41%)

RGB channels and saturation

R 89 of 255 = 35%
G 62 of 255 = 24%
B 105 of 255 = 41%

89
62
105

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

Portions of RGB colors in percentages

R + G + B =
89 + 62 + 105 = 256 (100%)
R 89 of 256 ~ 34.77%
G 62 of 256 ~ 24.22%
B 105 of 256 ~ 41.02%

%34.77
%24.22
%41.02

CMYK color model

#593E69 color CMYK value is (15,41,0,59).

  • cyan value is 15.24%
  • magenta value is 40.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(15,41,0,59)
C15M41Y0K59 
(15%,41%,0%,59%)
(0.15/0.41/0.00/0.59)	

CMYK percentages

%15.24
%40.95
%0
%58.82

Codes

Color #593E69 in popluar color models

593E69
RGB8962105
HSL278°25.75%32.75%
HSB/HSV278°40.95%41.18%
CMYK15.24%40.95%0.00%
58.82%

Color #593E69 in popluar number systems.

HEX593E69
Decimal8962105
Binary10110011111101101001
Octal13176151

Shades and tints

Shades of #593E69

#593E69
(89,62,105)
#513960
(81,57,96)
#493457
(73,52,87)
#412F4E
(65,47,78)
#392A45
(57,42,69)
#31253C
(49,37,60)
#292033
(41,32,51)
#211B2A
(33,27,42)
#191621
(25,22,33)
#111118
(17,17,24)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #593E69

#593E69
(89,62,105)
#684F76
(104,79,118)
#776083
(119,96,131)
#867190
(134,113,144)
#95829D
(149,130,157)
#A493AA
(164,147,170)
#B3A4B7
(179,164,183)
#C2B5C4
(194,181,196)
#D1C6D1
(209,198,209)
#E0D7DE
(224,215,222)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593E69 color. Also use rgb(89,62,105) instead hex code.

Text Font Color

.myTextColor { color: #593E69; }

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

This text font color is #593E69.


Background Color

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

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

This div background color is #593E69.


Border color

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

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

This div border color is #593E69.


Opacity

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

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

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

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

This text has shadow with #593E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593E69 on black background.


Color preview on white background

This text has color #593E69 on white background.



Black color preview on #593E69 background

This text has black color on #593E69 background.


White color preview on #593E69 background

This text has white color on #593E69 background.