COLOR #619089

HEX: #619089
RGB: (97,144,137)

Color info

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

RGB color model

#619089 color RGB value is (97,144,137).

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

RGB channels and saturation

R 97 of 255 = 38%
G 144 of 255 = 56%
B 137 of 255 = 54%

97
144
137

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

Portions of RGB colors in percentages

R + G + B =
97 + 144 + 137 = 378 (100%)
R 97 of 378 ~ 25.66%
G 144 of 378 ~ 38.1%
B 137 of 378 ~ 36.24%

%25.66
%38.1
%36.24

CMYK color model

#619089 color CMYK value is (33,0,5,44).

  • cyan value is 32.64%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 43.53%
CMYK:
(33,0,5,44)
C33M0Y5K44 
(33%,0%,5%,44%)
(0.33/0.00/0.05/0.44)	

CMYK percentages

%32.64
%0
%4.86
%43.53

Codes

Color #619089 in popluar color models

619089
RGB97144137
HSL171°19.50%47.25%
HSB/HSV171°32.64%56.47%
CMYK32.64%0.00%4.86%
43.53%

Color #619089 in popluar number systems.

HEX619089
Decimal97144137
Binary11000011001000010001001
Octal141220211

Shades and tints

Shades of #619089

#619089
(97,144,137)
#59837D
(89,131,125)
#517671
(81,118,113)
#496965
(73,105,101)
#415C59
(65,92,89)
#394F4D
(57,79,77)
#314241
(49,66,65)
#293535
(41,53,53)
#212829
(33,40,41)
#191B1D
(25,27,29)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #619089

#619089
(97,144,137)
#6F9A93
(111,154,147)
#7DA49D
(125,164,157)
#8BAEA7
(139,174,167)
#99B8B1
(153,184,177)
#A7C2BB
(167,194,187)
#B5CCC5
(181,204,197)
#C3D6CF
(195,214,207)
#D1E0D9
(209,224,217)
#DFEAE3
(223,234,227)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #619089; }

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

This text font color is #619089.


Background Color

.myBgColor { background-color: #619089; }

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

This div background color is #619089.


Border color

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

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

This div border color is #619089.


Opacity

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

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

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

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

This text has shadow with #619089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619089 on black background.


Color preview on white background

This text has color #619089 on white background.



Black color preview on #619089 background

This text has black color on #619089 background.


White color preview on #619089 background

This text has white color on #619089 background.