COLOR #618C8E

HEX: #618C8E
RGB: (97,140,142)

Color info

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

RGB color model

#618C8E color RGB value is (97,140,142).

  • red value is 97;
  • green value is 140;
  • blue value is 142.
RGB:
(97,140,142)
(38%,55%,56%)

RGB channels and saturation

R 97 of 255 = 38%
G 140 of 255 = 55%
B 142 of 255 = 56%

97
140
142

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

Portions of RGB colors in percentages

R + G + B =
97 + 140 + 142 = 379 (100%)
R 97 of 379 ~ 25.59%
G 140 of 379 ~ 36.94%
B 142 of 379 ~ 37.47%

%25.59
%36.94
%37.47

CMYK color model

#618C8E color CMYK value is (32,1,0,44).

  • cyan value is 31.69%
  • magenta value is 1.41%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(32,1,0,44)
C32M1Y0K44 
(32%,1%,0%,44%)
(0.32/0.01/0.00/0.44)	

CMYK percentages

%31.69
%1.41
%0
%44.31

Codes

Color #618C8E in popluar color models

618C8E
RGB97140142
HSL183°18.83%46.86%
HSB/HSV183°31.69%55.69%
CMYK31.69%1.41%0.00%
44.31%

Color #618C8E in popluar number systems.

HEX618C8E
Decimal97140142
Binary11000011000110010001110
Octal141214216

Shades and tints

Shades of #618C8E

#618C8E
(97,140,142)
#598082
(89,128,130)
#517476
(81,116,118)
#49686A
(73,104,106)
#415C5E
(65,92,94)
#395052
(57,80,82)
#314446
(49,68,70)
#29383A
(41,56,58)
#212C2E
(33,44,46)
#192022
(25,32,34)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #618C8E

#618C8E
(97,140,142)
#6F9698
(111,150,152)
#7DA0A2
(125,160,162)
#8BAAAC
(139,170,172)
#99B4B6
(153,180,182)
#A7BEC0
(167,190,192)
#B5C8CA
(181,200,202)
#C3D2D4
(195,210,212)
#D1DCDE
(209,220,222)
#DFE6E8
(223,230,232)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618C8E color. Also use rgb(97,140,142) instead hex code.

Text Font Color

.myTextColor { color: #618C8E; }

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

This text font color is #618C8E.


Background Color

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

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

This div background color is #618C8E.


Border color

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

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

This div border color is #618C8E.


Opacity

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

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

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

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

This text has shadow with #618C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618C8E on black background.


Color preview on white background

This text has color #618C8E on white background.



Black color preview on #618C8E background

This text has black color on #618C8E background.


White color preview on #618C8E background

This text has white color on #618C8E background.