COLOR #606F4E

HEX: #606F4E
RGB: (96,111,78)

Color info

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

RGB color model

#606F4E color RGB value is (96,111,78).

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

RGB channels and saturation

R 96 of 255 = 38%
G 111 of 255 = 44%
B 78 of 255 = 31%

96
111
78

R + G + B ~ 38%. #606F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 111 + 78 = 285 (100%)
R 96 of 285 ~ 33.68%
G 111 of 285 ~ 38.95%
B 78 of 285 ~ 27.37%

%33.68
%38.95
%27.37

CMYK color model

#606F4E color CMYK value is (14,0,30,56).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 56.47%
CMYK:
(14,0,30,56)
C14M0Y30K56 
(14%,0%,30%,56%)
(0.14/0.00/0.30/0.56)	

CMYK percentages

%13.51
%0
%29.73
%56.47

Codes

Color #606F4E in popluar color models

606F4E
RGB9611178
HSL87°17.46%37.06%
HSB/HSV87°29.73%43.53%
CMYK13.51%0.00%29.73%
56.47%

Color #606F4E in popluar number systems.

HEX606F4E
Decimal9611178
Binary110000011011111001110
Octal140157116

Shades and tints

Shades of #606F4E

#606F4E
(96,111,78)
#586547
(88,101,71)
#505B40
(80,91,64)
#485139
(72,81,57)
#404732
(64,71,50)
#383D2B
(56,61,43)
#303324
(48,51,36)
#28291D
(40,41,29)
#201F16
(32,31,22)
#18150F
(24,21,15)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #606F4E

#606F4E
(96,111,78)
#6E7C5E
(110,124,94)
#7C896E
(124,137,110)
#8A967E
(138,150,126)
#98A38E
(152,163,142)
#A6B09E
(166,176,158)
#B4BDAE
(180,189,174)
#C2CABE
(194,202,190)
#D0D7CE
(208,215,206)
#DEE4DE
(222,228,222)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606F4E; }

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

This text font color is #606F4E.


Background Color

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

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

This div background color is #606F4E.


Border color

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

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

This div border color is #606F4E.


Opacity

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

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

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

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

This text has shadow with #606F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606F4E on black background.


Color preview on white background

This text has color #606F4E on white background.



Black color preview on #606F4E background

This text has black color on #606F4E background.


White color preview on #606F4E background

This text has white color on #606F4E background.