COLOR #59465D

HEX: #59465D
RGB: (89,70,93)

Color info

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

RGB color model

#59465D color RGB value is (89,70,93).

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

RGB channels and saturation

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

89
70
93

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

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 93 = 252 (100%)
R 89 of 252 ~ 35.32%
G 70 of 252 ~ 27.78%
B 93 of 252 ~ 36.9%

%35.32
%27.78
%36.9

CMYK color model

#59465D color CMYK value is (4,25,0,64).

  • cyan value is 4.30%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(4,25,0,64)
C4M25Y0K64 
(4%,25%,0%,64%)
(0.04/0.25/0.00/0.64)	

CMYK percentages

%4.3
%24.73
%0
%63.53

Codes

Color #59465D in popluar color models

59465D
RGB897093
HSL290°14.11%31.96%
HSB/HSV290°24.73%36.47%
CMYK4.30%24.73%0.00%
63.53%

Color #59465D in popluar number systems.

HEX59465D
Decimal897093
Binary101100110001101011101
Octal131106135

Shades and tints

Shades of #59465D

#59465D
(89,70,93)
#514055
(81,64,85)
#493A4D
(73,58,77)
#413445
(65,52,69)
#392E3D
(57,46,61)
#312835
(49,40,53)
#29222D
(41,34,45)
#211C25
(33,28,37)
#19161D
(25,22,29)
#111015
(17,16,21)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #59465D

#59465D
(89,70,93)
#68566B
(104,86,107)
#776679
(119,102,121)
#867687
(134,118,135)
#958695
(149,134,149)
#A496A3
(164,150,163)
#B3A6B1
(179,166,177)
#C2B6BF
(194,182,191)
#D1C6CD
(209,198,205)
#E0D6DB
(224,214,219)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59465D; }

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

This text font color is #59465D.


Background Color

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

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

This div background color is #59465D.


Border color

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

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

This div border color is #59465D.


Opacity

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

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

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

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

This text has shadow with #59465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59465D on black background.


Color preview on white background

This text has color #59465D on white background.



Black color preview on #59465D background

This text has black color on #59465D background.


White color preview on #59465D background

This text has white color on #59465D background.