COLOR #619F48

HEX: #619F48
RGB: (97,159,72)

Color info

#619F48 contains mainly green color. Web safe color of #619F48 is #669933 (or #693).

RGB color model

#619F48 color RGB value is (97,159,72).

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

RGB channels and saturation

R 97 of 255 = 38%
G 159 of 255 = 62%
B 72 of 255 = 28%

97
159
72

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

Portions of RGB colors in percentages

R + G + B =
97 + 159 + 72 = 328 (100%)
R 97 of 328 ~ 29.57%
G 159 of 328 ~ 48.48%
B 72 of 328 ~ 21.95%

%29.57
%48.48
%21.95

CMYK color model

#619F48 color CMYK value is (39,0,55,38).

  • cyan value is 38.99%
  • magenta value is 0.00%
  • yellow value is 54.72%
  • key color value is 37.65%
CMYK:
(39,0,55,38)
C39M0Y55K38 
(39%,0%,55%,38%)
(0.39/0.00/0.55/0.38)	

CMYK percentages

%38.99
%0
%54.72
%37.65

Codes

Color #619F48 in popluar color models

619F48
RGB9715972
HSL103°37.66%45.29%
HSB/HSV103°54.72%62.35%
CMYK38.99%0.00%54.72%
37.65%

Color #619F48 in popluar number systems.

HEX619F48
Decimal9715972
Binary1100001100111111001000
Octal141237110

Shades and tints

Shades of #619F48

#619F48
(97,159,72)
#599142
(89,145,66)
#51833C
(81,131,60)
#497536
(73,117,54)
#416730
(65,103,48)
#39592A
(57,89,42)
#314B24
(49,75,36)
#293D1E
(41,61,30)
#212F18
(33,47,24)
#192112
(25,33,18)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #619F48

#619F48
(97,159,72)
#6FA758
(111,167,88)
#7DAF68
(125,175,104)
#8BB778
(139,183,120)
#99BF88
(153,191,136)
#A7C798
(167,199,152)
#B5CFA8
(181,207,168)
#C3D7B8
(195,215,184)
#D1DFC8
(209,223,200)
#DFE7D8
(223,231,216)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #619F48; }

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

This text font color is #619F48.


Background Color

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

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

This div background color is #619F48.


Border color

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

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

This div border color is #619F48.


Opacity

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

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

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

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

This text has shadow with #619F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619F48 on black background.


Color preview on white background

This text has color #619F48 on white background.



Black color preview on #619F48 background

This text has black color on #619F48 background.


White color preview on #619F48 background

This text has white color on #619F48 background.