COLOR #619A58

HEX: #619A58
RGB: (97,154,88)

Color info

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

RGB color model

#619A58 color RGB value is (97,154,88).

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

RGB channels and saturation

R 97 of 255 = 38%
G 154 of 255 = 60%
B 88 of 255 = 35%

97
154
88

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

Portions of RGB colors in percentages

R + G + B =
97 + 154 + 88 = 339 (100%)
R 97 of 339 ~ 28.61%
G 154 of 339 ~ 45.43%
B 88 of 339 ~ 25.96%

%28.61
%45.43
%25.96

CMYK color model

#619A58 color CMYK value is (37,0,43,40).

  • cyan value is 37.01%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 39.61%
CMYK:
(37,0,43,40)
C37M0Y43K40 
(37%,0%,43%,40%)
(0.37/0.00/0.43/0.40)	

CMYK percentages

%37.01
%0
%42.86
%39.61

Codes

Color #619A58 in popluar color models

619A58
RGB9715488
HSL112°27.27%47.45%
HSB/HSV112°42.86%60.39%
CMYK37.01%0.00%42.86%
39.61%

Color #619A58 in popluar number systems.

HEX619A58
Decimal9715488
Binary1100001100110101011000
Octal141232130

Shades and tints

Shades of #619A58

#619A58
(97,154,88)
#598C50
(89,140,80)
#517E48
(81,126,72)
#497040
(73,112,64)
#416238
(65,98,56)
#395430
(57,84,48)
#314628
(49,70,40)
#293820
(41,56,32)
#212A18
(33,42,24)
#191C10
(25,28,16)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #619A58

#619A58
(97,154,88)
#6FA367
(111,163,103)
#7DAC76
(125,172,118)
#8BB585
(139,181,133)
#99BE94
(153,190,148)
#A7C7A3
(167,199,163)
#B5D0B2
(181,208,178)
#C3D9C1
(195,217,193)
#D1E2D0
(209,226,208)
#DFEBDF
(223,235,223)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #619A58; }

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

This text font color is #619A58.


Background Color

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

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

This div background color is #619A58.


Border color

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

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

This div border color is #619A58.


Opacity

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

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

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

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

This text has shadow with #619A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619A58 on black background.


Color preview on white background

This text has color #619A58 on white background.



Black color preview on #619A58 background

This text has black color on #619A58 background.


White color preview on #619A58 background

This text has white color on #619A58 background.