COLOR #606764

HEX: #606764
RGB: (96,103,100)

Color info

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

RGB color model

#606764 color RGB value is (96,103,100).

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

RGB channels and saturation

R 96 of 255 = 38%
G 103 of 255 = 40%
B 100 of 255 = 39%

96
103
100

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

Portions of RGB colors in percentages

R + G + B =
96 + 103 + 100 = 299 (100%)
R 96 of 299 ~ 32.11%
G 103 of 299 ~ 34.45%
B 100 of 299 ~ 33.44%

%32.11
%34.45
%33.44

CMYK color model

#606764 color CMYK value is (7,0,3,60).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 2.91%
  • key color value is 59.61%
CMYK:
(7,0,3,60)
C7M0Y3K60 
(7%,0%,3%,60%)
(0.07/0.00/0.03/0.60)	

CMYK percentages

%6.8
%0
%2.91
%59.61

Codes

Color #606764 in popluar color models

606764
RGB96103100
HSL154°3.52%39.02%
HSB/HSV154°6.80%40.39%
CMYK6.80%0.00%2.91%
59.61%

Color #606764 in popluar number systems.

HEX606764
Decimal96103100
Binary110000011001111100100
Octal140147144

Shades and tints

Shades of #606764

#606764
(96,103,100)
#585E5B
(88,94,91)
#505552
(80,85,82)
#484C49
(72,76,73)
#404340
(64,67,64)
#383A37
(56,58,55)
#30312E
(48,49,46)
#282825
(40,40,37)
#201F1C
(32,31,28)
#181613
(24,22,19)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #606764

#606764
(96,103,100)
#6E7472
(110,116,114)
#7C8180
(124,129,128)
#8A8E8E
(138,142,142)
#989B9C
(152,155,156)
#A6A8AA
(166,168,170)
#B4B5B8
(180,181,184)
#C2C2C6
(194,194,198)
#D0CFD4
(208,207,212)
#DEDCE2
(222,220,226)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606764; }

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

This text font color is #606764.


Background Color

.myBgColor { background-color: #606764; }

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

This div background color is #606764.


Border color

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

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

This div border color is #606764.


Opacity

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

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

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

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

This text has shadow with #606764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606764 on black background.


Color preview on white background

This text has color #606764 on white background.



Black color preview on #606764 background

This text has black color on #606764 background.


White color preview on #606764 background

This text has white color on #606764 background.