COLOR #606D4C

HEX: #606D4C RGB: (96,109,76)

Color info

#606D4C contains red, green and blue colors in about the same proportion. Web safe color of #606D4C is #666633 (or #663).

RGB color model

#606D4C color RGB value is (96,109,76).

RGB: (96,109,76) (38%, 43%, 30%)

RGB channels and saturation

R 96 of 255 = 38%
G 109 of 255 = 43%
B 76 of 255 = 30%

96
109
76

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

Portions of RGB colors in percentages

R + G + B = 96 + 109 + 76 = 281 (100%)
R 96 of 281 ~ 34.16%
G 109 of 281 ~ 38.79%
B 76 of 281 ~ 27.05'%

%34.16
%38.79
%27.05

CMYK color model

#606D4C color CMYK value is (12,0,30,57).

  • cyan value is 11.93%
  • magenta value is 0.00%
  • yellow value is 30.28%
  • key color value is 57.25%

CMYK: (12,0,30,57)
C12M0Y30K57 (12%, 0%, 30%, 57%)
(0.12 / 0.00 / 0.30 / 0.57)

CMYK percentages

%11.93
%0
%30.28
%57.25

Codes

Color #606D4C in popluar color models

60 6D 4C
RGB 96 109 76
HSL 84° 17.84% 36.27%
HSB/HSV 84° 30.28% 42.75%
CMYK 11.93% 0.00% 30.28%
57.25%

Color #606D4C in popluar number systems.

HEX 60 6D 4C
Decimal 96 109 76
Binary 1100000 1101101 1001100
Octal 140 155 114

Shades and tints

Shades of #606D4C

#606D4C
(96,109,76)
#586446
(88,100,70)
#505B40
(80,91,64)
#48523A
(72,82,58)
#404934
(64,73,52)
#38402E
(56,64,46)
#303728
(48,55,40)
#282E22
(40,46,34)
#20251C
(32,37,28)
#181C16
(24,28,22)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #606D4C

#606D4C
(96,109,76)
#6E7A5C
(110,122,92)
#7C876C
(124,135,108)
#8A947C
(138,148,124)
#98A18C
(152,161,140)
#A6AE9C
(166,174,156)
#B4BBAC
(180,187,172)
#C2C8BC
(194,200,188)
#D0D5CC
(208,213,204)
#DEE2DC
(222,226,220)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606D4C; }

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

This text font color is #606D4C.

Background Color

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

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

This div background color is #606D4C.

Border color

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

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

This div border color is #606D4C.

Opacity

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

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

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

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

This text has shadow with #606D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606D4C.

Preview

Color preview on black background

This text has color #606D4C on black background.


Color preview on white background

This text has color #606D4C on white background.


Black color preview on #606D4C background

This text has black color on #606D4C background.


White color preview on #606D4C background

This text has white color on #606D4C background.


Related colors

Complementary color

Complementary color for #hex is #9F92B3.


I love getcolorcode.com

Triadic colors

1 #4C606D and #6D4C60 with #606D4C are triadic colors.

2 #4C6D60 and #6D604C with #606D4C are triadic colors.