COLOR #60626A

HEX: #60626A
RGB: (96,98,106)

Color info

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

RGB color model

#60626A color RGB value is (96,98,106).

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

RGB channels and saturation

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

96
98
106

R + G + B ~ 39%. #60626A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 98 + 106 = 300 (100%)
R 96 of 300 ~ 32%
G 98 of 300 ~ 32.67%
B 106 of 300 ~ 35.33%

%32
%32.67
%35.33

CMYK color model

#60626A color CMYK value is (9,8,0,58).

  • cyan value is 9.43%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(9,8,0,58)
C9M8Y0K58 
(9%,8%,0%,58%)
(0.09/0.08/0.00/0.58)	

CMYK percentages

%9.43
%7.55
%0
%58.43

Codes

Color #60626A in popluar color models

60626A
RGB9698106
HSL228°4.95%39.61%
HSB/HSV228°9.43%41.57%
CMYK9.43%7.55%0.00%
58.43%

Color #60626A in popluar number systems.

HEX60626A
Decimal9698106
Binary110000011000101101010
Octal140142152

Shades and tints

Shades of #60626A

#60626A
(96,98,106)
#585A61
(88,90,97)
#505258
(80,82,88)
#484A4F
(72,74,79)
#404246
(64,66,70)
#383A3D
(56,58,61)
#303234
(48,50,52)
#282A2B
(40,42,43)
#202222
(32,34,34)
#181A19
(24,26,25)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #60626A

#60626A
(96,98,106)
#6E7077
(110,112,119)
#7C7E84
(124,126,132)
#8A8C91
(138,140,145)
#989A9E
(152,154,158)
#A6A8AB
(166,168,171)
#B4B6B8
(180,182,184)
#C2C4C5
(194,196,197)
#D0D2D2
(208,210,210)
#DEE0DF
(222,224,223)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60626A; }

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

This text font color is #60626A.


Background Color

.myBgColor { background-color: #60626A; }

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

This div background color is #60626A.


Border color

.myBorderColor { border: 1px solid #60626A; }

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

This div border color is #60626A.


Opacity

.myOpacity80 { color: #60626A; opacity: 0.8; }

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

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

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

This text has shadow with #60626A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60626A on black background.


Color preview on white background

This text has color #60626A on white background.



Black color preview on #60626A background

This text has black color on #60626A background.


White color preview on #60626A background

This text has white color on #60626A background.