COLOR #606368

HEX: #606368
RGB: (96,99,104)

Color info

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

RGB color model

#606368 color RGB value is (96,99,104).

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

RGB channels and saturation

R 96 of 255 = 38%
G 99 of 255 = 39%
B 104 of 255 = 41%

96
99
104

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

Portions of RGB colors in percentages

R + G + B =
96 + 99 + 104 = 299 (100%)
R 96 of 299 ~ 32.11%
G 99 of 299 ~ 33.11%
B 104 of 299 ~ 34.78%

%32.11
%33.11
%34.78

CMYK color model

#606368 color CMYK value is (8,5,0,59).

  • cyan value is 7.69%
  • magenta value is 4.81%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(8,5,0,59)
C8M5Y0K59 
(8%,5%,0%,59%)
(0.08/0.05/0.00/0.59)	

CMYK percentages

%7.69
%4.81
%0
%59.22

Codes

Color #606368 in popluar color models

606368
RGB9699104
HSL218°4.00%39.22%
HSB/HSV218°7.69%40.78%
CMYK7.69%4.81%0.00%
59.22%

Color #606368 in popluar number systems.

HEX606368
Decimal9699104
Binary110000011000111101000
Octal140143150

Shades and tints

Shades of #606368

#606368
(96,99,104)
#585A5F
(88,90,95)
#505156
(80,81,86)
#48484D
(72,72,77)
#403F44
(64,63,68)
#38363B
(56,54,59)
#302D32
(48,45,50)
#282429
(40,36,41)
#201B20
(32,27,32)
#181217
(24,18,23)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #606368

#606368
(96,99,104)
#6E7175
(110,113,117)
#7C7F82
(124,127,130)
#8A8D8F
(138,141,143)
#989B9C
(152,155,156)
#A6A9A9
(166,169,169)
#B4B7B6
(180,183,182)
#C2C5C3
(194,197,195)
#D0D3D0
(208,211,208)
#DEE1DD
(222,225,221)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606368; }

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

This text font color is #606368.


Background Color

.myBgColor { background-color: #606368; }

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

This div background color is #606368.


Border color

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

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

This div border color is #606368.


Opacity

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

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

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

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

This text has shadow with #606368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606368 on black background.


Color preview on white background

This text has color #606368 on white background.



Black color preview on #606368 background

This text has black color on #606368 background.


White color preview on #606368 background

This text has white color on #606368 background.