COLOR #619C49

HEX: #619C49
RGB: (97,156,73)

Color info

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

RGB color model

#619C49 color RGB value is (97,156,73).

  • red value is 97;
  • green value is 156;
  • blue value is 73.
RGB:
(97,156,73)
(38%,61%,29%)

RGB channels and saturation

R 97 of 255 = 38%
G 156 of 255 = 61%
B 73 of 255 = 29%

97
156
73

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

Portions of RGB colors in percentages

R + G + B =
97 + 156 + 73 = 326 (100%)
R 97 of 326 ~ 29.75%
G 156 of 326 ~ 47.85%
B 73 of 326 ~ 22.39%

%29.75
%47.85
%22.39

CMYK color model

#619C49 color CMYK value is (38,0,53,39).

  • cyan value is 37.82%
  • magenta value is 0.00%
  • yellow value is 53.21%
  • key color value is 38.82%
CMYK:
(38,0,53,39)
C38M0Y53K39 
(38%,0%,53%,39%)
(0.38/0.00/0.53/0.39)	

CMYK percentages

%37.82
%0
%53.21
%38.82

Codes

Color #619C49 in popluar color models

619C49
RGB9715673
HSL103°36.24%44.90%
HSB/HSV103°53.21%61.18%
CMYK37.82%0.00%53.21%
38.82%

Color #619C49 in popluar number systems.

HEX619C49
Decimal9715673
Binary1100001100111001001001
Octal141234111

Shades and tints

Shades of #619C49

#619C49
(97,156,73)
#598E43
(89,142,67)
#51803D
(81,128,61)
#497237
(73,114,55)
#416431
(65,100,49)
#39562B
(57,86,43)
#314825
(49,72,37)
#293A1F
(41,58,31)
#212C19
(33,44,25)
#191E13
(25,30,19)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #619C49

#619C49
(97,156,73)
#6FA559
(111,165,89)
#7DAE69
(125,174,105)
#8BB779
(139,183,121)
#99C089
(153,192,137)
#A7C999
(167,201,153)
#B5D2A9
(181,210,169)
#C3DBB9
(195,219,185)
#D1E4C9
(209,228,201)
#DFEDD9
(223,237,217)
#EDF6E9
(237,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619C49 color. Also use rgb(97,156,73) instead hex code.

Text Font Color

.myTextColor { color: #619C49; }

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

This text font color is #619C49.


Background Color

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

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

This div background color is #619C49.


Border color

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

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

This div border color is #619C49.


Opacity

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

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

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

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

This text has shadow with #619C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619C49 on black background.


Color preview on white background

This text has color #619C49 on white background.



Black color preview on #619C49 background

This text has black color on #619C49 background.


White color preview on #619C49 background

This text has white color on #619C49 background.