COLOR #606365

HEX: #606365
RGB: (96,99,101)

Color info

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

RGB color model

#606365 color RGB value is (96,99,101).

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

RGB channels and saturation

R 96 of 255 = 38%
G 99 of 255 = 39%
B 101 of 255 = 40%

96
99
101

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

Portions of RGB colors in percentages

R + G + B =
96 + 99 + 101 = 296 (100%)
R 96 of 296 ~ 32.43%
G 99 of 296 ~ 33.45%
B 101 of 296 ~ 34.12%

%32.43
%33.45
%34.12

CMYK color model

#606365 color CMYK value is (5,2,0,60).

  • cyan value is 4.95%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(5,2,0,60)
C5M2Y0K60 
(5%,2%,0%,60%)
(0.05/0.02/0.00/0.60)	

CMYK percentages

%4.95
%1.98
%0
%60.39

Codes

Color #606365 in popluar color models

606365
RGB9699101
HSL204°2.54%38.63%
HSB/HSV204°4.95%39.61%
CMYK4.95%1.98%0.00%
60.39%

Color #606365 in popluar number systems.

HEX606365
Decimal9699101
Binary110000011000111100101
Octal140143145

Shades and tints

Shades of #606365

#606365
(96,99,101)
#585A5C
(88,90,92)
#505153
(80,81,83)
#48484A
(72,72,74)
#403F41
(64,63,65)
#383638
(56,54,56)
#302D2F
(48,45,47)
#282426
(40,36,38)
#201B1D
(32,27,29)
#181214
(24,18,20)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #606365

#606365
(96,99,101)
#6E7173
(110,113,115)
#7C7F81
(124,127,129)
#8A8D8F
(138,141,143)
#989B9D
(152,155,157)
#A6A9AB
(166,169,171)
#B4B7B9
(180,183,185)
#C2C5C7
(194,197,199)
#D0D3D5
(208,211,213)
#DEE1E3
(222,225,227)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606365; }

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

This text font color is #606365.


Background Color

.myBgColor { background-color: #606365; }

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

This div background color is #606365.


Border color

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

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

This div border color is #606365.


Opacity

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

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

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

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

This text has shadow with #606365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606365 on black background.


Color preview on white background

This text has color #606365 on white background.



Black color preview on #606365 background

This text has black color on #606365 background.


White color preview on #606365 background

This text has white color on #606365 background.