COLOR #619D51

HEX: #619D51
RGB: (97,157,81)

Color info

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

RGB color model

#619D51 color RGB value is (97,157,81).

  • red value is 97;
  • green value is 157;
  • blue value is 81.
RGB:
(97,157,81)
(38%,62%,32%)

RGB channels and saturation

R 97 of 255 = 38%
G 157 of 255 = 62%
B 81 of 255 = 32%

97
157
81

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

Portions of RGB colors in percentages

R + G + B =
97 + 157 + 81 = 335 (100%)
R 97 of 335 ~ 28.96%
G 157 of 335 ~ 46.87%
B 81 of 335 ~ 24.18%

%28.96
%46.87
%24.18

CMYK color model

#619D51 color CMYK value is (38,0,48,38).

  • cyan value is 38.22%
  • magenta value is 0.00%
  • yellow value is 48.41%
  • key color value is 38.43%
CMYK:
(38,0,48,38)
C38M0Y48K38 
(38%,0%,48%,38%)
(0.38/0.00/0.48/0.38)	

CMYK percentages

%38.22
%0
%48.41
%38.43

Codes

Color #619D51 in popluar color models

619D51
RGB9715781
HSL107°31.93%46.67%
HSB/HSV107°48.41%61.57%
CMYK38.22%0.00%48.41%
38.43%

Color #619D51 in popluar number systems.

HEX619D51
Decimal9715781
Binary1100001100111011010001
Octal141235121

Shades and tints

Shades of #619D51

#619D51
(97,157,81)
#598F4A
(89,143,74)
#518143
(81,129,67)
#49733C
(73,115,60)
#416535
(65,101,53)
#39572E
(57,87,46)
#314927
(49,73,39)
#293B20
(41,59,32)
#212D19
(33,45,25)
#191F12
(25,31,18)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #619D51

#619D51
(97,157,81)
#6FA560
(111,165,96)
#7DAD6F
(125,173,111)
#8BB57E
(139,181,126)
#99BD8D
(153,189,141)
#A7C59C
(167,197,156)
#B5CDAB
(181,205,171)
#C3D5BA
(195,213,186)
#D1DDC9
(209,221,201)
#DFE5D8
(223,229,216)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #619D51; }

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

This text font color is #619D51.


Background Color

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

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

This div background color is #619D51.


Border color

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

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

This div border color is #619D51.


Opacity

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

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

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

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

This text has shadow with #619D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619D51 on black background.


Color preview on white background

This text has color #619D51 on white background.



Black color preview on #619D51 background

This text has black color on #619D51 background.


White color preview on #619D51 background

This text has white color on #619D51 background.