COLOR #605F58

HEX: #605F58 RGB: (96,95,88)

Color info

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

RGB color model

#605F58 color RGB value is (96,95,88).

RGB: (96,95,88) (38%, 37%, 35%)

RGB channels and saturation

R 96 of 255 = 38%
G 95 of 255 = 37%
B 88 of 255 = 35%

96
95
88

R + G + B ~ 37%. #605F58 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 95 + 88 = 279 (100%)
R 96 of 279 ~ 34.41%
G 95 of 279 ~ 34.05%
B 88 of 279 ~ 31.54'%

%34.41
%34.05
%31.54

CMYK color model

#605F58 color CMYK value is (0,1,8,62).

  • cyan value is 0.00%
  • magenta value is 1.04%
  • yellow value is 8.33%
  • key color value is 62.35%

CMYK: (0,1,8,62)
C0M1Y8K62 (0%, 1%, 8%, 62%)
(0.00 / 0.01 / 0.08 / 0.62)

CMYK percentages

%0
%1.04
%8.33
%62.35

Codes

Color #605F58 in popluar color models

60 5F 58
RGB 96 95 88
HSL 53° 4.35% 36.08%
HSB/HSV 53° 8.33% 37.65%
CMYK 0.00% 1.04% 8.33%
62.35%

Color #605F58 in popluar number systems.

HEX 60 5F 58
Decimal 96 95 88
Binary 1100000 1011111 1011000
Octal 140 137 130

Shades and tints

Shades of #605F58

#605F58
(96,95,88)
#585750
(88,87,80)
#504F48
(80,79,72)
#484740
(72,71,64)
#403F38
(64,63,56)
#383730
(56,55,48)
#302F28
(48,47,40)
#282720
(40,39,32)
#201F18
(32,31,24)
#181710
(24,23,16)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #605F58

#605F58
(96,95,88)
#6E6D67
(110,109,103)
#7C7B76
(124,123,118)
#8A8985
(138,137,133)
#989794
(152,151,148)
#A6A5A3
(166,165,163)
#B4B3B2
(180,179,178)
#C2C1C1
(194,193,193)
#D0CFD0
(208,207,208)
#DEDDDF
(222,221,223)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605F58; }

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

This text font color is #605F58.

Background Color

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

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

This div background color is #605F58.

Border color

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

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

This div border color is #605F58.

Opacity

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

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

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

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

This text has shadow with #605F58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #605F58.

Preview

Color preview on black background

This text has color #605F58 on black background.


Color preview on white background

This text has color #605F58 on white background.


Black color preview on #605F58 background

This text has black color on #605F58 background.


White color preview on #605F58 background

This text has white color on #605F58 background.


Related colors

Complementary color

Complementary color for #hex is #9FA0A7.


I love getcolorcode.com

Triadic colors

1 #58605F and #5F5860 with #605F58 are triadic colors.

2 #585F60 and #5F6058 with #605F58 are triadic colors.