COLOR #595F66

HEX: #595F66
RGB: (89,95,102)

Color info

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

RGB color model

#595F66 color RGB value is (89,95,102).

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

RGB channels and saturation

R 89 of 255 = 35%
G 95 of 255 = 37%
B 102 of 255 = 40%

89
95
102

R + G + B ~ 37%. #595F66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 95 + 102 = 286 (100%)
R 89 of 286 ~ 31.12%
G 95 of 286 ~ 33.22%
B 102 of 286 ~ 35.66%

%31.12
%33.22
%35.66

CMYK color model

#595F66 color CMYK value is (13,7,0,60).

  • cyan value is 12.75%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(13,7,0,60)
C13M7Y0K60 
(13%,7%,0%,60%)
(0.13/0.07/0.00/0.60)	

CMYK percentages

%12.75
%6.86
%0
%60

Codes

Color #595F66 in popluar color models

595F66
RGB8995102
HSL212°6.81%37.45%
HSB/HSV212°12.75%40.00%
CMYK12.75%6.86%0.00%
60.00%

Color #595F66 in popluar number systems.

HEX595F66
Decimal8995102
Binary101100110111111100110
Octal131137146

Shades and tints

Shades of #595F66

#595F66
(89,95,102)
#51575D
(81,87,93)
#494F54
(73,79,84)
#41474B
(65,71,75)
#393F42
(57,63,66)
#313739
(49,55,57)
#292F30
(41,47,48)
#212727
(33,39,39)
#191F1E
(25,31,30)
#111715
(17,23,21)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #595F66

#595F66
(89,95,102)
#686D73
(104,109,115)
#777B80
(119,123,128)
#86898D
(134,137,141)
#95979A
(149,151,154)
#A4A5A7
(164,165,167)
#B3B3B4
(179,179,180)
#C2C1C1
(194,193,193)
#D1CFCE
(209,207,206)
#E0DDDB
(224,221,219)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595F66; }

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

This text font color is #595F66.


Background Color

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

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

This div background color is #595F66.


Border color

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

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

This div border color is #595F66.


Opacity

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

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

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

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

This text has shadow with #595F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595F66 on black background.


Color preview on white background

This text has color #595F66 on white background.



Black color preview on #595F66 background

This text has black color on #595F66 background.


White color preview on #595F66 background

This text has white color on #595F66 background.