COLOR #60636F

HEX: #60636F
RGB: (96,99,111)

Color info

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

RGB color model

#60636F color RGB value is (96,99,111).

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

RGB channels and saturation

R 96 of 255 = 38%
G 99 of 255 = 39%
B 111 of 255 = 44%

96
99
111

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

Portions of RGB colors in percentages

R + G + B =
96 + 99 + 111 = 306 (100%)
R 96 of 306 ~ 31.37%
G 99 of 306 ~ 32.35%
B 111 of 306 ~ 36.27%

%31.37
%32.35
%36.27

CMYK color model

#60636F color CMYK value is (14,11,0,56).

  • cyan value is 13.51%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(14,11,0,56)
C14M11Y0K56 
(14%,11%,0%,56%)
(0.14/0.11/0.00/0.56)	

CMYK percentages

%13.51
%10.81
%0
%56.47

Codes

Color #60636F in popluar color models

60636F
RGB9699111
HSL228°7.25%40.59%
HSB/HSV228°13.51%43.53%
CMYK13.51%10.81%0.00%
56.47%

Color #60636F in popluar number systems.

HEX60636F
Decimal9699111
Binary110000011000111101111
Octal140143157

Shades and tints

Shades of #60636F

#60636F
(96,99,111)
#585A65
(88,90,101)
#50515B
(80,81,91)
#484851
(72,72,81)
#403F47
(64,63,71)
#38363D
(56,54,61)
#302D33
(48,45,51)
#282429
(40,36,41)
#201B1F
(32,27,31)
#181215
(24,18,21)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #60636F

#60636F
(96,99,111)
#6E717C
(110,113,124)
#7C7F89
(124,127,137)
#8A8D96
(138,141,150)
#989BA3
(152,155,163)
#A6A9B0
(166,169,176)
#B4B7BD
(180,183,189)
#C2C5CA
(194,197,202)
#D0D3D7
(208,211,215)
#DEE1E4
(222,225,228)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60636F color. Also use rgb(96,99,111) instead hex code.

Text Font Color

.myTextColor { color: #60636F; }

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

This text font color is #60636F.


Background Color

.myBgColor { background-color: #60636F; }

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

This div background color is #60636F.


Border color

.myBorderColor { border: 1px solid #60636F; }

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

This div border color is #60636F.


Opacity

.myOpacity80 { color: #60636F; opacity: 0.8; }

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

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

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

This text has shadow with #60636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60636F on black background.


Color preview on white background

This text has color #60636F on white background.



Black color preview on #60636F background

This text has black color on #60636F background.


White color preview on #60636F background

This text has white color on #60636F background.