COLOR #618290

HEX: #618290
RGB: (97,130,144)

Color info

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

RGB color model

#618290 color RGB value is (97,130,144).

  • red value is 97;
  • green value is 130;
  • blue value is 144.
RGB:
(97,130,144)
(38%,51%,56%)

RGB channels and saturation

R 97 of 255 = 38%
G 130 of 255 = 51%
B 144 of 255 = 56%

97
130
144

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

Portions of RGB colors in percentages

R + G + B =
97 + 130 + 144 = 371 (100%)
R 97 of 371 ~ 26.15%
G 130 of 371 ~ 35.04%
B 144 of 371 ~ 38.81%

%26.15
%35.04
%38.81

CMYK color model

#618290 color CMYK value is (33,10,0,44).

  • cyan value is 32.64%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(33,10,0,44)
C33M10Y0K44 
(33%,10%,0%,44%)
(0.33/0.10/0.00/0.44)	

CMYK percentages

%32.64
%9.72
%0
%43.53

Codes

Color #618290 in popluar color models

618290
RGB97130144
HSL198°19.50%47.25%
HSB/HSV198°32.64%56.47%
CMYK32.64%9.72%0.00%
43.53%

Color #618290 in popluar number systems.

HEX618290
Decimal97130144
Binary11000011000001010010000
Octal141202220

Shades and tints

Shades of #618290

#618290
(97,130,144)
#597783
(89,119,131)
#516C76
(81,108,118)
#496169
(73,97,105)
#41565C
(65,86,92)
#394B4F
(57,75,79)
#314042
(49,64,66)
#293535
(41,53,53)
#212A28
(33,42,40)
#191F1B
(25,31,27)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #618290

#618290
(97,130,144)
#6F8D9A
(111,141,154)
#7D98A4
(125,152,164)
#8BA3AE
(139,163,174)
#99AEB8
(153,174,184)
#A7B9C2
(167,185,194)
#B5C4CC
(181,196,204)
#C3CFD6
(195,207,214)
#D1DAE0
(209,218,224)
#DFE5EA
(223,229,234)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618290; }

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

This text font color is #618290.


Background Color

.myBgColor { background-color: #618290; }

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

This div background color is #618290.


Border color

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

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

This div border color is #618290.


Opacity

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

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

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

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

This text has shadow with #618290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618290 on black background.


Color preview on white background

This text has color #618290 on white background.



Black color preview on #618290 background

This text has black color on #618290 background.


White color preview on #618290 background

This text has white color on #618290 background.