COLOR #606C4E

HEX: #606C4E RGB: (96,108,78)

Color info

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

RGB color model

#606C4E color RGB value is (96,108,78).

RGB: (96,108,78) (38%, 42%, 31%)

RGB channels and saturation

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

96
108
78

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

Portions of RGB colors in percentages

R + G + B = 96 + 108 + 78 = 282 (100%)
R 96 of 282 ~ 34.04%
G 108 of 282 ~ 38.3%
B 78 of 282 ~ 27.66'%

%34.04
%38.3
%27.66

CMYK color model

#606C4E color CMYK value is (11,0,28,58).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 57.65%

CMYK: (11,0,28,58)
C11M0Y28K58 (11%, 0%, 28%, 58%)
(0.11 / 0.00 / 0.28 / 0.58)

CMYK percentages

%11.11
%0
%27.78
%57.65

Codes

Color #606C4E in popluar color models

60 6C 4E
RGB 96 108 78
HSL 84° 16.13% 36.47%
HSB/HSV 84° 27.78% 42.35%
CMYK 11.11% 0.00% 27.78%
57.65%

Color #606C4E in popluar number systems.

HEX 60 6C 4E
Decimal 96 108 78
Binary 1100000 1101100 1001110
Octal 140 154 116

Shades and tints

Shades of #606C4E

#606C4E
(96,108,78)
#586347
(88,99,71)
#505A40
(80,90,64)
#485139
(72,81,57)
#404832
(64,72,50)
#383F2B
(56,63,43)
#303624
(48,54,36)
#282D1D
(40,45,29)
#202416
(32,36,22)
#181B0F
(24,27,15)
#101208
(16,18,8)
#000000
(0,0,0)

Tints of #606C4E

#606C4E
(96,108,78)
#6E795E
(110,121,94)
#7C866E
(124,134,110)
#8A937E
(138,147,126)
#98A08E
(152,160,142)
#A6AD9E
(166,173,158)
#B4BAAE
(180,186,174)
#C2C7BE
(194,199,190)
#D0D4CE
(208,212,206)
#DEE1DE
(222,225,222)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606C4E; }

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

This text font color is #606C4E.

Background Color

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

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

This div background color is #606C4E.

Border color

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

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

This div border color is #606C4E.

Opacity

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

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

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

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

This text has shadow with #606C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606C4E.

Preview

Color preview on black background

This text has color #606C4E on black background.


Color preview on white background

This text has color #606C4E on white background.


Black color preview on #606C4E background

This text has black color on #606C4E background.


White color preview on #606C4E background

This text has white color on #606C4E background.


Related colors

Complementary color

Complementary color for #hex is #9F93B1.


I love getcolorcode.com

Triadic colors

1 #4E606C and #6C4E60 with #606C4E are triadic colors.

2 #4E6C60 and #6C604E with #606C4E are triadic colors.