COLOR #619372

HEX: #619372
RGB: (97,147,114)

Color info

#619372 contains red, green and blue colors in about the same proportion. Web safe color of #619372 is #669966 (or #696).

RGB color model

#619372 color RGB value is (97,147,114).

  • red value is 97;
  • green value is 147;
  • blue value is 114.
RGB:
(97,147,114)
(38%,58%,45%)

RGB channels and saturation

R 97 of 255 = 38%
G 147 of 255 = 58%
B 114 of 255 = 45%

97
147
114

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

Portions of RGB colors in percentages

R + G + B =
97 + 147 + 114 = 358 (100%)
R 97 of 358 ~ 27.09%
G 147 of 358 ~ 41.06%
B 114 of 358 ~ 31.84%

%27.09
%41.06
%31.84

CMYK color model

#619372 color CMYK value is (34,0,22,42).

  • cyan value is 34.01%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 42.35%
CMYK:
(34,0,22,42)
C34M0Y22K42 
(34%,0%,22%,42%)
(0.34/0.00/0.22/0.42)	

CMYK percentages

%34.01
%0
%22.45
%42.35

Codes

Color #619372 in popluar color models

619372
RGB97147114
HSL140°20.49%47.84%
HSB/HSV140°34.01%57.65%
CMYK34.01%0.00%22.45%
42.35%

Color #619372 in popluar number systems.

HEX619372
Decimal97147114
Binary1100001100100111110010
Octal141223162

Shades and tints

Shades of #619372

#619372
(97,147,114)
#598668
(89,134,104)
#51795E
(81,121,94)
#496C54
(73,108,84)
#415F4A
(65,95,74)
#395240
(57,82,64)
#314536
(49,69,54)
#29382C
(41,56,44)
#212B22
(33,43,34)
#191E18
(25,30,24)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #619372

#619372
(97,147,114)
#6F9C7E
(111,156,126)
#7DA58A
(125,165,138)
#8BAE96
(139,174,150)
#99B7A2
(153,183,162)
#A7C0AE
(167,192,174)
#B5C9BA
(181,201,186)
#C3D2C6
(195,210,198)
#D1DBD2
(209,219,210)
#DFE4DE
(223,228,222)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619372 color. Also use rgb(97,147,114) instead hex code.

Text Font Color

.myTextColor { color: #619372; }

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

This text font color is #619372.


Background Color

.myBgColor { background-color: #619372; }

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

This div background color is #619372.


Border color

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

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

This div border color is #619372.


Opacity

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

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

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

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

This text has shadow with #619372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619372 on black background.


Color preview on white background

This text has color #619372 on white background.



Black color preview on #619372 background

This text has black color on #619372 background.


White color preview on #619372 background

This text has white color on #619372 background.