COLOR #619892

HEX: #619892
RGB: (97,152,146)

Color info

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

RGB color model

#619892 color RGB value is (97,152,146).

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

RGB channels and saturation

R 97 of 255 = 38%
G 152 of 255 = 60%
B 146 of 255 = 57%

97
152
146

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

Portions of RGB colors in percentages

R + G + B =
97 + 152 + 146 = 395 (100%)
R 97 of 395 ~ 24.56%
G 152 of 395 ~ 38.48%
B 146 of 395 ~ 36.96%

%24.56
%38.48
%36.96

CMYK color model

#619892 color CMYK value is (36,0,4,40).

  • cyan value is 36.18%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 40.39%
CMYK:
(36,0,4,40)
C36M0Y4K40 
(36%,0%,4%,40%)
(0.36/0.00/0.04/0.40)	

CMYK percentages

%36.18
%0
%3.95
%40.39

Codes

Color #619892 in popluar color models

619892
RGB97152146
HSL173°22.09%48.82%
HSB/HSV173°36.18%59.61%
CMYK36.18%0.00%3.95%
40.39%

Color #619892 in popluar number systems.

HEX619892
Decimal97152146
Binary11000011001100010010010
Octal141230222

Shades and tints

Shades of #619892

#619892
(97,152,146)
#598B85
(89,139,133)
#517E78
(81,126,120)
#49716B
(73,113,107)
#41645E
(65,100,94)
#395751
(57,87,81)
#314A44
(49,74,68)
#293D37
(41,61,55)
#21302A
(33,48,42)
#19231D
(25,35,29)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #619892

#619892
(97,152,146)
#6FA19B
(111,161,155)
#7DAAA4
(125,170,164)
#8BB3AD
(139,179,173)
#99BCB6
(153,188,182)
#A7C5BF
(167,197,191)
#B5CEC8
(181,206,200)
#C3D7D1
(195,215,209)
#D1E0DA
(209,224,218)
#DFE9E3
(223,233,227)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #619892; }

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

This text font color is #619892.


Background Color

.myBgColor { background-color: #619892; }

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

This div background color is #619892.


Border color

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

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

This div border color is #619892.


Opacity

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

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

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

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

This text has shadow with #619892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619892 on black background.


Color preview on white background

This text has color #619892 on white background.



Black color preview on #619892 background

This text has black color on #619892 background.


White color preview on #619892 background

This text has white color on #619892 background.