COLOR #618987

HEX: #618987
RGB: (97,137,135)

Color info

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

RGB color model

#618987 color RGB value is (97,137,135).

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

RGB channels and saturation

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

97
137
135

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

Portions of RGB colors in percentages

R + G + B =
97 + 137 + 135 = 369 (100%)
R 97 of 369 ~ 26.29%
G 137 of 369 ~ 37.13%
B 135 of 369 ~ 36.59%

%26.29
%37.13
%36.59

CMYK color model

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

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

CMYK percentages

%29.2
%0
%1.46
%46.27

Codes

Color #618987 in popluar color models

618987
RGB97137135
HSL177°17.09%45.88%
HSB/HSV177°29.20%53.73%
CMYK29.20%0.00%1.46%
46.27%

Color #618987 in popluar number systems.

HEX618987
Decimal97137135
Binary11000011000100110000111
Octal141211207

Shades and tints

Shades of #618987

#618987
(97,137,135)
#597D7B
(89,125,123)
#51716F
(81,113,111)
#496563
(73,101,99)
#415957
(65,89,87)
#394D4B
(57,77,75)
#31413F
(49,65,63)
#293533
(41,53,51)
#212927
(33,41,39)
#191D1B
(25,29,27)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #618987

#618987
(97,137,135)
#6F9391
(111,147,145)
#7D9D9B
(125,157,155)
#8BA7A5
(139,167,165)
#99B1AF
(153,177,175)
#A7BBB9
(167,187,185)
#B5C5C3
(181,197,195)
#C3CFCD
(195,207,205)
#D1D9D7
(209,217,215)
#DFE3E1
(223,227,225)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618987; }

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

This text font color is #618987.


Background Color

.myBgColor { background-color: #618987; }

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

This div background color is #618987.


Border color

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

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

This div border color is #618987.


Opacity

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

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

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

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

This text has shadow with #618987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618987 on black background.


Color preview on white background

This text has color #618987 on white background.



Black color preview on #618987 background

This text has black color on #618987 background.


White color preview on #618987 background

This text has white color on #618987 background.