COLOR #619B86

HEX: #619B86
RGB: (97,155,134)

Color info

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

RGB color model

#619B86 color RGB value is (97,155,134).

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

RGB channels and saturation

R 97 of 255 = 38%
G 155 of 255 = 61%
B 134 of 255 = 53%

97
155
134

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

Portions of RGB colors in percentages

R + G + B =
97 + 155 + 134 = 386 (100%)
R 97 of 386 ~ 25.13%
G 155 of 386 ~ 40.16%
B 134 of 386 ~ 34.72%

%25.13
%40.16
%34.72

CMYK color model

#619B86 color CMYK value is (37,0,14,39).

  • cyan value is 37.42%
  • magenta value is 0.00%
  • yellow value is 13.55%
  • key color value is 39.22%
CMYK:
(37,0,14,39)
C37M0Y14K39 
(37%,0%,14%,39%)
(0.37/0.00/0.14/0.39)	

CMYK percentages

%37.42
%0
%13.55
%39.22

Codes

Color #619B86 in popluar color models

619B86
RGB97155134
HSL158°23.02%49.41%
HSB/HSV158°37.42%60.78%
CMYK37.42%0.00%13.55%
39.22%

Color #619B86 in popluar number systems.

HEX619B86
Decimal97155134
Binary11000011001101110000110
Octal141233206

Shades and tints

Shades of #619B86

#619B86
(97,155,134)
#598D7A
(89,141,122)
#517F6E
(81,127,110)
#497162
(73,113,98)
#416356
(65,99,86)
#39554A
(57,85,74)
#31473E
(49,71,62)
#293932
(41,57,50)
#212B26
(33,43,38)
#191D1A
(25,29,26)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #619B86

#619B86
(97,155,134)
#6FA491
(111,164,145)
#7DAD9C
(125,173,156)
#8BB6A7
(139,182,167)
#99BFB2
(153,191,178)
#A7C8BD
(167,200,189)
#B5D1C8
(181,209,200)
#C3DAD3
(195,218,211)
#D1E3DE
(209,227,222)
#DFECE9
(223,236,233)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #619B86; }

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

This text font color is #619B86.


Background Color

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

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

This div background color is #619B86.


Border color

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

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

This div border color is #619B86.


Opacity

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

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

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

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

This text has shadow with #619B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619B86 on black background.


Color preview on white background

This text has color #619B86 on white background.



Black color preview on #619B86 background

This text has black color on #619B86 background.


White color preview on #619B86 background

This text has white color on #619B86 background.