COLOR #619F57

HEX: #619F57
RGB: (97,159,87)

Color info

#619F57 contains mainly green color. Web safe color of #619F57 is #669966 (or #696).

RGB color model

#619F57 color RGB value is (97,159,87).

  • red value is 97;
  • green value is 159;
  • blue value is 87.
RGB:
(97,159,87)
(38%,62%,34%)

RGB channels and saturation

R 97 of 255 = 38%
G 159 of 255 = 62%
B 87 of 255 = 34%

97
159
87

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

Portions of RGB colors in percentages

R + G + B =
97 + 159 + 87 = 343 (100%)
R 97 of 343 ~ 28.28%
G 159 of 343 ~ 46.36%
B 87 of 343 ~ 25.36%

%28.28
%46.36
%25.36

CMYK color model

#619F57 color CMYK value is (39,0,45,38).

  • cyan value is 38.99%
  • magenta value is 0.00%
  • yellow value is 45.28%
  • key color value is 37.65%
CMYK:
(39,0,45,38)
C39M0Y45K38 
(39%,0%,45%,38%)
(0.39/0.00/0.45/0.38)	

CMYK percentages

%38.99
%0
%45.28
%37.65

Codes

Color #619F57 in popluar color models

619F57
RGB9715987
HSL112°29.27%48.24%
HSB/HSV112°45.28%62.35%
CMYK38.99%0.00%45.28%
37.65%

Color #619F57 in popluar number systems.

HEX619F57
Decimal9715987
Binary1100001100111111010111
Octal141237127

Shades and tints

Shades of #619F57

#619F57
(97,159,87)
#599150
(89,145,80)
#518349
(81,131,73)
#497542
(73,117,66)
#41673B
(65,103,59)
#395934
(57,89,52)
#314B2D
(49,75,45)
#293D26
(41,61,38)
#212F1F
(33,47,31)
#192118
(25,33,24)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #619F57

#619F57
(97,159,87)
#6FA766
(111,167,102)
#7DAF75
(125,175,117)
#8BB784
(139,183,132)
#99BF93
(153,191,147)
#A7C7A2
(167,199,162)
#B5CFB1
(181,207,177)
#C3D7C0
(195,215,192)
#D1DFCF
(209,223,207)
#DFE7DE
(223,231,222)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619F57 color. Also use rgb(97,159,87) instead hex code.

Text Font Color

.myTextColor { color: #619F57; }

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

This text font color is #619F57.


Background Color

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

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

This div background color is #619F57.


Border color

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

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

This div border color is #619F57.


Opacity

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

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

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

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

This text has shadow with #619F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619F57 on black background.


Color preview on white background

This text has color #619F57 on white background.



Black color preview on #619F57 background

This text has black color on #619F57 background.


White color preview on #619F57 background

This text has white color on #619F57 background.