COLOR #60958A

HEX: #60958A
RGB: (96,149,138)

Color info

#60958A contains red, green and blue colors in about the same proportion. Web safe color of #60958A is #669999 (or #699).

RGB color model

#60958A color RGB value is (96,149,138).

  • red value is 96;
  • green value is 149;
  • blue value is 138.
RGB:
(96,149,138)
(38%,58%,54%)

RGB channels and saturation

R 96 of 255 = 38%
G 149 of 255 = 58%
B 138 of 255 = 54%

96
149
138

R + G + B ~ 50%. #60958A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 149 + 138 = 383 (100%)
R 96 of 383 ~ 25.07%
G 149 of 383 ~ 38.9%
B 138 of 383 ~ 36.03%

%25.07
%38.9
%36.03

CMYK color model

#60958A color CMYK value is (36,0,7,42).

  • cyan value is 35.57%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 41.57%
CMYK:
(36,0,7,42)
C36M0Y7K42 
(36%,0%,7%,42%)
(0.36/0.00/0.07/0.42)	

CMYK percentages

%35.57
%0
%7.38
%41.57

Codes

Color #60958A in popluar color models

60958A
RGB96149138
HSL168°21.63%48.04%
HSB/HSV168°35.57%58.43%
CMYK35.57%0.00%7.38%
41.57%

Color #60958A in popluar number systems.

HEX60958A
Decimal96149138
Binary11000001001010110001010
Octal140225212

Shades and tints

Shades of #60958A

#60958A
(96,149,138)
#58887E
(88,136,126)
#507B72
(80,123,114)
#486E66
(72,110,102)
#40615A
(64,97,90)
#38544E
(56,84,78)
#304742
(48,71,66)
#283A36
(40,58,54)
#202D2A
(32,45,42)
#18201E
(24,32,30)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #60958A

#60958A
(96,149,138)
#6E9E94
(110,158,148)
#7CA79E
(124,167,158)
#8AB0A8
(138,176,168)
#98B9B2
(152,185,178)
#A6C2BC
(166,194,188)
#B4CBC6
(180,203,198)
#C2D4D0
(194,212,208)
#D0DDDA
(208,221,218)
#DEE6E4
(222,230,228)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60958A color. Also use rgb(96,149,138) instead hex code.

Text Font Color

.myTextColor { color: #60958A; }

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

This text font color is #60958A.


Background Color

.myBgColor { background-color: #60958A; }

<div style="background-color:#60958A">Inner text</div>

This div background color is #60958A.


Border color

.myBorderColor { border: 1px solid #60958A; }

<div style="border:3px solid #60958A">Div</div>

This div border color is #60958A.


Opacity

.myOpacity80 { color: #60958A; opacity: 0.8; }

<p style="color:#60958A;opacity:0.8;">80%</p>

Text with #60958A 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 #60958A;}

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

This text has shadow with #60958A color.

.textShadow {text-shadow: 3px 3px 1px #60958A, 3px 3px 1px red;}

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

This text has shadow with #60958A primary color and red secondary color.


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

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

This text has shadow with #60958A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60958A on black background.


Color preview on white background

This text has color #60958A on white background.



Black color preview on #60958A background

This text has black color on #60958A background.


White color preview on #60958A background

This text has white color on #60958A background.