COLOR #605462

HEX: #605462
RGB: (96,84,98)

Color info

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

RGB color model

#605462 color RGB value is (96,84,98).

  • red value is 96;
  • green value is 84;
  • blue value is 98.
RGB:
(96,84,98)
(38%,33%,38%)

RGB channels and saturation

R 96 of 255 = 38%
G 84 of 255 = 33%
B 98 of 255 = 38%

96
84
98

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

Portions of RGB colors in percentages

R + G + B =
96 + 84 + 98 = 278 (100%)
R 96 of 278 ~ 34.53%
G 84 of 278 ~ 30.22%
B 98 of 278 ~ 35.25%

%34.53
%30.22
%35.25

CMYK color model

#605462 color CMYK value is (2,14,0,62).

  • cyan value is 2.04%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(2,14,0,62)
C2M14Y0K62 
(2%,14%,0%,62%)
(0.02/0.14/0.00/0.62)	

CMYK percentages

%2.04
%14.29
%0
%61.57

Codes

Color #605462 in popluar color models

605462
RGB968498
HSL291°7.69%35.69%
HSB/HSV291°14.29%38.43%
CMYK2.04%14.29%0.00%
61.57%

Color #605462 in popluar number systems.

HEX605462
Decimal968498
Binary110000010101001100010
Octal140124142

Shades and tints

Shades of #605462

#605462
(96,84,98)
#584D5A
(88,77,90)
#504652
(80,70,82)
#483F4A
(72,63,74)
#403842
(64,56,66)
#38313A
(56,49,58)
#302A32
(48,42,50)
#28232A
(40,35,42)
#201C22
(32,28,34)
#18151A
(24,21,26)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #605462

#605462
(96,84,98)
#6E6370
(110,99,112)
#7C727E
(124,114,126)
#8A818C
(138,129,140)
#98909A
(152,144,154)
#A69FA8
(166,159,168)
#B4AEB6
(180,174,182)
#C2BDC4
(194,189,196)
#D0CCD2
(208,204,210)
#DEDBE0
(222,219,224)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605462 color. Also use rgb(96,84,98) instead hex code.

Text Font Color

.myTextColor { color: #605462; }

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

This text font color is #605462.


Background Color

.myBgColor { background-color: #605462; }

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

This div background color is #605462.


Border color

.myBorderColor { border: 1px solid #605462; }

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

This div border color is #605462.


Opacity

.myOpacity80 { color: #605462; opacity: 0.8; }

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

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

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

This text has shadow with #605462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605462 on black background.


Color preview on white background

This text has color #605462 on white background.



Black color preview on #605462 background

This text has black color on #605462 background.


White color preview on #605462 background

This text has white color on #605462 background.