COLOR #596784

HEX: #596784
RGB: (89,103,132)

Color info

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

RGB color model

#596784 color RGB value is (89,103,132).

  • red value is 89;
  • green value is 103;
  • blue value is 132.
RGB:
(89,103,132)
(35%,40%,52%)

RGB channels and saturation

R 89 of 255 = 35%
G 103 of 255 = 40%
B 132 of 255 = 52%

89
103
132

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

Portions of RGB colors in percentages

R + G + B =
89 + 103 + 132 = 324 (100%)
R 89 of 324 ~ 27.47%
G 103 of 324 ~ 31.79%
B 132 of 324 ~ 40.74%

%27.47
%31.79
%40.74

CMYK color model

#596784 color CMYK value is (33,22,0,48).

  • cyan value is 32.58%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(33,22,0,48)
C33M22Y0K48 
(33%,22%,0%,48%)
(0.33/0.22/0.00/0.48)	

CMYK percentages

%32.58
%21.97
%0
%48.24

Codes

Color #596784 in popluar color models

596784
RGB89103132
HSL220°19.46%43.33%
HSB/HSV220°32.58%51.76%
CMYK32.58%21.97%0.00%
48.24%

Color #596784 in popluar number systems.

HEX596784
Decimal89103132
Binary1011001110011110000100
Octal131147204

Shades and tints

Shades of #596784

#596784
(89,103,132)
#515E78
(81,94,120)
#49556C
(73,85,108)
#414C60
(65,76,96)
#394354
(57,67,84)
#313A48
(49,58,72)
#29313C
(41,49,60)
#212830
(33,40,48)
#191F24
(25,31,36)
#111618
(17,22,24)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #596784

#596784
(89,103,132)
#68748F
(104,116,143)
#77819A
(119,129,154)
#868EA5
(134,142,165)
#959BB0
(149,155,176)
#A4A8BB
(164,168,187)
#B3B5C6
(179,181,198)
#C2C2D1
(194,194,209)
#D1CFDC
(209,207,220)
#E0DCE7
(224,220,231)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596784 color. Also use rgb(89,103,132) instead hex code.

Text Font Color

.myTextColor { color: #596784; }

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

This text font color is #596784.


Background Color

.myBgColor { background-color: #596784; }

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

This div background color is #596784.


Border color

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

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

This div border color is #596784.


Opacity

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

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

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

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

This text has shadow with #596784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596784 on black background.


Color preview on white background

This text has color #596784 on white background.



Black color preview on #596784 background

This text has black color on #596784 background.


White color preview on #596784 background

This text has white color on #596784 background.