COLOR #606B4E

HEX: #606B4E
RGB: (96,107,78)

Color info

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

RGB color model

#606B4E color RGB value is (96,107,78).

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

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 78 of 255 = 31%

96
107
78

R + G + B ~ 37%. #606B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 78 = 281 (100%)
R 96 of 281 ~ 34.16%
G 107 of 281 ~ 38.08%
B 78 of 281 ~ 27.76%

%34.16
%38.08
%27.76

CMYK color model

#606B4E color CMYK value is (10,0,27,58).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 27.10%
  • key color value is 58.04%
CMYK:
(10,0,27,58)
C10M0Y27K58 
(10%,0%,27%,58%)
(0.10/0.00/0.27/0.58)	

CMYK percentages

%10.28
%0
%27.1
%58.04

Codes

Color #606B4E in popluar color models

606B4E
RGB9610778
HSL83°15.68%36.27%
HSB/HSV83°27.10%41.96%
CMYK10.28%0.00%27.10%
58.04%

Color #606B4E in popluar number systems.

HEX606B4E
Decimal9610778
Binary110000011010111001110
Octal140153116

Shades and tints

Shades of #606B4E

#606B4E
(96,107,78)
#586247
(88,98,71)
#505940
(80,89,64)
#485039
(72,80,57)
#404732
(64,71,50)
#383E2B
(56,62,43)
#303524
(48,53,36)
#282C1D
(40,44,29)
#202316
(32,35,22)
#181A0F
(24,26,15)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #606B4E

#606B4E
(96,107,78)
#6E785E
(110,120,94)
#7C856E
(124,133,110)
#8A927E
(138,146,126)
#989F8E
(152,159,142)
#A6AC9E
(166,172,158)
#B4B9AE
(180,185,174)
#C2C6BE
(194,198,190)
#D0D3CE
(208,211,206)
#DEE0DE
(222,224,222)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606B4E; }

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

This text font color is #606B4E.


Background Color

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

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

This div background color is #606B4E.


Border color

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

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

This div border color is #606B4E.


Opacity

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

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

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

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

This text has shadow with #606B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B4E on black background.


Color preview on white background

This text has color #606B4E on white background.



Black color preview on #606B4E background

This text has black color on #606B4E background.


White color preview on #606B4E background

This text has white color on #606B4E background.