COLOR #619684

HEX: #619684
RGB: (97,150,132)

Color info

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

RGB color model

#619684 color RGB value is (97,150,132).

  • red value is 97;
  • green value is 150;
  • blue value is 132.
RGB:
(97,150,132)
(38%,59%,52%)

RGB channels and saturation

R 97 of 255 = 38%
G 150 of 255 = 59%
B 132 of 255 = 52%

97
150
132

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

Portions of RGB colors in percentages

R + G + B =
97 + 150 + 132 = 379 (100%)
R 97 of 379 ~ 25.59%
G 150 of 379 ~ 39.58%
B 132 of 379 ~ 34.83%

%25.59
%39.58
%34.83

CMYK color model

#619684 color CMYK value is (35,0,12,41).

  • cyan value is 35.33%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 41.18%
CMYK:
(35,0,12,41)
C35M0Y12K41 
(35%,0%,12%,41%)
(0.35/0.00/0.12/0.41)	

CMYK percentages

%35.33
%0
%12
%41.18

Codes

Color #619684 in popluar color models

619684
RGB97150132
HSL160°21.46%48.43%
HSB/HSV160°35.33%58.82%
CMYK35.33%0.00%12.00%
41.18%

Color #619684 in popluar number systems.

HEX619684
Decimal97150132
Binary11000011001011010000100
Octal141226204

Shades and tints

Shades of #619684

#619684
(97,150,132)
#598978
(89,137,120)
#517C6C
(81,124,108)
#496F60
(73,111,96)
#416254
(65,98,84)
#395548
(57,85,72)
#31483C
(49,72,60)
#293B30
(41,59,48)
#212E24
(33,46,36)
#192118
(25,33,24)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #619684

#619684
(97,150,132)
#6F9F8F
(111,159,143)
#7DA89A
(125,168,154)
#8BB1A5
(139,177,165)
#99BAB0
(153,186,176)
#A7C3BB
(167,195,187)
#B5CCC6
(181,204,198)
#C3D5D1
(195,213,209)
#D1DEDC
(209,222,220)
#DFE7E7
(223,231,231)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619684 color. Also use rgb(97,150,132) instead hex code.

Text Font Color

.myTextColor { color: #619684; }

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

This text font color is #619684.


Background Color

.myBgColor { background-color: #619684; }

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

This div background color is #619684.


Border color

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

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

This div border color is #619684.


Opacity

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

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

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

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

This text has shadow with #619684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619684 on black background.


Color preview on white background

This text has color #619684 on white background.



Black color preview on #619684 background

This text has black color on #619684 background.


White color preview on #619684 background

This text has white color on #619684 background.