COLOR #60746D

HEX: #60746D RGB: (96,116,109)

Color info

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

RGB color model

#60746D color RGB value is (96,116,109).

RGB: (96,116,109) (38%, 45%, 43%)

RGB channels and saturation

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

96
116
109

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

Portions of RGB colors in percentages

R + G + B = 96 + 116 + 109 = 321 (100%)
R 96 of 321 ~ 29.91%
G 116 of 321 ~ 36.14%
B 109 of 321 ~ 33.96'%

%29.91
%36.14
%33.96

CMYK color model

#60746D color CMYK value is (17,0,6,55).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 54.51%
CMYK: (17,0,6,55) C17M0Y6K55 (17%,0%,6%,55%) (0.17/0.00/0.06/0.55) 

CMYK percentages

%17.24
%0
%6.03
%54.51

Codes

Color #60746D in popluar color models

60 74 6D
RGB 96 116 109
HSL 159° 9.43% 41.57%
HSB/HSV 159° 17.24% 45.49%
CMYK 17.24% 0.00% 6.03%
54.51%

Color #60746D in popluar number systems.

HEX 60 74 6D
Decimal 96 116 109
Binary 1100000 1110100 1101101
Octal 140 164 155

Shades and tints

Shades of #60746D

#60746D
(96,116,109)
#586A64
(88,106,100)
#50605B
(80,96,91)
#485652
(72,86,82)
#404C49
(64,76,73)
#384240
(56,66,64)
#303837
(48,56,55)
#282E2E
(40,46,46)
#202425
(32,36,37)
#181A1C
(24,26,28)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #60746D

#60746D
(96,116,109)
#6E807A
(110,128,122)
#7C8C87
(124,140,135)
#8A9894
(138,152,148)
#98A4A1
(152,164,161)
#A6B0AE
(166,176,174)
#B4BCBB
(180,188,187)
#C2C8C8
(194,200,200)
#D0D4D5
(208,212,213)
#DEE0E2
(222,224,226)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60746D; }

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

This text font color is #60746D.

Background Color

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

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

This div background color is #60746D.

Border color

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

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

This div border color is #60746D.

Opacity

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

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

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

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

This text has shadow with #60746D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60746D.

Preview

Color preview on black background

This text has color #60746D on black background.


Color preview on white background

This text has color #60746D on white background.


Black color preview on #60746D background

This text has black color on #60746D background.


White color preview on #60746D background

This text has white color on #60746D background.


Related colors

Complementary color

Complementary color for #hex is #9F8B92.


I love getcolorcode.com

Triadic colors

1 #6D6074 and #746D60 with #60746D are triadic colors.

2 #6D7460 and #74606D with #60746D are triadic colors.