COLOR #618970

HEX: #618970
RGB: (97,137,112)

Color info

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

RGB color model

#618970 color RGB value is (97,137,112).

  • red value is 97;
  • green value is 137;
  • blue value is 112.
RGB:
(97,137,112)
(38%,54%,44%)

RGB channels and saturation

R 97 of 255 = 38%
G 137 of 255 = 54%
B 112 of 255 = 44%

97
137
112

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

Portions of RGB colors in percentages

R + G + B =
97 + 137 + 112 = 346 (100%)
R 97 of 346 ~ 28.03%
G 137 of 346 ~ 39.6%
B 112 of 346 ~ 32.37%

%28.03
%39.6
%32.37

CMYK color model

#618970 color CMYK value is (29,0,18,46).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 46.27%
CMYK:
(29,0,18,46)
C29M0Y18K46 
(29%,0%,18%,46%)
(0.29/0.00/0.18/0.46)	

CMYK percentages

%29.2
%0
%18.25
%46.27

Codes

Color #618970 in popluar color models

618970
RGB97137112
HSL143°17.09%45.88%
HSB/HSV143°29.20%53.73%
CMYK29.20%0.00%18.25%
46.27%

Color #618970 in popluar number systems.

HEX618970
Decimal97137112
Binary1100001100010011110000
Octal141211160

Shades and tints

Shades of #618970

#618970
(97,137,112)
#597D66
(89,125,102)
#51715C
(81,113,92)
#496552
(73,101,82)
#415948
(65,89,72)
#394D3E
(57,77,62)
#314134
(49,65,52)
#29352A
(41,53,42)
#212920
(33,41,32)
#191D16
(25,29,22)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #618970

#618970
(97,137,112)
#6F937D
(111,147,125)
#7D9D8A
(125,157,138)
#8BA797
(139,167,151)
#99B1A4
(153,177,164)
#A7BBB1
(167,187,177)
#B5C5BE
(181,197,190)
#C3CFCB
(195,207,203)
#D1D9D8
(209,217,216)
#DFE3E5
(223,227,229)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618970 color. Also use rgb(97,137,112) instead hex code.

Text Font Color

.myTextColor { color: #618970; }

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

This text font color is #618970.


Background Color

.myBgColor { background-color: #618970; }

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

This div background color is #618970.


Border color

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

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

This div border color is #618970.


Opacity

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

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

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

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

This text has shadow with #618970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618970 on black background.


Color preview on white background

This text has color #618970 on white background.



Black color preview on #618970 background

This text has black color on #618970 background.


White color preview on #618970 background

This text has white color on #618970 background.