COLOR #606F4C

HEX: #606F4C
RGB: (96,111,76)

Color info

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

RGB color model

#606F4C color RGB value is (96,111,76).

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

RGB channels and saturation

R 96 of 255 = 38%
G 111 of 255 = 44%
B 76 of 255 = 30%

96
111
76

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

Portions of RGB colors in percentages

R + G + B =
96 + 111 + 76 = 283 (100%)
R 96 of 283 ~ 33.92%
G 111 of 283 ~ 39.22%
B 76 of 283 ~ 26.86%

%33.92
%39.22
%26.86

CMYK color model

#606F4C color CMYK value is (14,0,32,56).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 31.53%
  • key color value is 56.47%
CMYK:
(14,0,32,56)
C14M0Y32K56 
(14%,0%,32%,56%)
(0.14/0.00/0.32/0.56)	

CMYK percentages

%13.51
%0
%31.53
%56.47

Codes

Color #606F4C in popluar color models

606F4C
RGB9611176
HSL86°18.72%36.67%
HSB/HSV86°31.53%43.53%
CMYK13.51%0.00%31.53%
56.47%

Color #606F4C in popluar number systems.

HEX606F4C
Decimal9611176
Binary110000011011111001100
Octal140157114

Shades and tints

Shades of #606F4C

#606F4C
(96,111,76)
#586546
(88,101,70)
#505B40
(80,91,64)
#48513A
(72,81,58)
#404734
(64,71,52)
#383D2E
(56,61,46)
#303328
(48,51,40)
#282922
(40,41,34)
#201F1C
(32,31,28)
#181516
(24,21,22)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #606F4C

#606F4C
(96,111,76)
#6E7C5C
(110,124,92)
#7C896C
(124,137,108)
#8A967C
(138,150,124)
#98A38C
(152,163,140)
#A6B09C
(166,176,156)
#B4BDAC
(180,189,172)
#C2CABC
(194,202,188)
#D0D7CC
(208,215,204)
#DEE4DC
(222,228,220)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606F4C; }

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

This text font color is #606F4C.


Background Color

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

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

This div background color is #606F4C.


Border color

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

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

This div border color is #606F4C.


Opacity

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

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

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

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

This text has shadow with #606F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606F4C on black background.


Color preview on white background

This text has color #606F4C on white background.



Black color preview on #606F4C background

This text has black color on #606F4C background.


White color preview on #606F4C background

This text has white color on #606F4C background.