COLOR #60756B

HEX: #60756B
RGB: (96,117,107)

Color info

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

RGB color model

#60756B color RGB value is (96,117,107).

  • red value is 96;
  • green value is 117;
  • blue value is 107.
RGB:
(96,117,107)
(38%,46%,42%)

RGB channels and saturation

R 96 of 255 = 38%
G 117 of 255 = 46%
B 107 of 255 = 42%

96
117
107

R + G + B ~ 42%. #60756B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 117 + 107 = 320 (100%)
R 96 of 320 ~ 30%
G 117 of 320 ~ 36.56%
B 107 of 320 ~ 33.44%

%30
%36.56
%33.44

CMYK color model

#60756B color CMYK value is (18,0,9,54).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(18,0,9,54)
C18M0Y9K54 
(18%,0%,9%,54%)
(0.18/0.00/0.09/0.54)	

CMYK percentages

%17.95
%0
%8.55
%54.12

Codes

Color #60756B in popluar color models

60756B
RGB96117107
HSL151°9.86%41.76%
HSB/HSV151°17.95%45.88%
CMYK17.95%0.00%8.55%
54.12%

Color #60756B in popluar number systems.

HEX60756B
Decimal96117107
Binary110000011101011101011
Octal140165153

Shades and tints

Shades of #60756B

#60756B
(96,117,107)
#586B62
(88,107,98)
#506159
(80,97,89)
#485750
(72,87,80)
#404D47
(64,77,71)
#38433E
(56,67,62)
#303935
(48,57,53)
#282F2C
(40,47,44)
#202523
(32,37,35)
#181B1A
(24,27,26)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #60756B

#60756B
(96,117,107)
#6E8178
(110,129,120)
#7C8D85
(124,141,133)
#8A9992
(138,153,146)
#98A59F
(152,165,159)
#A6B1AC
(166,177,172)
#B4BDB9
(180,189,185)
#C2C9C6
(194,201,198)
#D0D5D3
(208,213,211)
#DEE1E0
(222,225,224)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60756B color. Also use rgb(96,117,107) instead hex code.

Text Font Color

.myTextColor { color: #60756B; }

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

This text font color is #60756B.


Background Color

.myBgColor { background-color: #60756B; }

<div style="background-color:#60756B">Inner text</div>

This div background color is #60756B.


Border color

.myBorderColor { border: 1px solid #60756B; }

<div style="border:3px solid #60756B">Div</div>

This div border color is #60756B.


Opacity

.myOpacity80 { color: #60756B; opacity: 0.8; }

<p style="color:#60756B;opacity:0.8;">80%</p>

Text with #60756B 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 #60756B;}

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

This text has shadow with #60756B color.

.textShadow {text-shadow: 3px 3px 1px #60756B, 3px 3px 1px red;}

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

This text has shadow with #60756B primary color and red secondary color.


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

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

This text has shadow with #60756B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60756B on black background.


Color preview on white background

This text has color #60756B on white background.



Black color preview on #60756B background

This text has black color on #60756B background.


White color preview on #60756B background

This text has white color on #60756B background.