COLOR #605B59

HEX: #605B59 RGB: (96,91,89)

Color info

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

RGB color model

#605B59 color RGB value is (96,91,89).

RGB: (96,91,89) (38%, 36%, 35%)

RGB channels and saturation

R 96 of 255 = 38%
G 91 of 255 = 36%
B 89 of 255 = 35%

96
91
89

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

Portions of RGB colors in percentages

R + G + B = 96 + 91 + 89 = 276 (100%)
R 96 of 276 ~ 34.78%
G 91 of 276 ~ 32.97%
B 89 of 276 ~ 32.25'%

%34.78
%32.97
%32.25

CMYK color model

#605B59 color CMYK value is (0,5,7,62).

  • cyan value is 0.00%
  • magenta value is 5.21%
  • yellow value is 7.29%
  • key color value is 62.35%

CMYK: (0,5,7,62)
C0M5Y7K62 (0%, 5%, 7%, 62%)
(0.00 / 0.05 / 0.07 / 0.62)

CMYK percentages

%0
%5.21
%7.29
%62.35

Codes

Color #605B59 in popluar color models

60 5B 59
RGB 96 91 89
HSL 17° 3.78% 36.27%
HSB/HSV 17° 7.29% 37.65%
CMYK 0.00% 5.21% 7.29%
62.35%

Color #605B59 in popluar number systems.

HEX 60 5B 59
Decimal 96 91 89
Binary 1100000 1011011 1011001
Octal 140 133 131

Shades and tints

Shades of #605B59

#605B59
(96,91,89)
#585351
(88,83,81)
#504B49
(80,75,73)
#484341
(72,67,65)
#403B39
(64,59,57)
#383331
(56,51,49)
#302B29
(48,43,41)
#282321
(40,35,33)
#201B19
(32,27,25)
#181311
(24,19,17)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #605B59

#605B59
(96,91,89)
#6E6968
(110,105,104)
#7C7777
(124,119,119)
#8A8586
(138,133,134)
#989395
(152,147,149)
#A6A1A4
(166,161,164)
#B4AFB3
(180,175,179)
#C2BDC2
(194,189,194)
#D0CBD1
(208,203,209)
#DED9E0
(222,217,224)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605B59; }

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

This text font color is #605B59.

Background Color

.myBgColor { background-color: #605B59; }

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

This div background color is #605B59.

Border color

.myBorderColor { border: 1px solid #605B59; }

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

This div border color is #605B59.

Opacity

.myOpacity80 { color: #605B59; opacity: 0.8; }

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

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

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

This text has shadow with #605B59 color.


.textShadow {text-shadow: 3px 3px 1px #605B59', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #605B59; -webkit-box-shadow: 1px 1px 3px 2px #605B59; box-shadow:1px 1px 3px 2px #605B59;">
Div content here
</div>

This div box has shadow with color #605B59.

Preview

Color preview on black background

This text has color #605B59 on black background.


Color preview on white background

This text has color #605B59 on white background.


Black color preview on #605B59 background

This text has black color on #605B59 background.


White color preview on #605B59 background

This text has white color on #605B59 background.


Related colors

Complementary color

Complementary color for #hex is #9FA4A6.


I love getcolorcode.com

Triadic colors

1 #59605B and #5B5960 with #605B59 are triadic colors.

2 #595B60 and #5B6059 with #605B59 are triadic colors.