COLOR #59768E

HEX: #59768E
RGB: (89,118,142)

Color info

#59768E contains red, green and blue colors in about the same proportion. Web safe color of #59768E is #666699 (or #669).

RGB color model

#59768E color RGB value is (89,118,142).

  • red value is 89;
  • green value is 118;
  • blue value is 142.
RGB:
(89,118,142)
(35%,46%,56%)

RGB channels and saturation

R 89 of 255 = 35%
G 118 of 255 = 46%
B 142 of 255 = 56%

89
118
142

R + G + B ~ 46%. #59768E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 118 + 142 = 349 (100%)
R 89 of 349 ~ 25.5%
G 118 of 349 ~ 33.81%
B 142 of 349 ~ 40.69%

%25.5
%33.81
%40.69

CMYK color model

#59768E color CMYK value is (37,17,0,44).

  • cyan value is 37.32%
  • magenta value is 16.90%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(37,17,0,44)
C37M17Y0K44 
(37%,17%,0%,44%)
(0.37/0.17/0.00/0.44)	

CMYK percentages

%37.32
%16.9
%0
%44.31

Codes

Color #59768E in popluar color models

59768E
RGB89118142
HSL207°22.94%45.29%
HSB/HSV207°37.32%55.69%
CMYK37.32%16.90%0.00%
44.31%

Color #59768E in popluar number systems.

HEX59768E
Decimal89118142
Binary1011001111011010001110
Octal131166216

Shades and tints

Shades of #59768E

#59768E
(89,118,142)
#516C82
(81,108,130)
#496276
(73,98,118)
#41586A
(65,88,106)
#394E5E
(57,78,94)
#314452
(49,68,82)
#293A46
(41,58,70)
#21303A
(33,48,58)
#19262E
(25,38,46)
#111C22
(17,28,34)
#091216
(9,18,22)
#000000
(0,0,0)

Tints of #59768E

#59768E
(89,118,142)
#688298
(104,130,152)
#778EA2
(119,142,162)
#869AAC
(134,154,172)
#95A6B6
(149,166,182)
#A4B2C0
(164,178,192)
#B3BECA
(179,190,202)
#C2CAD4
(194,202,212)
#D1D6DE
(209,214,222)
#E0E2E8
(224,226,232)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59768E color. Also use rgb(89,118,142) instead hex code.

Text Font Color

.myTextColor { color: #59768E; }

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

This text font color is #59768E.


Background Color

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

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

This div background color is #59768E.


Border color

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

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

This div border color is #59768E.


Opacity

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

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

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

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

This text has shadow with #59768E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59768E on black background.


Color preview on white background

This text has color #59768E on white background.



Black color preview on #59768E background

This text has black color on #59768E background.


White color preview on #59768E background

This text has white color on #59768E background.