COLOR #59406B

HEX: #59406B
RGB: (89,64,107)

Color info

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

RGB color model

#59406B color RGB value is (89,64,107).

  • red value is 89;
  • green value is 64;
  • blue value is 107.
RGB: (89,64,107) (35%,25%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 64 of 255 = 25%
B 107 of 255 = 42%

89
64
107

R + G + B ~ 34%. #59406B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 64 + 107 = 260 (100%)
R 89 of 260 ~ 34.23%
G 64 of 260 ~ 24.62%
B 107 of 260 ~ 41.15%

%34.23
%24.62
%41.15

CMYK color model

#59406B color CMYK value is (17,40,0,58).

  • cyan value is 16.82%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (17,40,0,58) C17M40Y0K58 (17%,40%,0%,58%) (0.17/0.40/0.00/0.58)

CMYK percentages

%16.82
%40.19
%0
%58.04

Codes

Color #59406B in popluar color models

59406B
RGB8964107
HSL275°25.15%33.53%
HSB/HSV275°40.19%41.96%
CMYK16.82%40.19%0.00%
58.04%

Color #59406B in popluar number systems.

HEX59406B
Decimal8964107
Binary101100110000001101011
Octal131100153

Shades and tints

Shades of #59406B

#59406B
(89,64,107)
#513B62
(81,59,98)
#493659
(73,54,89)
#413150
(65,49,80)
#392C47
(57,44,71)
#31273E
(49,39,62)
#292235
(41,34,53)
#211D2C
(33,29,44)
#191823
(25,24,35)
#11131A
(17,19,26)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #59406B

#59406B
(89,64,107)
#685178
(104,81,120)
#776285
(119,98,133)
#867392
(134,115,146)
#95849F
(149,132,159)
#A495AC
(164,149,172)
#B3A6B9
(179,166,185)
#C2B7C6
(194,183,198)
#D1C8D3
(209,200,211)
#E0D9E0
(224,217,224)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59406B color. Also use rgb(89,64,107) instead hex code.

Text Font Color

.myTextColor { color: #59406B; }

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

This text font color is #59406B.


Background Color

.myBgColor { background-color: #59406B; }

<div style="background-color:#59406B">Inner text</div>

This div background color is #59406B.


Border color

.myBorderColor { border: 1px solid #59406B; }

<div style="border:3px solid #59406B">Div</div>

This div border color is #59406B.


Opacity

.myOpacity80 { color: #59406B; opacity: 0.8; }

<p style="color:#59406B;opacity:0.8;">80%</p>

Text with #59406B 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 #59406B;}

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

This text has shadow with #59406B color.

.textShadow {text-shadow: 3px 3px 1px #59406B, 3px 3px 1px red;}

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

This text has shadow with #59406B primary color and red secondary color.


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

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

This text has shadow with #59406B and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #59406B; -webkit-box-shadow:	1px 1px 3px 2px #59406B; box-shadow:	1px 1px 3px 2px #59406B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #59406B; -webkit-box-shadow: 1px 1px 3px 2px #59406B; box-shadow:1px 1px 3px 2px #59406B;">
Div content here</div>
This div box has shadow with color #59406B.

Preview

Color preview on black background

This text has color #59406B on black background.


Color preview on white background

This text has color #59406B on white background.



Black color preview on #59406B background

This text has black color on #59406B background.


White color preview on #59406B background

This text has white color on #59406B background.