COLOR #619A86

HEX: #619A86
RGB: (97,154,134)

Color info

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

RGB color model

#619A86 color RGB value is (97,154,134).

  • red value is 97;
  • green value is 154;
  • blue value is 134.
RGB:
(97,154,134)
(38%,60%,53%)

RGB channels and saturation

R 97 of 255 = 38%
G 154 of 255 = 60%
B 134 of 255 = 53%

97
154
134

R + G + B ~ 50%. #619A86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 154 + 134 = 385 (100%)
R 97 of 385 ~ 25.19%
G 154 of 385 ~ 40%
B 134 of 385 ~ 34.81%

%25.19
%40
%34.81

CMYK color model

#619A86 color CMYK value is (37,0,13,40).

  • cyan value is 37.01%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 39.61%
CMYK:
(37,0,13,40)
C37M0Y13K40 
(37%,0%,13%,40%)
(0.37/0.00/0.13/0.40)	

CMYK percentages

%37.01
%0
%12.99
%39.61

Codes

Color #619A86 in popluar color models

619A86
RGB97154134
HSL159°22.71%49.22%
HSB/HSV159°37.01%60.39%
CMYK37.01%0.00%12.99%
39.61%

Color #619A86 in popluar number systems.

HEX619A86
Decimal97154134
Binary11000011001101010000110
Octal141232206

Shades and tints

Shades of #619A86

#619A86
(97,154,134)
#598C7A
(89,140,122)
#517E6E
(81,126,110)
#497062
(73,112,98)
#416256
(65,98,86)
#39544A
(57,84,74)
#31463E
(49,70,62)
#293832
(41,56,50)
#212A26
(33,42,38)
#191C1A
(25,28,26)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #619A86

#619A86
(97,154,134)
#6FA391
(111,163,145)
#7DAC9C
(125,172,156)
#8BB5A7
(139,181,167)
#99BEB2
(153,190,178)
#A7C7BD
(167,199,189)
#B5D0C8
(181,208,200)
#C3D9D3
(195,217,211)
#D1E2DE
(209,226,222)
#DFEBE9
(223,235,233)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619A86 color. Also use rgb(97,154,134) instead hex code.

Text Font Color

.myTextColor { color: #619A86; }

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

This text font color is #619A86.


Background Color

.myBgColor { background-color: #619A86; }

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

This div background color is #619A86.


Border color

.myBorderColor { border: 1px solid #619A86; }

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

This div border color is #619A86.


Opacity

.myOpacity80 { color: #619A86; opacity: 0.8; }

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

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

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

This text has shadow with #619A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619A86 on black background.


Color preview on white background

This text has color #619A86 on white background.



Black color preview on #619A86 background

This text has black color on #619A86 background.


White color preview on #619A86 background

This text has white color on #619A86 background.