COLOR #619888

HEX: #619888
RGB: (97,152,136)

Color info

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

RGB color model

#619888 color RGB value is (97,152,136).

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

RGB channels and saturation

R 97 of 255 = 38%
G 152 of 255 = 60%
B 136 of 255 = 53%

97
152
136

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

Portions of RGB colors in percentages

R + G + B =
97 + 152 + 136 = 385 (100%)
R 97 of 385 ~ 25.19%
G 152 of 385 ~ 39.48%
B 136 of 385 ~ 35.32%

%25.19
%39.48
%35.32

CMYK color model

#619888 color CMYK value is (36,0,11,40).

  • cyan value is 36.18%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(36,0,11,40)
C36M0Y11K40 
(36%,0%,11%,40%)
(0.36/0.00/0.11/0.40)	

CMYK percentages

%36.18
%0
%10.53
%40.39

Codes

Color #619888 in popluar color models

619888
RGB97152136
HSL163°22.09%48.82%
HSB/HSV163°36.18%59.61%
CMYK36.18%0.00%10.53%
40.39%

Color #619888 in popluar number systems.

HEX619888
Decimal97152136
Binary11000011001100010001000
Octal141230210

Shades and tints

Shades of #619888

#619888
(97,152,136)
#598B7C
(89,139,124)
#517E70
(81,126,112)
#497164
(73,113,100)
#416458
(65,100,88)
#39574C
(57,87,76)
#314A40
(49,74,64)
#293D34
(41,61,52)
#213028
(33,48,40)
#19231C
(25,35,28)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #619888

#619888
(97,152,136)
#6FA192
(111,161,146)
#7DAA9C
(125,170,156)
#8BB3A6
(139,179,166)
#99BCB0
(153,188,176)
#A7C5BA
(167,197,186)
#B5CEC4
(181,206,196)
#C3D7CE
(195,215,206)
#D1E0D8
(209,224,216)
#DFE9E2
(223,233,226)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619888 color. Also use rgb(97,152,136) instead hex code.

Text Font Color

.myTextColor { color: #619888; }

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

This text font color is #619888.


Background Color

.myBgColor { background-color: #619888; }

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

This div background color is #619888.


Border color

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

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

This div border color is #619888.


Opacity

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

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

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

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

This text has shadow with #619888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619888 on black background.


Color preview on white background

This text has color #619888 on white background.



Black color preview on #619888 background

This text has black color on #619888 background.


White color preview on #619888 background

This text has white color on #619888 background.