COLOR #605D75

HEX: #605D75 RGB: (96,93,117)

Color info

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

RGB color model

#605D75 color RGB value is (96,93,117).

RGB: (96,93,117) (38%, 36%, 46%)

RGB channels and saturation

R 96 of 255 = 38%
G 93 of 255 = 36%
B 117 of 255 = 46%

96
93
117

R + G + B ~ 40%. #605D75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 93 + 117 = 306 (100%)
R 96 of 306 ~ 31.37%
G 93 of 306 ~ 30.39%
B 117 of 306 ~ 38.24'%

%31.37
%30.39
%38.24

CMYK color model

#605D75 color CMYK value is (18,21,0,54).

  • cyan value is 17.95%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (18,21,0,54)
C18M21Y0K54 (18%, 21%, 0%, 54%)
(0.18 / 0.21 / 0.00 / 0.54)

CMYK percentages

%17.95
%20.51
%0
%54.12

Codes

Color #605D75 in popluar color models

60 5D 75
RGB 96 93 117
HSL 248° 11.43% 41.18%
HSB/HSV 248° 20.51% 45.88%
CMYK 17.95% 20.51% 0.00%
54.12%

Color #605D75 in popluar number systems.

HEX 60 5D 75
Decimal 96 93 117
Binary 1100000 1011101 1110101
Octal 140 135 165

Shades and tints

Shades of #605D75

#605D75
(96,93,117)
#58556B
(88,85,107)
#504D61
(80,77,97)
#484557
(72,69,87)
#403D4D
(64,61,77)
#383543
(56,53,67)
#302D39
(48,45,57)
#28252F
(40,37,47)
#201D25
(32,29,37)
#18151B
(24,21,27)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #605D75

#605D75
(96,93,117)
#6E6B81
(110,107,129)
#7C798D
(124,121,141)
#8A8799
(138,135,153)
#9895A5
(152,149,165)
#A6A3B1
(166,163,177)
#B4B1BD
(180,177,189)
#C2BFC9
(194,191,201)
#D0CDD5
(208,205,213)
#DEDBE1
(222,219,225)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605D75; }

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

This text font color is #605D75.

Background Color

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

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

This div background color is #605D75.

Border color

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

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

This div border color is #605D75.

Opacity

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

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

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

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

This text has shadow with #605D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #605D75.

Preview

Color preview on black background

This text has color #605D75 on black background.


Color preview on white background

This text has color #605D75 on white background.


Black color preview on #605D75 background

This text has black color on #605D75 background.


White color preview on #605D75 background

This text has white color on #605D75 background.


Related colors

Complementary color

Complementary color for #hex is #9FA28A.


I love getcolorcode.com

Triadic colors

1 #75605D and #5D7560 with #605D75 are triadic colors.

2 #755D60 and #5D6075 with #605D75 are triadic colors.