COLOR #606D64

HEX: #606D64
RGB: (96,109,100)

Color info

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

RGB color model

#606D64 color RGB value is (96,109,100).

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

RGB channels and saturation

R 96 of 255 = 38%
G 109 of 255 = 43%
B 100 of 255 = 39%

96
109
100

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

Portions of RGB colors in percentages

R + G + B =
96 + 109 + 100 = 305 (100%)
R 96 of 305 ~ 31.48%
G 109 of 305 ~ 35.74%
B 100 of 305 ~ 32.79%

%31.48
%35.74
%32.79

CMYK color model

#606D64 color CMYK value is (12,0,8,57).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 57.25%
CMYK:
(12,0,8,57)
C12M0Y8K57 
(12%,0%,8%,57%)
(0.12/0.00/0.08/0.57)	

CMYK percentages

%11.93
%0
%8.26
%57.25

Codes

Color #606D64 in popluar color models

606D64
RGB96109100
HSL138°6.34%40.20%
HSB/HSV138°11.93%42.75%
CMYK11.93%0.00%8.26%
57.25%

Color #606D64 in popluar number systems.

HEX606D64
Decimal96109100
Binary110000011011011100100
Octal140155144

Shades and tints

Shades of #606D64

#606D64
(96,109,100)
#58645B
(88,100,91)
#505B52
(80,91,82)
#485249
(72,82,73)
#404940
(64,73,64)
#384037
(56,64,55)
#30372E
(48,55,46)
#282E25
(40,46,37)
#20251C
(32,37,28)
#181C13
(24,28,19)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #606D64

#606D64
(96,109,100)
#6E7A72
(110,122,114)
#7C8780
(124,135,128)
#8A948E
(138,148,142)
#98A19C
(152,161,156)
#A6AEAA
(166,174,170)
#B4BBB8
(180,187,184)
#C2C8C6
(194,200,198)
#D0D5D4
(208,213,212)
#DEE2E2
(222,226,226)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606D64; }

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

This text font color is #606D64.


Background Color

.myBgColor { background-color: #606D64; }

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

This div background color is #606D64.


Border color

.myBorderColor { border: 1px solid #606D64; }

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

This div border color is #606D64.


Opacity

.myOpacity80 { color: #606D64; opacity: 0.8; }

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

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

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

This text has shadow with #606D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606D64 on black background.


Color preview on white background

This text has color #606D64 on white background.



Black color preview on #606D64 background

This text has black color on #606D64 background.


White color preview on #606D64 background

This text has white color on #606D64 background.