COLOR #619080

HEX: #619080
RGB: (97,144,128)

Color info

#619080 contains red, green and blue colors in about the same proportion. Web safe color of #619080 is #669966 (or #696).

RGB color model

#619080 color RGB value is (97,144,128).

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

RGB channels and saturation

R 97 of 255 = 38%
G 144 of 255 = 56%
B 128 of 255 = 50%

97
144
128

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

Portions of RGB colors in percentages

R + G + B =
97 + 144 + 128 = 369 (100%)
R 97 of 369 ~ 26.29%
G 144 of 369 ~ 39.02%
B 128 of 369 ~ 34.69%

%26.29
%39.02
%34.69

CMYK color model

#619080 color CMYK value is (33,0,11,44).

  • cyan value is 32.64%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 43.53%
CMYK:
(33,0,11,44)
C33M0Y11K44 
(33%,0%,11%,44%)
(0.33/0.00/0.11/0.44)	

CMYK percentages

%32.64
%0
%11.11
%43.53

Codes

Color #619080 in popluar color models

619080
RGB97144128
HSL160°19.50%47.25%
HSB/HSV160°32.64%56.47%
CMYK32.64%0.00%11.11%
43.53%

Color #619080 in popluar number systems.

HEX619080
Decimal97144128
Binary11000011001000010000000
Octal141220200

Shades and tints

Shades of #619080

#619080
(97,144,128)
#598375
(89,131,117)
#51766A
(81,118,106)
#49695F
(73,105,95)
#415C54
(65,92,84)
#394F49
(57,79,73)
#31423E
(49,66,62)
#293533
(41,53,51)
#212828
(33,40,40)
#191B1D
(25,27,29)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #619080

#619080
(97,144,128)
#6F9A8B
(111,154,139)
#7DA496
(125,164,150)
#8BAEA1
(139,174,161)
#99B8AC
(153,184,172)
#A7C2B7
(167,194,183)
#B5CCC2
(181,204,194)
#C3D6CD
(195,214,205)
#D1E0D8
(209,224,216)
#DFEAE3
(223,234,227)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #619080; }

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

This text font color is #619080.


Background Color

.myBgColor { background-color: #619080; }

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

This div background color is #619080.


Border color

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

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

This div border color is #619080.


Opacity

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

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

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

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

This text has shadow with #619080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619080 on black background.


Color preview on white background

This text has color #619080 on white background.



Black color preview on #619080 background

This text has black color on #619080 background.


White color preview on #619080 background

This text has white color on #619080 background.