COLOR #60736E

HEX: #60736E
RGB: (96,115,110)

Color info

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

RGB color model

#60736E color RGB value is (96,115,110).

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

RGB channels and saturation

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

96
115
110

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

Portions of RGB colors in percentages

R + G + B =
96 + 115 + 110 = 321 (100%)
R 96 of 321 ~ 29.91%
G 115 of 321 ~ 35.83%
B 110 of 321 ~ 34.27%

%29.91
%35.83
%34.27

CMYK color model

#60736E color CMYK value is (17,0,4,55).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(17,0,4,55)
C17M0Y4K55 
(17%,0%,4%,55%)
(0.17/0.00/0.04/0.55)	

CMYK percentages

%16.52
%0
%4.35
%54.9

Codes

Color #60736E in popluar color models

60736E
RGB96115110
HSL164°9.00%41.37%
HSB/HSV164°16.52%45.10%
CMYK16.52%0.00%4.35%
54.90%

Color #60736E in popluar number systems.

HEX60736E
Decimal96115110
Binary110000011100111101110
Octal140163156

Shades and tints

Shades of #60736E

#60736E
(96,115,110)
#586964
(88,105,100)
#505F5A
(80,95,90)
#485550
(72,85,80)
#404B46
(64,75,70)
#38413C
(56,65,60)
#303732
(48,55,50)
#282D28
(40,45,40)
#20231E
(32,35,30)
#181914
(24,25,20)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #60736E

#60736E
(96,115,110)
#6E7F7B
(110,127,123)
#7C8B88
(124,139,136)
#8A9795
(138,151,149)
#98A3A2
(152,163,162)
#A6AFAF
(166,175,175)
#B4BBBC
(180,187,188)
#C2C7C9
(194,199,201)
#D0D3D6
(208,211,214)
#DEDFE3
(222,223,227)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60736E; }

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

This text font color is #60736E.


Background Color

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

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

This div background color is #60736E.


Border color

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

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

This div border color is #60736E.


Opacity

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

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

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

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

This text has shadow with #60736E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60736E on black background.


Color preview on white background

This text has color #60736E on white background.



Black color preview on #60736E background

This text has black color on #60736E background.


White color preview on #60736E background

This text has white color on #60736E background.