COLOR #605859

HEX: #605859
RGB: (96,88,89)

Color info

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

RGB color model

#605859 color RGB value is (96,88,89).

  • red value is 96;
  • green value is 88;
  • blue value is 89.
RGB:
(96,88,89)
(38%,35%,35%)

RGB channels and saturation

R 96 of 255 = 38%
G 88 of 255 = 35%
B 89 of 255 = 35%

96
88
89

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

Portions of RGB colors in percentages

R + G + B =
96 + 88 + 89 = 273 (100%)
R 96 of 273 ~ 35.16%
G 88 of 273 ~ 32.23%
B 89 of 273 ~ 32.6%

%35.16
%32.23
%32.6

CMYK color model

#605859 color CMYK value is (0,8,7,62).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 7.29%
  • key color value is 62.35%
CMYK:
(0,8,7,62)
C0M8Y7K62 
(0%,8%,7%,62%)
(0.00/0.08/0.07/0.62)	

CMYK percentages

%0
%8.33
%7.29
%62.35

Codes

Color #605859 in popluar color models

605859
RGB968889
HSL353°4.35%36.08%
HSB/HSV353°8.33%37.65%
CMYK0.00%8.33%7.29%
62.35%

Color #605859 in popluar number systems.

HEX605859
Decimal968889
Binary110000010110001011001
Octal140130131

Shades and tints

Shades of #605859

#605859
(96,88,89)
#585051
(88,80,81)
#504849
(80,72,73)
#484041
(72,64,65)
#403839
(64,56,57)
#383031
(56,48,49)
#302829
(48,40,41)
#282021
(40,32,33)
#201819
(32,24,25)
#181011
(24,16,17)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #605859

#605859
(96,88,89)
#6E6768
(110,103,104)
#7C7677
(124,118,119)
#8A8586
(138,133,134)
#989495
(152,148,149)
#A6A3A4
(166,163,164)
#B4B2B3
(180,178,179)
#C2C1C2
(194,193,194)
#D0D0D1
(208,208,209)
#DEDFE0
(222,223,224)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605859 color. Also use rgb(96,88,89) instead hex code.

Text Font Color

.myTextColor { color: #605859; }

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

This text font color is #605859.


Background Color

.myBgColor { background-color: #605859; }

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

This div background color is #605859.


Border color

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

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

This div border color is #605859.


Opacity

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

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

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

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

This text has shadow with #605859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605859 on black background.


Color preview on white background

This text has color #605859 on white background.



Black color preview on #605859 background

This text has black color on #605859 background.


White color preview on #605859 background

This text has white color on #605859 background.