COLOR #605E75

HEX: #605E75 RGB: (96,94,117)

Color info

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

RGB color model

#605E75 color RGB value is (96,94,117).

RGB: (96,94,117) (38%, 37%, 46%)

RGB channels and saturation

R 96 of 255 = 38%
G 94 of 255 = 37%
B 117 of 255 = 46%

96
94
117

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

Portions of RGB colors in percentages

R + G + B = 96 + 94 + 117 = 307 (100%)
R 96 of 307 ~ 31.27%
G 94 of 307 ~ 30.62%
B 117 of 307 ~ 38.11'%

%31.27
%30.62
%38.11

CMYK color model

#605E75 color CMYK value is (18,20,0,54).

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

CMYK: (18,20,0,54)
C18M20Y0K54 (18%, 20%, 0%, 54%)
(0.18 / 0.20 / 0.00 / 0.54)

CMYK percentages

%17.95
%19.66
%0
%54.12

Codes

Color #605E75 in popluar color models

60 5E 75
RGB 96 94 117
HSL 245° 10.90% 41.37%
HSB/HSV 245° 19.66% 45.88%
CMYK 17.95% 19.66% 0.00%
54.12%

Color #605E75 in popluar number systems.

HEX 60 5E 75
Decimal 96 94 117
Binary 1100000 1011110 1110101
Octal 140 136 165

Shades and tints

Shades of #605E75

#605E75
(96,94,117)
#58566B
(88,86,107)
#504E61
(80,78,97)
#484657
(72,70,87)
#403E4D
(64,62,77)
#383643
(56,54,67)
#302E39
(48,46,57)
#28262F
(40,38,47)
#201E25
(32,30,37)
#18161B
(24,22,27)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #605E75

#605E75
(96,94,117)
#6E6C81
(110,108,129)
#7C7A8D
(124,122,141)
#8A8899
(138,136,153)
#9896A5
(152,150,165)
#A6A4B1
(166,164,177)
#B4B2BD
(180,178,189)
#C2C0C9
(194,192,201)
#D0CED5
(208,206,213)
#DEDCE1
(222,220,225)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605E75; }

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

This text font color is #605E75.

Background Color

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

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

This div background color is #605E75.

Border color

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

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

This div border color is #605E75.

Opacity

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

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

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

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

This text has shadow with #605E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #605E75.

Preview

Color preview on black background

This text has color #605E75 on black background.


Color preview on white background

This text has color #605E75 on white background.


Black color preview on #605E75 background

This text has black color on #605E75 background.


White color preview on #605E75 background

This text has white color on #605E75 background.


Related colors

Complementary color

Complementary color for #hex is #9FA18A.


I love getcolorcode.com

Triadic colors

1 #75605E and #5E7560 with #605E75 are triadic colors.

2 #755E60 and #5E6075 with #605E75 are triadic colors.