COLOR #618E79

HEX: #618E79
RGB: (97,142,121)

Color info

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

RGB color model

#618E79 color RGB value is (97,142,121).

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

RGB channels and saturation

R 97 of 255 = 38%
G 142 of 255 = 56%
B 121 of 255 = 47%

97
142
121

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

Portions of RGB colors in percentages

R + G + B =
97 + 142 + 121 = 360 (100%)
R 97 of 360 ~ 26.94%
G 142 of 360 ~ 39.44%
B 121 of 360 ~ 33.61%

%26.94
%39.44
%33.61

CMYK color model

#618E79 color CMYK value is (32,0,15,44).

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 44.31%
CMYK:
(32,0,15,44)
C32M0Y15K44 
(32%,0%,15%,44%)
(0.32/0.00/0.15/0.44)	

CMYK percentages

%31.69
%0
%14.79
%44.31

Codes

Color #618E79 in popluar color models

618E79
RGB97142121
HSL152°18.83%46.86%
HSB/HSV152°31.69%55.69%
CMYK31.69%0.00%14.79%
44.31%

Color #618E79 in popluar number systems.

HEX618E79
Decimal97142121
Binary1100001100011101111001
Octal141216171

Shades and tints

Shades of #618E79

#618E79
(97,142,121)
#59826E
(89,130,110)
#517663
(81,118,99)
#496A58
(73,106,88)
#415E4D
(65,94,77)
#395242
(57,82,66)
#314637
(49,70,55)
#293A2C
(41,58,44)
#212E21
(33,46,33)
#192216
(25,34,22)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #618E79

#618E79
(97,142,121)
#6F9885
(111,152,133)
#7DA291
(125,162,145)
#8BAC9D
(139,172,157)
#99B6A9
(153,182,169)
#A7C0B5
(167,192,181)
#B5CAC1
(181,202,193)
#C3D4CD
(195,212,205)
#D1DED9
(209,222,217)
#DFE8E5
(223,232,229)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618E79; }

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

This text font color is #618E79.


Background Color

.myBgColor { background-color: #618E79; }

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

This div background color is #618E79.


Border color

.myBorderColor { border: 1px solid #618E79; }

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

This div border color is #618E79.


Opacity

.myOpacity80 { color: #618E79; opacity: 0.8; }

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

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

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

This text has shadow with #618E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618E79 on black background.


Color preview on white background

This text has color #618E79 on white background.



Black color preview on #618E79 background

This text has black color on #618E79 background.


White color preview on #618E79 background

This text has white color on #618E79 background.