COLOR #618389

HEX: #618389
RGB: (97,131,137)

Color info

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

RGB color model

#618389 color RGB value is (97,131,137).

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

RGB channels and saturation

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

97
131
137

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

Portions of RGB colors in percentages

R + G + B =
97 + 131 + 137 = 365 (100%)
R 97 of 365 ~ 26.58%
G 131 of 365 ~ 35.89%
B 137 of 365 ~ 37.53%

%26.58
%35.89
%37.53

CMYK color model

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

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

CMYK percentages

%29.2
%4.38
%0
%46.27

Codes

Color #618389 in popluar color models

618389
RGB97131137
HSL189°17.09%45.88%
HSB/HSV189°29.20%53.73%
CMYK29.20%4.38%0.00%
46.27%

Color #618389 in popluar number systems.

HEX618389
Decimal97131137
Binary11000011000001110001001
Octal141203211

Shades and tints

Shades of #618389

#618389
(97,131,137)
#59787D
(89,120,125)
#516D71
(81,109,113)
#496265
(73,98,101)
#415759
(65,87,89)
#394C4D
(57,76,77)
#314141
(49,65,65)
#293635
(41,54,53)
#212B29
(33,43,41)
#19201D
(25,32,29)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #618389

#618389
(97,131,137)
#6F8E93
(111,142,147)
#7D999D
(125,153,157)
#8BA4A7
(139,164,167)
#99AFB1
(153,175,177)
#A7BABB
(167,186,187)
#B5C5C5
(181,197,197)
#C3D0CF
(195,208,207)
#D1DBD9
(209,219,217)
#DFE6E3
(223,230,227)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618389; }

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

This text font color is #618389.


Background Color

.myBgColor { background-color: #618389; }

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

This div background color is #618389.


Border color

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

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

This div border color is #618389.


Opacity

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

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

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

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

This text has shadow with #618389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618389 on black background.


Color preview on white background

This text has color #618389 on white background.



Black color preview on #618389 background

This text has black color on #618389 background.


White color preview on #618389 background

This text has white color on #618389 background.