COLOR #59455D

HEX: #59455D
RGB: (89,69,93)

Color info

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

RGB color model

#59455D color RGB value is (89,69,93).

  • red value is 89;
  • green value is 69;
  • blue value is 93.
RGB:
(89,69,93)
(35%,27%,36%)

RGB channels and saturation

R 89 of 255 = 35%
G 69 of 255 = 27%
B 93 of 255 = 36%

89
69
93

R + G + B ~ 33%. #59455D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 69 + 93 = 251 (100%)
R 89 of 251 ~ 35.46%
G 69 of 251 ~ 27.49%
B 93 of 251 ~ 37.05%

%35.46
%27.49
%37.05

CMYK color model

#59455D color CMYK value is (4,26,0,64).

  • cyan value is 4.30%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(4,26,0,64)
C4M26Y0K64 
(4%,26%,0%,64%)
(0.04/0.26/0.00/0.64)	

CMYK percentages

%4.3
%25.81
%0
%63.53

Codes

Color #59455D in popluar color models

59455D
RGB896993
HSL290°14.81%31.76%
HSB/HSV290°25.81%36.47%
CMYK4.30%25.81%0.00%
63.53%

Color #59455D in popluar number systems.

HEX59455D
Decimal896993
Binary101100110001011011101
Octal131105135

Shades and tints

Shades of #59455D

#59455D
(89,69,93)
#513F55
(81,63,85)
#49394D
(73,57,77)
#413345
(65,51,69)
#392D3D
(57,45,61)
#312735
(49,39,53)
#29212D
(41,33,45)
#211B25
(33,27,37)
#19151D
(25,21,29)
#110F15
(17,15,21)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #59455D

#59455D
(89,69,93)
#68556B
(104,85,107)
#776579
(119,101,121)
#867587
(134,117,135)
#958595
(149,133,149)
#A495A3
(164,149,163)
#B3A5B1
(179,165,177)
#C2B5BF
(194,181,191)
#D1C5CD
(209,197,205)
#E0D5DB
(224,213,219)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59455D color. Also use rgb(89,69,93) instead hex code.

Text Font Color

.myTextColor { color: #59455D; }

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

This text font color is #59455D.


Background Color

.myBgColor { background-color: #59455D; }

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

This div background color is #59455D.


Border color

.myBorderColor { border: 1px solid #59455D; }

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

This div border color is #59455D.


Opacity

.myOpacity80 { color: #59455D; opacity: 0.8; }

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

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

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

This text has shadow with #59455D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59455D on black background.


Color preview on white background

This text has color #59455D on white background.



Black color preview on #59455D background

This text has black color on #59455D background.


White color preview on #59455D background

This text has white color on #59455D background.