COLOR #619A50

HEX: #619A50
RGB: (97,154,80)

Color info

#619A50 contains mainly red and green colors. Web safe color of #619A50 is #669966 (or #696).

RGB color model

#619A50 color RGB value is (97,154,80).

  • red value is 97;
  • green value is 154;
  • blue value is 80.
RGB:
(97,154,80)
(38%,60%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 154 of 255 = 60%
B 80 of 255 = 31%

97
154
80

R + G + B ~ 43%. #619A50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 154 + 80 = 331 (100%)
R 97 of 331 ~ 29.31%
G 154 of 331 ~ 46.53%
B 80 of 331 ~ 24.17%

%29.31
%46.53
%24.17

CMYK color model

#619A50 color CMYK value is (37,0,48,40).

  • cyan value is 37.01%
  • magenta value is 0.00%
  • yellow value is 48.05%
  • key color value is 39.61%
CMYK:
(37,0,48,40)
C37M0Y48K40 
(37%,0%,48%,40%)
(0.37/0.00/0.48/0.40)	

CMYK percentages

%37.01
%0
%48.05
%39.61

Codes

Color #619A50 in popluar color models

619A50
RGB9715480
HSL106°31.62%45.88%
HSB/HSV106°48.05%60.39%
CMYK37.01%0.00%48.05%
39.61%

Color #619A50 in popluar number systems.

HEX619A50
Decimal9715480
Binary1100001100110101010000
Octal141232120

Shades and tints

Shades of #619A50

#619A50
(97,154,80)
#598C49
(89,140,73)
#517E42
(81,126,66)
#49703B
(73,112,59)
#416234
(65,98,52)
#39542D
(57,84,45)
#314626
(49,70,38)
#29381F
(41,56,31)
#212A18
(33,42,24)
#191C11
(25,28,17)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #619A50

#619A50
(97,154,80)
#6FA35F
(111,163,95)
#7DAC6E
(125,172,110)
#8BB57D
(139,181,125)
#99BE8C
(153,190,140)
#A7C79B
(167,199,155)
#B5D0AA
(181,208,170)
#C3D9B9
(195,217,185)
#D1E2C8
(209,226,200)
#DFEBD7
(223,235,215)
#EDF4E6
(237,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619A50 color. Also use rgb(97,154,80) instead hex code.

Text Font Color

.myTextColor { color: #619A50; }

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

This text font color is #619A50.


Background Color

.myBgColor { background-color: #619A50; }

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

This div background color is #619A50.


Border color

.myBorderColor { border: 1px solid #619A50; }

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

This div border color is #619A50.


Opacity

.myOpacity80 { color: #619A50; opacity: 0.8; }

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

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

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

This text has shadow with #619A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619A50 on black background.


Color preview on white background

This text has color #619A50 on white background.



Black color preview on #619A50 background

This text has black color on #619A50 background.


White color preview on #619A50 background

This text has white color on #619A50 background.