COLOR #60715C

HEX: #60715C RGB: (96,113,92)

Color info

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

RGB color model

#60715C color RGB value is (96,113,92).

RGB: (96,113,92) (38%, 44%, 36%)

RGB channels and saturation

R 96 of 255 = 38%
G 113 of 255 = 44%
B 92 of 255 = 36%

96
113
92

R + G + B ~ 39%. #60715C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 113 + 92 = 301 (100%)
R 96 of 301 ~ 31.89%
G 113 of 301 ~ 37.54%
B 92 of 301 ~ 30.56'%

%31.89
%37.54
%30.56

CMYK color model

#60715C color CMYK value is (15,0,19,56).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 55.69%

CMYK: (15,0,19,56)
C15M0Y19K56 (15%, 0%, 19%, 56%)
(0.15 / 0.00 / 0.19 / 0.56)

CMYK percentages

%15.04
%0
%18.58
%55.69

Codes

Color #60715C in popluar color models

60 71 5C
RGB 96 113 92
HSL 109° 10.24% 40.20%
HSB/HSV 109° 18.58% 44.31%
CMYK 15.04% 0.00% 18.58%
55.69%

Color #60715C in popluar number systems.

HEX 60 71 5C
Decimal 96 113 92
Binary 1100000 1110001 1011100
Octal 140 161 134

Shades and tints

Shades of #60715C

#60715C
(96,113,92)
#586754
(88,103,84)
#505D4C
(80,93,76)
#485344
(72,83,68)
#40493C
(64,73,60)
#383F34
(56,63,52)
#30352C
(48,53,44)
#282B24
(40,43,36)
#20211C
(32,33,28)
#181714
(24,23,20)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #60715C

#60715C
(96,113,92)
#6E7D6A
(110,125,106)
#7C8978
(124,137,120)
#8A9586
(138,149,134)
#98A194
(152,161,148)
#A6ADA2
(166,173,162)
#B4B9B0
(180,185,176)
#C2C5BE
(194,197,190)
#D0D1CC
(208,209,204)
#DEDDDA
(222,221,218)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60715C color. Also use rgb(96,113,92) instead hex code.

Text Font Color

.myTextColor { color: #60715C; }

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

This text font color is #60715C.

Background Color

.myBgColor { background-color: #60715C; }

<div style="background-color:#60715C">Inner text</div>

This div background color is #60715C.

Border color

.myBorderColor { border: 1px solid #60715C; }

<div style="border:3px solid #60715C">Div</div>

This div border color is #60715C.

Opacity

.myOpacity80 { color: #60715C; opacity: 0.8; }

<p style="color:#60715C;opacity:0.8;">80%</p>

Text with #60715C 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 #60715C;}

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

This text has shadow with #60715C color.


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

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

This text has shadow with #60715C primary color and red secondary color.


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

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

This text has shadow with #60715C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #60715C.

Preview

Color preview on black background

This text has color #60715C on black background.


Color preview on white background

This text has color #60715C on white background.


Black color preview on #60715C background

This text has black color on #60715C background.


White color preview on #60715C background

This text has white color on #60715C background.


Related colors

Complementary color

Complementary color for #hex is #9F8EA3.


I love getcolorcode.com

Triadic colors

1 #5C6071 and #715C60 with #60715C are triadic colors.

2 #5C7160 and #71605C with #60715C are triadic colors.