COLOR #59617F

HEX: #59617F
RGB: (89,97,127)

Color info

#59617F contains red, green and blue colors in about the same proportion. Web safe color of #59617F is #666666 (or #666).

RGB color model

#59617F color RGB value is (89,97,127).

  • red value is 89;
  • green value is 97;
  • blue value is 127.
RGB:
(89,97,127)
(35%,38%,50%)

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 127 of 255 = 50%

89
97
127

R + G + B ~ 41%. #59617F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 97 + 127 = 313 (100%)
R 89 of 313 ~ 28.43%
G 97 of 313 ~ 30.99%
B 127 of 313 ~ 40.58%

%28.43
%30.99
%40.58

CMYK color model

#59617F color CMYK value is (30,24,0,50).

  • cyan value is 29.92%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(30,24,0,50)
C30M24Y0K50 
(30%,24%,0%,50%)
(0.30/0.24/0.00/0.50)	

CMYK percentages

%29.92
%23.62
%0
%50.2

Codes

Color #59617F in popluar color models

59617F
RGB8997127
HSL227°17.59%42.35%
HSB/HSV227°29.92%49.80%
CMYK29.92%23.62%0.00%
50.20%

Color #59617F in popluar number systems.

HEX59617F
Decimal8997127
Binary101100111000011111111
Octal131141177

Shades and tints

Shades of #59617F

#59617F
(89,97,127)
#515974
(81,89,116)
#495169
(73,81,105)
#41495E
(65,73,94)
#394153
(57,65,83)
#313948
(49,57,72)
#29313D
(41,49,61)
#212932
(33,41,50)
#192127
(25,33,39)
#11191C
(17,25,28)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #59617F

#59617F
(89,97,127)
#686F8A
(104,111,138)
#777D95
(119,125,149)
#868BA0
(134,139,160)
#9599AB
(149,153,171)
#A4A7B6
(164,167,182)
#B3B5C1
(179,181,193)
#C2C3CC
(194,195,204)
#D1D1D7
(209,209,215)
#E0DFE2
(224,223,226)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59617F color. Also use rgb(89,97,127) instead hex code.

Text Font Color

.myTextColor { color: #59617F; }

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

This text font color is #59617F.


Background Color

.myBgColor { background-color: #59617F; }

<div style="background-color:#59617F">Inner text</div>

This div background color is #59617F.


Border color

.myBorderColor { border: 1px solid #59617F; }

<div style="border:3px solid #59617F">Div</div>

This div border color is #59617F.


Opacity

.myOpacity80 { color: #59617F; opacity: 0.8; }

<p style="color:#59617F;opacity:0.8;">80%</p>

Text with #59617F 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 #59617F;}

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

This text has shadow with #59617F color.

.textShadow {text-shadow: 3px 3px 1px #59617F, 3px 3px 1px red;}

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

This text has shadow with #59617F primary color and red secondary color.


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

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

This text has shadow with #59617F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59617F on black background.


Color preview on white background

This text has color #59617F on white background.



Black color preview on #59617F background

This text has black color on #59617F background.


White color preview on #59617F background

This text has white color on #59617F background.