COLOR #595662

HEX: #595662
RGB: (89,86,98)

Color info

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

RGB color model

#595662 color RGB value is (89,86,98).

  • red value is 89;
  • green value is 86;
  • blue value is 98.
RGB:
(89,86,98)
(35%,34%,38%)

RGB channels and saturation

R 89 of 255 = 35%
G 86 of 255 = 34%
B 98 of 255 = 38%

89
86
98

R + G + B ~ 36%. #595662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 86 + 98 = 273 (100%)
R 89 of 273 ~ 32.6%
G 86 of 273 ~ 31.5%
B 98 of 273 ~ 35.9%

%32.6
%31.5
%35.9

CMYK color model

#595662 color CMYK value is (9,12,0,62).

  • cyan value is 9.18%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(9,12,0,62)
C9M12Y0K62 
(9%,12%,0%,62%)
(0.09/0.12/0.00/0.62)	

CMYK percentages

%9.18
%12.24
%0
%61.57

Codes

Color #595662 in popluar color models

595662
RGB898698
HSL255°6.52%36.08%
HSB/HSV255°12.24%38.43%
CMYK9.18%12.24%0.00%
61.57%

Color #595662 in popluar number systems.

HEX595662
Decimal898698
Binary101100110101101100010
Octal131126142

Shades and tints

Shades of #595662

#595662
(89,86,98)
#514F5A
(81,79,90)
#494852
(73,72,82)
#41414A
(65,65,74)
#393A42
(57,58,66)
#31333A
(49,51,58)
#292C32
(41,44,50)
#21252A
(33,37,42)
#191E22
(25,30,34)
#11171A
(17,23,26)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #595662

#595662
(89,86,98)
#686570
(104,101,112)
#77747E
(119,116,126)
#86838C
(134,131,140)
#95929A
(149,146,154)
#A4A1A8
(164,161,168)
#B3B0B6
(179,176,182)
#C2BFC4
(194,191,196)
#D1CED2
(209,206,210)
#E0DDE0
(224,221,224)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595662 color. Also use rgb(89,86,98) instead hex code.

Text Font Color

.myTextColor { color: #595662; }

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

This text font color is #595662.


Background Color

.myBgColor { background-color: #595662; }

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

This div background color is #595662.


Border color

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

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

This div border color is #595662.


Opacity

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

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

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

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

This text has shadow with #595662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595662 on black background.


Color preview on white background

This text has color #595662 on white background.



Black color preview on #595662 background

This text has black color on #595662 background.


White color preview on #595662 background

This text has white color on #595662 background.