COLOR #60684F

HEX: #60684F
RGB: (96,104,79)

Color info

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

RGB color model

#60684F color RGB value is (96,104,79).

  • red value is 96;
  • green value is 104;
  • blue value is 79.
RGB:
(96,104,79)
(38%,41%,31%)

RGB channels and saturation

R 96 of 255 = 38%
G 104 of 255 = 41%
B 79 of 255 = 31%

96
104
79

R + G + B ~ 37%. #60684F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 104 + 79 = 279 (100%)
R 96 of 279 ~ 34.41%
G 104 of 279 ~ 37.28%
B 79 of 279 ~ 28.32%

%34.41
%37.28
%28.32

CMYK color model

#60684F color CMYK value is (8,0,24,59).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 59.22%
CMYK:
(8,0,24,59)
C8M0Y24K59 
(8%,0%,24%,59%)
(0.08/0.00/0.24/0.59)	

CMYK percentages

%7.69
%0
%24.04
%59.22

Codes

Color #60684F in popluar color models

60684F
RGB9610479
HSL79°13.66%35.88%
HSB/HSV79°24.04%40.78%
CMYK7.69%0.00%24.04%
59.22%

Color #60684F in popluar number systems.

HEX60684F
Decimal9610479
Binary110000011010001001111
Octal140150117

Shades and tints

Shades of #60684F

#60684F
(96,104,79)
#585F48
(88,95,72)
#505641
(80,86,65)
#484D3A
(72,77,58)
#404433
(64,68,51)
#383B2C
(56,59,44)
#303225
(48,50,37)
#28291E
(40,41,30)
#202017
(32,32,23)
#181710
(24,23,16)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #60684F

#60684F
(96,104,79)
#6E755F
(110,117,95)
#7C826F
(124,130,111)
#8A8F7F
(138,143,127)
#989C8F
(152,156,143)
#A6A99F
(166,169,159)
#B4B6AF
(180,182,175)
#C2C3BF
(194,195,191)
#D0D0CF
(208,208,207)
#DEDDDF
(222,221,223)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60684F color. Also use rgb(96,104,79) instead hex code.

Text Font Color

.myTextColor { color: #60684F; }

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

This text font color is #60684F.


Background Color

.myBgColor { background-color: #60684F; }

<div style="background-color:#60684F">Inner text</div>

This div background color is #60684F.


Border color

.myBorderColor { border: 1px solid #60684F; }

<div style="border:3px solid #60684F">Div</div>

This div border color is #60684F.


Opacity

.myOpacity80 { color: #60684F; opacity: 0.8; }

<p style="color:#60684F;opacity:0.8;">80%</p>

Text with #60684F 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 #60684F;}

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

This text has shadow with #60684F color.

.textShadow {text-shadow: 3px 3px 1px #60684F, 3px 3px 1px red;}

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

This text has shadow with #60684F primary color and red secondary color.


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

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

This text has shadow with #60684F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60684F on black background.


Color preview on white background

This text has color #60684F on white background.



Black color preview on #60684F background

This text has black color on #60684F background.


White color preview on #60684F background

This text has white color on #60684F background.