COLOR #618989

HEX: #618989
RGB: (97,137,137)

Color info

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

RGB color model

#618989 color RGB value is (97,137,137).

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

RGB channels and saturation

R 97 of 255 = 38%
G 137 of 255 = 54%
B 137 of 255 = 54%

97
137
137

R + G + B ~ 49%. #618989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 137 + 137 = 371 (100%)
R 97 of 371 ~ 26.15%
G 137 of 371 ~ 36.93%
B 137 of 371 ~ 36.93%

%26.15
%36.93
%36.93

CMYK color model

#618989 color CMYK value is (29,0,0,46).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(29,0,0,46)
C29M0Y0K46 
(29%,0%,0%,46%)
(0.29/0.00/0.00/0.46)	

CMYK percentages

%29.2
%0
%0
%46.27

Codes

Color #618989 in popluar color models

618989
RGB97137137
HSL180°17.09%45.88%
HSB/HSV180°29.20%53.73%
CMYK29.20%0.00%0.00%
46.27%

Color #618989 in popluar number systems.

HEX618989
Decimal97137137
Binary11000011000100110001001
Octal141211211

Shades and tints

Shades of #618989

#618989
(97,137,137)
#597D7D
(89,125,125)
#517171
(81,113,113)
#496565
(73,101,101)
#415959
(65,89,89)
#394D4D
(57,77,77)
#314141
(49,65,65)
#293535
(41,53,53)
#212929
(33,41,41)
#191D1D
(25,29,29)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #618989

#618989
(97,137,137)
#6F9393
(111,147,147)
#7D9D9D
(125,157,157)
#8BA7A7
(139,167,167)
#99B1B1
(153,177,177)
#A7BBBB
(167,187,187)
#B5C5C5
(181,197,197)
#C3CFCF
(195,207,207)
#D1D9D9
(209,217,217)
#DFE3E3
(223,227,227)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618989 color. Also use rgb(97,137,137) instead hex code.

Text Font Color

.myTextColor { color: #618989; }

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

This text font color is #618989.


Background Color

.myBgColor { background-color: #618989; }

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

This div background color is #618989.


Border color

.myBorderColor { border: 1px solid #618989; }

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

This div border color is #618989.


Opacity

.myOpacity80 { color: #618989; opacity: 0.8; }

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

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

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

This text has shadow with #618989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618989 on black background.


Color preview on white background

This text has color #618989 on white background.



Black color preview on #618989 background

This text has black color on #618989 background.


White color preview on #618989 background

This text has white color on #618989 background.