COLOR #60736D

HEX: #60736D
RGB: (96,115,109)

Color info

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

RGB color model

#60736D color RGB value is (96,115,109).

  • red value is 96;
  • green value is 115;
  • blue value is 109.
RGB:
(96,115,109)
(38%,45%,43%)

RGB channels and saturation

R 96 of 255 = 38%
G 115 of 255 = 45%
B 109 of 255 = 43%

96
115
109

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

Portions of RGB colors in percentages

R + G + B =
96 + 115 + 109 = 320 (100%)
R 96 of 320 ~ 30%
G 115 of 320 ~ 35.94%
B 109 of 320 ~ 34.06%

%30
%35.94
%34.06

CMYK color model

#60736D color CMYK value is (17,0,5,55).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(17,0,5,55)
C17M0Y5K55 
(17%,0%,5%,55%)
(0.17/0.00/0.05/0.55)	

CMYK percentages

%16.52
%0
%5.22
%54.9

Codes

Color #60736D in popluar color models

60736D
RGB96115109
HSL161°9.00%41.37%
HSB/HSV161°16.52%45.10%
CMYK16.52%0.00%5.22%
54.90%

Color #60736D in popluar number systems.

HEX60736D
Decimal96115109
Binary110000011100111101101
Octal140163155

Shades and tints

Shades of #60736D

#60736D
(96,115,109)
#586964
(88,105,100)
#505F5B
(80,95,91)
#485552
(72,85,82)
#404B49
(64,75,73)
#384140
(56,65,64)
#303737
(48,55,55)
#282D2E
(40,45,46)
#202325
(32,35,37)
#18191C
(24,25,28)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #60736D

#60736D
(96,115,109)
#6E7F7A
(110,127,122)
#7C8B87
(124,139,135)
#8A9794
(138,151,148)
#98A3A1
(152,163,161)
#A6AFAE
(166,175,174)
#B4BBBB
(180,187,187)
#C2C7C8
(194,199,200)
#D0D3D5
(208,211,213)
#DEDFE2
(222,223,226)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60736D color. Also use rgb(96,115,109) instead hex code.

Text Font Color

.myTextColor { color: #60736D; }

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

This text font color is #60736D.


Background Color

.myBgColor { background-color: #60736D; }

<div style="background-color:#60736D">Inner text</div>

This div background color is #60736D.


Border color

.myBorderColor { border: 1px solid #60736D; }

<div style="border:3px solid #60736D">Div</div>

This div border color is #60736D.


Opacity

.myOpacity80 { color: #60736D; opacity: 0.8; }

<p style="color:#60736D;opacity:0.8;">80%</p>

Text with #60736D 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 #60736D;}

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

This text has shadow with #60736D color.

.textShadow {text-shadow: 3px 3px 1px #60736D, 3px 3px 1px red;}

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

This text has shadow with #60736D primary color and red secondary color.


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

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

This text has shadow with #60736D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60736D on black background.


Color preview on white background

This text has color #60736D on white background.



Black color preview on #60736D background

This text has black color on #60736D background.


White color preview on #60736D background

This text has white color on #60736D background.