COLOR #596375

HEX: #596375
RGB: (89,99,117)

Color info

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

RGB color model

#596375 color RGB value is (89,99,117).

  • red value is 89;
  • green value is 99;
  • blue value is 117.
RGB:
(89,99,117)
(35%,39%,46%)

RGB channels and saturation

R 89 of 255 = 35%
G 99 of 255 = 39%
B 117 of 255 = 46%

89
99
117

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

Portions of RGB colors in percentages

R + G + B =
89 + 99 + 117 = 305 (100%)
R 89 of 305 ~ 29.18%
G 99 of 305 ~ 32.46%
B 117 of 305 ~ 38.36%

%29.18
%32.46
%38.36

CMYK color model

#596375 color CMYK value is (24,15,0,54).

  • cyan value is 23.93%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(24,15,0,54)
C24M15Y0K54 
(24%,15%,0%,54%)
(0.24/0.15/0.00/0.54)	

CMYK percentages

%23.93
%15.38
%0
%54.12

Codes

Color #596375 in popluar color models

596375
RGB8999117
HSL219°13.59%40.39%
HSB/HSV219°23.93%45.88%
CMYK23.93%15.38%0.00%
54.12%

Color #596375 in popluar number systems.

HEX596375
Decimal8999117
Binary101100111000111110101
Octal131143165

Shades and tints

Shades of #596375

#596375
(89,99,117)
#515A6B
(81,90,107)
#495161
(73,81,97)
#414857
(65,72,87)
#393F4D
(57,63,77)
#313643
(49,54,67)
#292D39
(41,45,57)
#21242F
(33,36,47)
#191B25
(25,27,37)
#11121B
(17,18,27)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #596375

#596375
(89,99,117)
#687181
(104,113,129)
#777F8D
(119,127,141)
#868D99
(134,141,153)
#959BA5
(149,155,165)
#A4A9B1
(164,169,177)
#B3B7BD
(179,183,189)
#C2C5C9
(194,197,201)
#D1D3D5
(209,211,213)
#E0E1E1
(224,225,225)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596375 color. Also use rgb(89,99,117) instead hex code.

Text Font Color

.myTextColor { color: #596375; }

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

This text font color is #596375.


Background Color

.myBgColor { background-color: #596375; }

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

This div background color is #596375.


Border color

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

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

This div border color is #596375.


Opacity

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

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

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

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

This text has shadow with #596375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596375 on black background.


Color preview on white background

This text has color #596375 on white background.



Black color preview on #596375 background

This text has black color on #596375 background.


White color preview on #596375 background

This text has white color on #596375 background.