COLOR #606262

HEX: #606262 RGB: (96,98,98)

Color info

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

RGB color model

#606262 color RGB value is (96,98,98).

RGB: (96,98,98) (38%, 38%, 38%)

RGB channels and saturation

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

96
98
98

R + G + B ~ 38%. #606262 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 98 + 98 = 292 (100%)
R 96 of 292 ~ 32.88%
G 98 of 292 ~ 33.56%
B 98 of 292 ~ 33.56'%

%32.88
%33.56
%33.56

CMYK color model

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

  • cyan value is 2.04%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (2,0,0,62)
C2M0Y0K62 (2%, 0%, 0%, 62%)
(0.02 / 0.00 / 0.00 / 0.62)

CMYK percentages

%2.04
%0
%0
%61.57

Codes

Color #606262 in popluar color models

60 62 62
RGB 96 98 98
HSL 180° 1.03% 38.04%
HSB/HSV 180° 2.04% 38.43%
CMYK 2.04% 0.00% 0.00%
61.57%

Color #606262 in popluar number systems.

HEX 60 62 62
Decimal 96 98 98
Binary 1100000 1100010 1100010
Octal 140 142 142

Shades and tints

Shades of #606262

#606262
(96,98,98)
#585A5A
(88,90,90)
#505252
(80,82,82)
#484A4A
(72,74,74)
#404242
(64,66,66)
#383A3A
(56,58,58)
#303232
(48,50,50)
#282A2A
(40,42,42)
#202222
(32,34,34)
#181A1A
(24,26,26)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #606262

#606262
(96,98,98)
#6E7070
(110,112,112)
#7C7E7E
(124,126,126)
#8A8C8C
(138,140,140)
#989A9A
(152,154,154)
#A6A8A8
(166,168,168)
#B4B6B6
(180,182,182)
#C2C4C4
(194,196,196)
#D0D2D2
(208,210,210)
#DEE0E0
(222,224,224)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606262; }

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

This text font color is #606262.

Background Color

.myBgColor { background-color: #606262; }

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

This div background color is #606262.

Border color

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

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

This div border color is #606262.

Opacity

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

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

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

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

This text has shadow with #606262 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606262.

Preview

Color preview on black background

This text has color #606262 on black background.


Color preview on white background

This text has color #606262 on white background.


Black color preview on #606262 background

This text has black color on #606262 background.


White color preview on #606262 background

This text has white color on #606262 background.


Related colors

Complementary color

Complementary color for #hex is #9F9D9D.


I love getcolorcode.com