COLOR #618979

HEX: #618979
RGB: (97,137,121)

Color info

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

RGB color model

#618979 color RGB value is (97,137,121).

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

RGB channels and saturation

R 97 of 255 = 38%
G 137 of 255 = 54%
B 121 of 255 = 47%

97
137
121

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

Portions of RGB colors in percentages

R + G + B =
97 + 137 + 121 = 355 (100%)
R 97 of 355 ~ 27.32%
G 137 of 355 ~ 38.59%
B 121 of 355 ~ 34.08%

%27.32
%38.59
%34.08

CMYK color model

#618979 color CMYK value is (29,0,12,46).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 11.68%
  • key color value is 46.27%
CMYK:
(29,0,12,46)
C29M0Y12K46 
(29%,0%,12%,46%)
(0.29/0.00/0.12/0.46)	

CMYK percentages

%29.2
%0
%11.68
%46.27

Codes

Color #618979 in popluar color models

618979
RGB97137121
HSL156°17.09%45.88%
HSB/HSV156°29.20%53.73%
CMYK29.20%0.00%11.68%
46.27%

Color #618979 in popluar number systems.

HEX618979
Decimal97137121
Binary1100001100010011111001
Octal141211171

Shades and tints

Shades of #618979

#618979
(97,137,121)
#597D6E
(89,125,110)
#517163
(81,113,99)
#496558
(73,101,88)
#41594D
(65,89,77)
#394D42
(57,77,66)
#314137
(49,65,55)
#29352C
(41,53,44)
#212921
(33,41,33)
#191D16
(25,29,22)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #618979

#618979
(97,137,121)
#6F9385
(111,147,133)
#7D9D91
(125,157,145)
#8BA79D
(139,167,157)
#99B1A9
(153,177,169)
#A7BBB5
(167,187,181)
#B5C5C1
(181,197,193)
#C3CFCD
(195,207,205)
#D1D9D9
(209,217,217)
#DFE3E5
(223,227,229)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618979; }

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

This text font color is #618979.


Background Color

.myBgColor { background-color: #618979; }

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

This div background color is #618979.


Border color

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

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

This div border color is #618979.


Opacity

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

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

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

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

This text has shadow with #618979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618979 on black background.


Color preview on white background

This text has color #618979 on white background.



Black color preview on #618979 background

This text has black color on #618979 background.


White color preview on #618979 background

This text has white color on #618979 background.