COLOR #619296

HEX: #619296
RGB: (97,146,150)

Color info

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

RGB color model

#619296 color RGB value is (97,146,150).

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

RGB channels and saturation

R 97 of 255 = 38%
G 146 of 255 = 57%
B 150 of 255 = 59%

97
146
150

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

Portions of RGB colors in percentages

R + G + B =
97 + 146 + 150 = 393 (100%)
R 97 of 393 ~ 24.68%
G 146 of 393 ~ 37.15%
B 150 of 393 ~ 38.17%

%24.68
%37.15
%38.17

CMYK color model

#619296 color CMYK value is (35,3,0,41).

  • cyan value is 35.33%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(35,3,0,41)
C35M3Y0K41 
(35%,3%,0%,41%)
(0.35/0.03/0.00/0.41)	

CMYK percentages

%35.33
%2.67
%0
%41.18

Codes

Color #619296 in popluar color models

619296
RGB97146150
HSL185°21.46%48.43%
HSB/HSV185°35.33%58.82%
CMYK35.33%2.67%0.00%
41.18%

Color #619296 in popluar number systems.

HEX619296
Decimal97146150
Binary11000011001001010010110
Octal141222226

Shades and tints

Shades of #619296

#619296
(97,146,150)
#598589
(89,133,137)
#51787C
(81,120,124)
#496B6F
(73,107,111)
#415E62
(65,94,98)
#395155
(57,81,85)
#314448
(49,68,72)
#29373B
(41,55,59)
#212A2E
(33,42,46)
#191D21
(25,29,33)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #619296

#619296
(97,146,150)
#6F9B9F
(111,155,159)
#7DA4A8
(125,164,168)
#8BADB1
(139,173,177)
#99B6BA
(153,182,186)
#A7BFC3
(167,191,195)
#B5C8CC
(181,200,204)
#C3D1D5
(195,209,213)
#D1DADE
(209,218,222)
#DFE3E7
(223,227,231)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #619296; }

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

This text font color is #619296.


Background Color

.myBgColor { background-color: #619296; }

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

This div background color is #619296.


Border color

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

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

This div border color is #619296.


Opacity

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

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

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

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

This text has shadow with #619296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619296 on black background.


Color preview on white background

This text has color #619296 on white background.



Black color preview on #619296 background

This text has black color on #619296 background.


White color preview on #619296 background

This text has white color on #619296 background.