COLOR #596678

HEX: #596678
RGB: (89,102,120)

Color info

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

RGB color model

#596678 color RGB value is (89,102,120).

  • red value is 89;
  • green value is 102;
  • blue value is 120.
RGB:
(89,102,120)
(35%,40%,47%)

RGB channels and saturation

R 89 of 255 = 35%
G 102 of 255 = 40%
B 120 of 255 = 47%

89
102
120

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

Portions of RGB colors in percentages

R + G + B =
89 + 102 + 120 = 311 (100%)
R 89 of 311 ~ 28.62%
G 102 of 311 ~ 32.8%
B 120 of 311 ~ 38.59%

%28.62
%32.8
%38.59

CMYK color model

#596678 color CMYK value is (26,15,0,53).

  • cyan value is 25.83%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(26,15,0,53)
C26M15Y0K53 
(26%,15%,0%,53%)
(0.26/0.15/0.00/0.53)	

CMYK percentages

%25.83
%15
%0
%52.94

Codes

Color #596678 in popluar color models

596678
RGB89102120
HSL215°14.83%40.98%
HSB/HSV215°25.83%47.06%
CMYK25.83%15.00%0.00%
52.94%

Color #596678 in popluar number systems.

HEX596678
Decimal89102120
Binary101100111001101111000
Octal131146170

Shades and tints

Shades of #596678

#596678
(89,102,120)
#515D6E
(81,93,110)
#495464
(73,84,100)
#414B5A
(65,75,90)
#394250
(57,66,80)
#313946
(49,57,70)
#29303C
(41,48,60)
#212732
(33,39,50)
#191E28
(25,30,40)
#11151E
(17,21,30)
#090C14
(9,12,20)
#000000
(0,0,0)

Tints of #596678

#596678
(89,102,120)
#687384
(104,115,132)
#778090
(119,128,144)
#868D9C
(134,141,156)
#959AA8
(149,154,168)
#A4A7B4
(164,167,180)
#B3B4C0
(179,180,192)
#C2C1CC
(194,193,204)
#D1CED8
(209,206,216)
#E0DBE4
(224,219,228)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596678 color. Also use rgb(89,102,120) instead hex code.

Text Font Color

.myTextColor { color: #596678; }

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

This text font color is #596678.


Background Color

.myBgColor { background-color: #596678; }

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

This div background color is #596678.


Border color

.myBorderColor { border: 1px solid #596678; }

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

This div border color is #596678.


Opacity

.myOpacity80 { color: #596678; opacity: 0.8; }

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

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

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

This text has shadow with #596678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596678 on black background.


Color preview on white background

This text has color #596678 on white background.



Black color preview on #596678 background

This text has black color on #596678 background.


White color preview on #596678 background

This text has white color on #596678 background.