COLOR #619076

HEX: #619076
RGB: (97,144,118)

Color info

#619076 contains red, green and blue colors in about the same proportion. Web safe color of #619076 is #669966 (or #696).

RGB color model

#619076 color RGB value is (97,144,118).

  • red value is 97;
  • green value is 144;
  • blue value is 118.
RGB:
(97,144,118)
(38%,56%,46%)

RGB channels and saturation

R 97 of 255 = 38%
G 144 of 255 = 56%
B 118 of 255 = 46%

97
144
118

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

Portions of RGB colors in percentages

R + G + B =
97 + 144 + 118 = 359 (100%)
R 97 of 359 ~ 27.02%
G 144 of 359 ~ 40.11%
B 118 of 359 ~ 32.87%

%27.02
%40.11
%32.87

CMYK color model

#619076 color CMYK value is (33,0,18,44).

  • cyan value is 32.64%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 43.53%
CMYK:
(33,0,18,44)
C33M0Y18K44 
(33%,0%,18%,44%)
(0.33/0.00/0.18/0.44)	

CMYK percentages

%32.64
%0
%18.06
%43.53

Codes

Color #619076 in popluar color models

619076
RGB97144118
HSL147°19.50%47.25%
HSB/HSV147°32.64%56.47%
CMYK32.64%0.00%18.06%
43.53%

Color #619076 in popluar number systems.

HEX619076
Decimal97144118
Binary1100001100100001110110
Octal141220166

Shades and tints

Shades of #619076

#619076
(97,144,118)
#59836C
(89,131,108)
#517662
(81,118,98)
#496958
(73,105,88)
#415C4E
(65,92,78)
#394F44
(57,79,68)
#31423A
(49,66,58)
#293530
(41,53,48)
#212826
(33,40,38)
#191B1C
(25,27,28)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #619076

#619076
(97,144,118)
#6F9A82
(111,154,130)
#7DA48E
(125,164,142)
#8BAE9A
(139,174,154)
#99B8A6
(153,184,166)
#A7C2B2
(167,194,178)
#B5CCBE
(181,204,190)
#C3D6CA
(195,214,202)
#D1E0D6
(209,224,214)
#DFEAE2
(223,234,226)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619076 color. Also use rgb(97,144,118) instead hex code.

Text Font Color

.myTextColor { color: #619076; }

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

This text font color is #619076.


Background Color

.myBgColor { background-color: #619076; }

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

This div background color is #619076.


Border color

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

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

This div border color is #619076.


Opacity

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

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

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

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

This text has shadow with #619076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619076 on black background.


Color preview on white background

This text has color #619076 on white background.



Black color preview on #619076 background

This text has black color on #619076 background.


White color preview on #619076 background

This text has white color on #619076 background.