COLOR #59466E

HEX: #59466E
RGB: (89,70,110)

Color info

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

RGB color model

#59466E color RGB value is (89,70,110).

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

RGB channels and saturation

R 89 of 255 = 35%
G 70 of 255 = 27%
B 110 of 255 = 43%

89
70
110

R + G + B ~ 35%. #59466E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 110 = 269 (100%)
R 89 of 269 ~ 33.09%
G 70 of 269 ~ 26.02%
B 110 of 269 ~ 40.89%

%33.09
%26.02
%40.89

CMYK color model

#59466E color CMYK value is (19,36,0,57).

  • cyan value is 19.09%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(19,36,0,57)
C19M36Y0K57 
(19%,36%,0%,57%)
(0.19/0.36/0.00/0.57)	

CMYK percentages

%19.09
%36.36
%0
%56.86

Codes

Color #59466E in popluar color models

59466E
RGB8970110
HSL269°22.22%35.29%
HSB/HSV269°36.36%43.14%
CMYK19.09%36.36%0.00%
56.86%

Color #59466E in popluar number systems.

HEX59466E
Decimal8970110
Binary101100110001101101110
Octal131106156

Shades and tints

Shades of #59466E

#59466E
(89,70,110)
#514064
(81,64,100)
#493A5A
(73,58,90)
#413450
(65,52,80)
#392E46
(57,46,70)
#31283C
(49,40,60)
#292232
(41,34,50)
#211C28
(33,28,40)
#19161E
(25,22,30)
#111014
(17,16,20)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #59466E

#59466E
(89,70,110)
#68567B
(104,86,123)
#776688
(119,102,136)
#867695
(134,118,149)
#9586A2
(149,134,162)
#A496AF
(164,150,175)
#B3A6BC
(179,166,188)
#C2B6C9
(194,182,201)
#D1C6D6
(209,198,214)
#E0D6E3
(224,214,227)
#EFE6F0
(239,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59466E; }

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

This text font color is #59466E.


Background Color

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

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

This div background color is #59466E.


Border color

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

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

This div border color is #59466E.


Opacity

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

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

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

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

This text has shadow with #59466E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59466E on black background.


Color preview on white background

This text has color #59466E on white background.



Black color preview on #59466E background

This text has black color on #59466E background.


White color preview on #59466E background

This text has white color on #59466E background.