COLOR #595F68

HEX: #595F68
RGB: (89,95,104)

Color info

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

RGB color model

#595F68 color RGB value is (89,95,104).

  • red value is 89;
  • green value is 95;
  • blue value is 104.
RGB:
(89,95,104)
(35%,37%,41%)

RGB channels and saturation

R 89 of 255 = 35%
G 95 of 255 = 37%
B 104 of 255 = 41%

89
95
104

R + G + B ~ 38%. #595F68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 95 + 104 = 288 (100%)
R 89 of 288 ~ 30.9%
G 95 of 288 ~ 32.99%
B 104 of 288 ~ 36.11%

%30.9
%32.99
%36.11

CMYK color model

#595F68 color CMYK value is (14,9,0,59).

  • cyan value is 14.42%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(14,9,0,59)
C14M9Y0K59 
(14%,9%,0%,59%)
(0.14/0.09/0.00/0.59)	

CMYK percentages

%14.42
%8.65
%0
%59.22

Codes

Color #595F68 in popluar color models

595F68
RGB8995104
HSL216°7.77%37.84%
HSB/HSV216°14.42%40.78%
CMYK14.42%8.65%0.00%
59.22%

Color #595F68 in popluar number systems.

HEX595F68
Decimal8995104
Binary101100110111111101000
Octal131137150

Shades and tints

Shades of #595F68

#595F68
(89,95,104)
#51575F
(81,87,95)
#494F56
(73,79,86)
#41474D
(65,71,77)
#393F44
(57,63,68)
#31373B
(49,55,59)
#292F32
(41,47,50)
#212729
(33,39,41)
#191F20
(25,31,32)
#111717
(17,23,23)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #595F68

#595F68
(89,95,104)
#686D75
(104,109,117)
#777B82
(119,123,130)
#86898F
(134,137,143)
#95979C
(149,151,156)
#A4A5A9
(164,165,169)
#B3B3B6
(179,179,182)
#C2C1C3
(194,193,195)
#D1CFD0
(209,207,208)
#E0DDDD
(224,221,221)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595F68 color. Also use rgb(89,95,104) instead hex code.

Text Font Color

.myTextColor { color: #595F68; }

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

This text font color is #595F68.


Background Color

.myBgColor { background-color: #595F68; }

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

This div background color is #595F68.


Border color

.myBorderColor { border: 1px solid #595F68; }

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

This div border color is #595F68.


Opacity

.myOpacity80 { color: #595F68; opacity: 0.8; }

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

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

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

This text has shadow with #595F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595F68 on black background.


Color preview on white background

This text has color #595F68 on white background.



Black color preview on #595F68 background

This text has black color on #595F68 background.


White color preview on #595F68 background

This text has white color on #595F68 background.