COLOR #619986

HEX: #619986
RGB: (97,153,134)

Color info

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

RGB color model

#619986 color RGB value is (97,153,134).

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

RGB channels and saturation

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

97
153
134

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

Portions of RGB colors in percentages

R + G + B =
97 + 153 + 134 = 384 (100%)
R 97 of 384 ~ 25.26%
G 153 of 384 ~ 39.84%
B 134 of 384 ~ 34.9%

%25.26
%39.84
%34.9

CMYK color model

#619986 color CMYK value is (37,0,12,40).

  • cyan value is 36.60%
  • magenta value is 0.00%
  • yellow value is 12.42%
  • key color value is 40.00%
CMYK:
(37,0,12,40)
C37M0Y12K40 
(37%,0%,12%,40%)
(0.37/0.00/0.12/0.40)	

CMYK percentages

%36.6
%0
%12.42
%40

Codes

Color #619986 in popluar color models

619986
RGB97153134
HSL160°22.40%49.02%
HSB/HSV160°36.60%60.00%
CMYK36.60%0.00%12.42%
40.00%

Color #619986 in popluar number systems.

HEX619986
Decimal97153134
Binary11000011001100110000110
Octal141231206

Shades and tints

Shades of #619986

#619986
(97,153,134)
#598C7A
(89,140,122)
#517F6E
(81,127,110)
#497262
(73,114,98)
#416556
(65,101,86)
#39584A
(57,88,74)
#314B3E
(49,75,62)
#293E32
(41,62,50)
#213126
(33,49,38)
#19241A
(25,36,26)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #619986

#619986
(97,153,134)
#6FA291
(111,162,145)
#7DAB9C
(125,171,156)
#8BB4A7
(139,180,167)
#99BDB2
(153,189,178)
#A7C6BD
(167,198,189)
#B5CFC8
(181,207,200)
#C3D8D3
(195,216,211)
#D1E1DE
(209,225,222)
#DFEAE9
(223,234,233)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #619986; }

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

This text font color is #619986.


Background Color

.myBgColor { background-color: #619986; }

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

This div background color is #619986.


Border color

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

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

This div border color is #619986.


Opacity

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

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

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

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

This text has shadow with #619986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619986 on black background.


Color preview on white background

This text has color #619986 on white background.



Black color preview on #619986 background

This text has black color on #619986 background.


White color preview on #619986 background

This text has white color on #619986 background.