COLOR #605D58

HEX: #605D58
RGB: (96,93,88)

Color info

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

RGB color model

#605D58 color RGB value is (96,93,88).

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

RGB channels and saturation

R 96 of 255 = 38%
G 93 of 255 = 36%
B 88 of 255 = 35%

96
93
88

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

Portions of RGB colors in percentages

R + G + B =
96 + 93 + 88 = 277 (100%)
R 96 of 277 ~ 34.66%
G 93 of 277 ~ 33.57%
B 88 of 277 ~ 31.77%

%34.66
%33.57
%31.77

CMYK color model

#605D58 color CMYK value is (0,3,8,62).

  • cyan value is 0.00%
  • magenta value is 3.12%
  • yellow value is 8.33%
  • key color value is 62.35%
CMYK:
(0,3,8,62)
C0M3Y8K62 
(0%,3%,8%,62%)
(0.00/0.03/0.08/0.62)	

CMYK percentages

%0
%3.12
%8.33
%62.35

Codes

Color #605D58 in popluar color models

605D58
RGB969388
HSL38°4.35%36.08%
HSB/HSV38°8.33%37.65%
CMYK0.00%3.12%8.33%
62.35%

Color #605D58 in popluar number systems.

HEX605D58
Decimal969388
Binary110000010111011011000
Octal140135130

Shades and tints

Shades of #605D58

#605D58
(96,93,88)
#585550
(88,85,80)
#504D48
(80,77,72)
#484540
(72,69,64)
#403D38
(64,61,56)
#383530
(56,53,48)
#302D28
(48,45,40)
#282520
(40,37,32)
#201D18
(32,29,24)
#181510
(24,21,16)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #605D58

#605D58
(96,93,88)
#6E6B67
(110,107,103)
#7C7976
(124,121,118)
#8A8785
(138,135,133)
#989594
(152,149,148)
#A6A3A3
(166,163,163)
#B4B1B2
(180,177,178)
#C2BFC1
(194,191,193)
#D0CDD0
(208,205,208)
#DEDBDF
(222,219,223)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605D58; }

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

This text font color is #605D58.


Background Color

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

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

This div background color is #605D58.


Border color

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

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

This div border color is #605D58.


Opacity

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

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

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

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

This text has shadow with #605D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605D58 on black background.


Color preview on white background

This text has color #605D58 on white background.



Black color preview on #605D58 background

This text has black color on #605D58 background.


White color preview on #605D58 background

This text has white color on #605D58 background.