COLOR #605A63

HEX: #605A63
RGB: (96,90,99)

Color info

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

RGB color model

#605A63 color RGB value is (96,90,99).

  • red value is 96;
  • green value is 90;
  • blue value is 99.
RGB:
(96,90,99)
(38%,35%,39%)

RGB channels and saturation

R 96 of 255 = 38%
G 90 of 255 = 35%
B 99 of 255 = 39%

96
90
99

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

Portions of RGB colors in percentages

R + G + B =
96 + 90 + 99 = 285 (100%)
R 96 of 285 ~ 33.68%
G 90 of 285 ~ 31.58%
B 99 of 285 ~ 34.74%

%33.68
%31.58
%34.74

CMYK color model

#605A63 color CMYK value is (3,9,0,61).

  • cyan value is 3.03%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(3,9,0,61)
C3M9Y0K61 
(3%,9%,0%,61%)
(0.03/0.09/0.00/0.61)	

CMYK percentages

%3.03
%9.09
%0
%61.18

Codes

Color #605A63 in popluar color models

605A63
RGB969099
HSL280°4.76%37.06%
HSB/HSV280°9.09%38.82%
CMYK3.03%9.09%0.00%
61.18%

Color #605A63 in popluar number systems.

HEX605A63
Decimal969099
Binary110000010110101100011
Octal140132143

Shades and tints

Shades of #605A63

#605A63
(96,90,99)
#58525A
(88,82,90)
#504A51
(80,74,81)
#484248
(72,66,72)
#403A3F
(64,58,63)
#383236
(56,50,54)
#302A2D
(48,42,45)
#282224
(40,34,36)
#201A1B
(32,26,27)
#181212
(24,18,18)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #605A63

#605A63
(96,90,99)
#6E6971
(110,105,113)
#7C787F
(124,120,127)
#8A878D
(138,135,141)
#98969B
(152,150,155)
#A6A5A9
(166,165,169)
#B4B4B7
(180,180,183)
#C2C3C5
(194,195,197)
#D0D2D3
(208,210,211)
#DEE1E1
(222,225,225)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605A63 color. Also use rgb(96,90,99) instead hex code.

Text Font Color

.myTextColor { color: #605A63; }

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

This text font color is #605A63.


Background Color

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

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

This div background color is #605A63.


Border color

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

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

This div border color is #605A63.


Opacity

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

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

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

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

This text has shadow with #605A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605A63 on black background.


Color preview on white background

This text has color #605A63 on white background.



Black color preview on #605A63 background

This text has black color on #605A63 background.


White color preview on #605A63 background

This text has white color on #605A63 background.