COLOR #618B8A

HEX: #618B8A
RGB: (97,139,138)

Color info

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

RGB color model

#618B8A color RGB value is (97,139,138).

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

RGB channels and saturation

R 97 of 255 = 38%
G 139 of 255 = 55%
B 138 of 255 = 54%

97
139
138

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

Portions of RGB colors in percentages

R + G + B =
97 + 139 + 138 = 374 (100%)
R 97 of 374 ~ 25.94%
G 139 of 374 ~ 37.17%
B 138 of 374 ~ 36.9%

%25.94
%37.17
%36.9

CMYK color model

#618B8A color CMYK value is (30,0,1,45).

  • cyan value is 30.22%
  • magenta value is 0.00%
  • yellow value is 0.72%
  • key color value is 45.49%
CMYK:
(30,0,1,45)
C30M0Y1K45 
(30%,0%,1%,45%)
(0.30/0.00/0.01/0.45)	

CMYK percentages

%30.22
%0
%0.72
%45.49

Codes

Color #618B8A in popluar color models

618B8A
RGB97139138
HSL179°17.80%46.27%
HSB/HSV179°30.22%54.51%
CMYK30.22%0.00%0.72%
45.49%

Color #618B8A in popluar number systems.

HEX618B8A
Decimal97139138
Binary11000011000101110001010
Octal141213212

Shades and tints

Shades of #618B8A

#618B8A
(97,139,138)
#597F7E
(89,127,126)
#517372
(81,115,114)
#496766
(73,103,102)
#415B5A
(65,91,90)
#394F4E
(57,79,78)
#314342
(49,67,66)
#293736
(41,55,54)
#212B2A
(33,43,42)
#191F1E
(25,31,30)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #618B8A

#618B8A
(97,139,138)
#6F9594
(111,149,148)
#7D9F9E
(125,159,158)
#8BA9A8
(139,169,168)
#99B3B2
(153,179,178)
#A7BDBC
(167,189,188)
#B5C7C6
(181,199,198)
#C3D1D0
(195,209,208)
#D1DBDA
(209,219,218)
#DFE5E4
(223,229,228)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618B8A color. Also use rgb(97,139,138) instead hex code.

Text Font Color

.myTextColor { color: #618B8A; }

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

This text font color is #618B8A.


Background Color

.myBgColor { background-color: #618B8A; }

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

This div background color is #618B8A.


Border color

.myBorderColor { border: 1px solid #618B8A; }

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

This div border color is #618B8A.


Opacity

.myOpacity80 { color: #618B8A; opacity: 0.8; }

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

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

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

This text has shadow with #618B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618B8A on black background.


Color preview on white background

This text has color #618B8A on white background.



Black color preview on #618B8A background

This text has black color on #618B8A background.


White color preview on #618B8A background

This text has white color on #618B8A background.