COLOR #59465E

HEX: #59465E
RGB: (89,70,94)

Color info

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

RGB color model

#59465E color RGB value is (89,70,94).

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

RGB channels and saturation

R 89 of 255 = 35%
G 70 of 255 = 27%
B 94 of 255 = 37%

89
70
94

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

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 94 = 253 (100%)
R 89 of 253 ~ 35.18%
G 70 of 253 ~ 27.67%
B 94 of 253 ~ 37.15%

%35.18
%27.67
%37.15

CMYK color model

#59465E color CMYK value is (5,26,0,63).

  • cyan value is 5.32%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(5,26,0,63)
C5M26Y0K63 
(5%,26%,0%,63%)
(0.05/0.26/0.00/0.63)	

CMYK percentages

%5.32
%25.53
%0
%63.14

Codes

Color #59465E in popluar color models

59465E
RGB897094
HSL288°14.63%32.16%
HSB/HSV288°25.53%36.86%
CMYK5.32%25.53%0.00%
63.14%

Color #59465E in popluar number systems.

HEX59465E
Decimal897094
Binary101100110001101011110
Octal131106136

Shades and tints

Shades of #59465E

#59465E
(89,70,94)
#514056
(81,64,86)
#493A4E
(73,58,78)
#413446
(65,52,70)
#392E3E
(57,46,62)
#312836
(49,40,54)
#29222E
(41,34,46)
#211C26
(33,28,38)
#19161E
(25,22,30)
#111016
(17,16,22)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #59465E

#59465E
(89,70,94)
#68566C
(104,86,108)
#77667A
(119,102,122)
#867688
(134,118,136)
#958696
(149,134,150)
#A496A4
(164,150,164)
#B3A6B2
(179,166,178)
#C2B6C0
(194,182,192)
#D1C6CE
(209,198,206)
#E0D6DC
(224,214,220)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59465E; }

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

This text font color is #59465E.


Background Color

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

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

This div background color is #59465E.


Border color

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

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

This div border color is #59465E.


Opacity

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

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

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

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

This text has shadow with #59465E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59465E on black background.


Color preview on white background

This text has color #59465E on white background.



Black color preview on #59465E background

This text has black color on #59465E background.


White color preview on #59465E background

This text has white color on #59465E background.