COLOR #619540

HEX: #619540
RGB: (97,149,64)

Color info

#619540 contains mainly red and green colors. Web safe color of #619540 is #669933 (or #693).

RGB color model

#619540 color RGB value is (97,149,64).

  • red value is 97;
  • green value is 149;
  • blue value is 64.
RGB:
(97,149,64)
(38%,58%,25%)

RGB channels and saturation

R 97 of 255 = 38%
G 149 of 255 = 58%
B 64 of 255 = 25%

97
149
64

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

Portions of RGB colors in percentages

R + G + B =
97 + 149 + 64 = 310 (100%)
R 97 of 310 ~ 31.29%
G 149 of 310 ~ 48.06%
B 64 of 310 ~ 20.65%

%31.29
%48.06
%20.65

CMYK color model

#619540 color CMYK value is (35,0,57,42).

  • cyan value is 34.90%
  • magenta value is 0.00%
  • yellow value is 57.05%
  • key color value is 41.57%
CMYK:
(35,0,57,42)
C35M0Y57K42 
(35%,0%,57%,42%)
(0.35/0.00/0.57/0.42)	

CMYK percentages

%34.9
%0
%57.05
%41.57

Codes

Color #619540 in popluar color models

619540
RGB9714964
HSL97°39.91%41.76%
HSB/HSV97°57.05%58.43%
CMYK34.90%0.00%57.05%
41.57%

Color #619540 in popluar number systems.

HEX619540
Decimal9714964
Binary1100001100101011000000
Octal141225100

Shades and tints

Shades of #619540

#619540
(97,149,64)
#59883B
(89,136,59)
#517B36
(81,123,54)
#496E31
(73,110,49)
#41612C
(65,97,44)
#395427
(57,84,39)
#314722
(49,71,34)
#293A1D
(41,58,29)
#212D18
(33,45,24)
#192013
(25,32,19)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #619540

#619540
(97,149,64)
#6F9E51
(111,158,81)
#7DA762
(125,167,98)
#8BB073
(139,176,115)
#99B984
(153,185,132)
#A7C295
(167,194,149)
#B5CBA6
(181,203,166)
#C3D4B7
(195,212,183)
#D1DDC8
(209,221,200)
#DFE6D9
(223,230,217)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619540 color. Also use rgb(97,149,64) instead hex code.

Text Font Color

.myTextColor { color: #619540; }

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

This text font color is #619540.


Background Color

.myBgColor { background-color: #619540; }

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

This div background color is #619540.


Border color

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

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

This div border color is #619540.


Opacity

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

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

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

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

This text has shadow with #619540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619540 on black background.


Color preview on white background

This text has color #619540 on white background.



Black color preview on #619540 background

This text has black color on #619540 background.


White color preview on #619540 background

This text has white color on #619540 background.