COLOR #59476E

HEX: #59476E
RGB: (89,71,110)

Color info

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

RGB color model

#59476E color RGB value is (89,71,110).

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

RGB channels and saturation

R 89 of 255 = 35%
G 71 of 255 = 28%
B 110 of 255 = 43%

89
71
110

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

Portions of RGB colors in percentages

R + G + B =
89 + 71 + 110 = 270 (100%)
R 89 of 270 ~ 32.96%
G 71 of 270 ~ 26.3%
B 110 of 270 ~ 40.74%

%32.96
%26.3
%40.74

CMYK color model

#59476E color CMYK value is (19,35,0,57).

  • cyan value is 19.09%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(19,35,0,57)
C19M35Y0K57 
(19%,35%,0%,57%)
(0.19/0.35/0.00/0.57)	

CMYK percentages

%19.09
%35.45
%0
%56.86

Codes

Color #59476E in popluar color models

59476E
RGB8971110
HSL268°21.55%35.49%
HSB/HSV268°35.45%43.14%
CMYK19.09%35.45%0.00%
56.86%

Color #59476E in popluar number systems.

HEX59476E
Decimal8971110
Binary101100110001111101110
Octal131107156

Shades and tints

Shades of #59476E

#59476E
(89,71,110)
#514164
(81,65,100)
#493B5A
(73,59,90)
#413550
(65,53,80)
#392F46
(57,47,70)
#31293C
(49,41,60)
#292332
(41,35,50)
#211D28
(33,29,40)
#19171E
(25,23,30)
#111114
(17,17,20)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #59476E

#59476E
(89,71,110)
#68577B
(104,87,123)
#776788
(119,103,136)
#867795
(134,119,149)
#9587A2
(149,135,162)
#A497AF
(164,151,175)
#B3A7BC
(179,167,188)
#C2B7C9
(194,183,201)
#D1C7D6
(209,199,214)
#E0D7E3
(224,215,227)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59476E; }

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

This text font color is #59476E.


Background Color

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

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

This div background color is #59476E.


Border color

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

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

This div border color is #59476E.


Opacity

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

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

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

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

This text has shadow with #59476E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59476E on black background.


Color preview on white background

This text has color #59476E on white background.



Black color preview on #59476E background

This text has black color on #59476E background.


White color preview on #59476E background

This text has white color on #59476E background.