COLOR #60937E

HEX: #60937E RGB: (96,147,126)

Color info

#60937E contains red, green and blue colors in about the same proportion. Web safe color of #60937E is #669966 (or #696).

RGB color model

#60937E color RGB value is (96,147,126).

RGB: (96,147,126) (38%, 58%, 49%)

RGB channels and saturation

R 96 of 255 = 38%
G 147 of 255 = 58%
B 126 of 255 = 49%

96
147
126

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

Portions of RGB colors in percentages

R + G + B = 96 + 147 + 126 = 369 (100%)
R 96 of 369 ~ 26.02%
G 147 of 369 ~ 39.84%
B 126 of 369 ~ 34.15'%

%26.02
%39.84
%34.15

CMYK color model

#60937E color CMYK value is (35,0,14,42).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 42.35%
CMYK: (35,0,14,42) C35M0Y14K42 (35%,0%,14%,42%) (0.35/0.00/0.14/0.42) 

CMYK percentages

%34.69
%0
%14.29
%42.35

Codes

Color #60937E in popluar color models

60 93 7E
RGB 96 147 126
HSL 155° 20.99% 47.65%
HSB/HSV 155° 34.69% 57.65%
CMYK 34.69% 0.00% 14.29%
42.35%

Color #60937E in popluar number systems.

HEX 60 93 7E
Decimal 96 147 126
Binary 1100000 10010011 1111110
Octal 140 223 176

Shades and tints

Shades of #60937E

#60937E
(96,147,126)
#588673
(88,134,115)
#507968
(80,121,104)
#486C5D
(72,108,93)
#405F52
(64,95,82)
#385247
(56,82,71)
#30453C
(48,69,60)
#283831
(40,56,49)
#202B26
(32,43,38)
#181E1B
(24,30,27)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #60937E

#60937E
(96,147,126)
#6E9C89
(110,156,137)
#7CA594
(124,165,148)
#8AAE9F
(138,174,159)
#98B7AA
(152,183,170)
#A6C0B5
(166,192,181)
#B4C9C0
(180,201,192)
#C2D2CB
(194,210,203)
#D0DBD6
(208,219,214)
#DEE4E1
(222,228,225)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60937E color. Also use rgb(96,147,126) instead hex code.

Text Font Color

.myTextColor { color: #60937E; }

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

This text font color is #60937E.

Background Color

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

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

This div background color is #60937E.

Border color

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

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

This div border color is #60937E.

Opacity

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

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

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

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

This text has shadow with #60937E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60937E.

Preview

Color preview on black background

This text has color #60937E on black background.


Color preview on white background

This text has color #60937E on white background.


Black color preview on #60937E background

This text has black color on #60937E background.


White color preview on #60937E background

This text has white color on #60937E background.


Related colors

Complementary color

Complementary color for #hex is #9F6C81.


I love getcolorcode.com

Triadic colors

1 #7E6093 and #937E60 with #60937E are triadic colors.

2 #7E9360 and #93607E with #60937E are triadic colors.