COLOR #619D1F

HEX: #619D1F RGB: (97,157,31)

Color info

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

RGB color model

#619D1F color RGB value is (97,157,31).

RGB: (97,157,31) (38%, 62%, 12%)

RGB channels and saturation

R 97 of 255 = 38%
G 157 of 255 = 62%
B 31 of 255 = 12%

97
157
31

R + G + B ~ 37%. #619D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 157 + 31 = 285 (100%)
R 97 of 285 ~ 34.04%
G 157 of 285 ~ 55.09%
B 31 of 285 ~ 10.88'%

%34.04
%55.09
%10.88

CMYK color model

#619D1F color CMYK value is (38,0,80,38).

  • cyan value is 38.22%
  • magenta value is 0.00%
  • yellow value is 80.25%
  • key color value is 38.43%

CMYK: (38,0,80,38)
C38M0Y80K38 (38%, 0%, 80%, 38%)
(0.38 / 0.00 / 0.80 / 0.38)

CMYK percentages

%38.22
%0
%80.25
%38.43

Codes

Color #619D1F in popluar color models

61 9D 1F
RGB 97 157 31
HSL 89° 67.02% 36.86%
HSB/HSV 89° 80.25% 61.57%
CMYK 38.22% 0.00% 80.25%
38.43%

Color #619D1F in popluar number systems.

HEX 61 9D 1F
Decimal 97 157 31
Binary 1100001 10011101 11111
Octal 141 235 37

Shades and tints

Shades of #619D1F

#619D1F
(97,157,31)
#598F1D
(89,143,29)
#51811B
(81,129,27)
#497319
(73,115,25)
#416517
(65,101,23)
#395715
(57,87,21)
#314913
(49,73,19)
#293B11
(41,59,17)
#212D0F
(33,45,15)
#191F0D
(25,31,13)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #619D1F

#619D1F
(97,157,31)
#6FA533
(111,165,51)
#7DAD47
(125,173,71)
#8BB55B
(139,181,91)
#99BD6F
(153,189,111)
#A7C583
(167,197,131)
#B5CD97
(181,205,151)
#C3D5AB
(195,213,171)
#D1DDBF
(209,221,191)
#DFE5D3
(223,229,211)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619D1F color. Also use rgb(97,157,31) instead hex code.

Text Font Color

.myTextColor { color: #619D1F; }

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

This text font color is #619D1F.

Background Color

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

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

This div background color is #619D1F.

Border color

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

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

This div border color is #619D1F.

Opacity

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

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

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

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

This text has shadow with #619D1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #619D1F.

Preview

Color preview on black background

This text has color #619D1F on black background.


Color preview on white background

This text has color #619D1F on white background.


Black color preview on #619D1F background

This text has black color on #619D1F background.


White color preview on #619D1F background

This text has white color on #619D1F background.


Related colors

Complementary color

Complementary color for #hex is #9E62E0.


I love getcolorcode.com

Triadic colors

1 #1F619D and #9D1F61 with #619D1F are triadic colors.

2 #1F9D61 and #9D611F with #619D1F are triadic colors.