COLOR #619491

HEX: #619491
RGB: (97,148,145)

Color info

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

RGB color model

#619491 color RGB value is (97,148,145).

  • red value is 97;
  • green value is 148;
  • blue value is 145.
RGB:
(97,148,145)
(38%,58%,57%)

RGB channels and saturation

R 97 of 255 = 38%
G 148 of 255 = 58%
B 145 of 255 = 57%

97
148
145

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

Portions of RGB colors in percentages

R + G + B =
97 + 148 + 145 = 390 (100%)
R 97 of 390 ~ 24.87%
G 148 of 390 ~ 37.95%
B 145 of 390 ~ 37.18%

%24.87
%37.95
%37.18

CMYK color model

#619491 color CMYK value is (34,0,2,42).

  • cyan value is 34.46%
  • magenta value is 0.00%
  • yellow value is 2.03%
  • key color value is 41.96%
CMYK:
(34,0,2,42)
C34M0Y2K42 
(34%,0%,2%,42%)
(0.34/0.00/0.02/0.42)	

CMYK percentages

%34.46
%0
%2.03
%41.96

Codes

Color #619491 in popluar color models

619491
RGB97148145
HSL176°20.82%48.04%
HSB/HSV176°34.46%58.04%
CMYK34.46%0.00%2.03%
41.96%

Color #619491 in popluar number systems.

HEX619491
Decimal97148145
Binary11000011001010010010001
Octal141224221

Shades and tints

Shades of #619491

#619491
(97,148,145)
#598784
(89,135,132)
#517A77
(81,122,119)
#496D6A
(73,109,106)
#41605D
(65,96,93)
#395350
(57,83,80)
#314643
(49,70,67)
#293936
(41,57,54)
#212C29
(33,44,41)
#191F1C
(25,31,28)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #619491

#619491
(97,148,145)
#6F9D9B
(111,157,155)
#7DA6A5
(125,166,165)
#8BAFAF
(139,175,175)
#99B8B9
(153,184,185)
#A7C1C3
(167,193,195)
#B5CACD
(181,202,205)
#C3D3D7
(195,211,215)
#D1DCE1
(209,220,225)
#DFE5EB
(223,229,235)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619491 color. Also use rgb(97,148,145) instead hex code.

Text Font Color

.myTextColor { color: #619491; }

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

This text font color is #619491.


Background Color

.myBgColor { background-color: #619491; }

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

This div background color is #619491.


Border color

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

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

This div border color is #619491.


Opacity

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

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

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

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

This text has shadow with #619491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619491 on black background.


Color preview on white background

This text has color #619491 on white background.



Black color preview on #619491 background

This text has black color on #619491 background.


White color preview on #619491 background

This text has white color on #619491 background.