COLOR #606F5B

HEX: #606F5B
RGB: (96,111,91)

Color info

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

RGB color model

#606F5B color RGB value is (96,111,91).

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

RGB channels and saturation

R 96 of 255 = 38%
G 111 of 255 = 44%
B 91 of 255 = 36%

96
111
91

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

Portions of RGB colors in percentages

R + G + B =
96 + 111 + 91 = 298 (100%)
R 96 of 298 ~ 32.21%
G 111 of 298 ~ 37.25%
B 91 of 298 ~ 30.54%

%32.21
%37.25
%30.54

CMYK color model

#606F5B color CMYK value is (14,0,18,56).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 56.47%
CMYK:
(14,0,18,56)
C14M0Y18K56 
(14%,0%,18%,56%)
(0.14/0.00/0.18/0.56)	

CMYK percentages

%13.51
%0
%18.02
%56.47

Codes

Color #606F5B in popluar color models

606F5B
RGB9611191
HSL105°9.90%39.61%
HSB/HSV105°18.02%43.53%
CMYK13.51%0.00%18.02%
56.47%

Color #606F5B in popluar number systems.

HEX606F5B
Decimal9611191
Binary110000011011111011011
Octal140157133

Shades and tints

Shades of #606F5B

#606F5B
(96,111,91)
#586553
(88,101,83)
#505B4B
(80,91,75)
#485143
(72,81,67)
#40473B
(64,71,59)
#383D33
(56,61,51)
#30332B
(48,51,43)
#282923
(40,41,35)
#201F1B
(32,31,27)
#181513
(24,21,19)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #606F5B

#606F5B
(96,111,91)
#6E7C69
(110,124,105)
#7C8977
(124,137,119)
#8A9685
(138,150,133)
#98A393
(152,163,147)
#A6B0A1
(166,176,161)
#B4BDAF
(180,189,175)
#C2CABD
(194,202,189)
#D0D7CB
(208,215,203)
#DEE4D9
(222,228,217)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606F5B color. Also use rgb(96,111,91) instead hex code.

Text Font Color

.myTextColor { color: #606F5B; }

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

This text font color is #606F5B.


Background Color

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

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

This div background color is #606F5B.


Border color

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

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

This div border color is #606F5B.


Opacity

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

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

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

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

This text has shadow with #606F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606F5B on black background.


Color preview on white background

This text has color #606F5B on white background.



Black color preview on #606F5B background

This text has black color on #606F5B background.


White color preview on #606F5B background

This text has white color on #606F5B background.