COLOR #60A389

HEX: #60A389
RGB: (96,163,137)

Color info

#60A389 contains mainly green and blue colors. Web safe color of #60A389 is #669999 (or #699).

RGB color model

#60A389 color RGB value is (96,163,137).

  • red value is 96;
  • green value is 163;
  • blue value is 137.
RGB:
(96,163,137)
(38%,64%,54%)

RGB channels and saturation

R 96 of 255 = 38%
G 163 of 255 = 64%
B 137 of 255 = 54%

96
163
137

R + G + B ~ 52%. #60A389 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 163 + 137 = 396 (100%)
R 96 of 396 ~ 24.24%
G 163 of 396 ~ 41.16%
B 137 of 396 ~ 34.6%

%24.24
%41.16
%34.6

CMYK color model

#60A389 color CMYK value is (41,0,16,36).

  • cyan value is 41.10%
  • magenta value is 0.00%
  • yellow value is 15.95%
  • key color value is 36.08%
CMYK:
(41,0,16,36)
C41M0Y16K36 
(41%,0%,16%,36%)
(0.41/0.00/0.16/0.36)	

CMYK percentages

%41.1
%0
%15.95
%36.08

Codes

Color #60A389 in popluar color models

60A389
RGB96163137
HSL157°26.69%50.78%
HSB/HSV157°41.10%63.92%
CMYK41.10%0.00%15.95%
36.08%

Color #60A389 in popluar number systems.

HEX60A389
Decimal96163137
Binary11000001010001110001001
Octal140243211

Shades and tints

Shades of #60A389

#60A389
(96,163,137)
#58957D
(88,149,125)
#508771
(80,135,113)
#487965
(72,121,101)
#406B59
(64,107,89)
#385D4D
(56,93,77)
#304F41
(48,79,65)
#284135
(40,65,53)
#203329
(32,51,41)
#18251D
(24,37,29)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #60A389

#60A389
(96,163,137)
#6EAB93
(110,171,147)
#7CB39D
(124,179,157)
#8ABBA7
(138,187,167)
#98C3B1
(152,195,177)
#A6CBBB
(166,203,187)
#B4D3C5
(180,211,197)
#C2DBCF
(194,219,207)
#D0E3D9
(208,227,217)
#DEEBE3
(222,235,227)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60A389 color. Also use rgb(96,163,137) instead hex code.

Text Font Color

.myTextColor { color: #60A389; }

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

This text font color is #60A389.


Background Color

.myBgColor { background-color: #60A389; }

<div style="background-color:#60A389">Inner text</div>

This div background color is #60A389.


Border color

.myBorderColor { border: 1px solid #60A389; }

<div style="border:3px solid #60A389">Div</div>

This div border color is #60A389.


Opacity

.myOpacity80 { color: #60A389; opacity: 0.8; }

<p style="color:#60A389;opacity:0.8;">80%</p>

Text with #60A389 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 #60A389;}

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

This text has shadow with #60A389 color.

.textShadow {text-shadow: 3px 3px 1px #60A389, 3px 3px 1px red;}

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

This text has shadow with #60A389 primary color and red secondary color.


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

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

This text has shadow with #60A389 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60A389 on black background.


Color preview on white background

This text has color #60A389 on white background.



Black color preview on #60A389 background

This text has black color on #60A389 background.


White color preview on #60A389 background

This text has white color on #60A389 background.