COLOR #618E7A

HEX: #618E7A
RGB: (97,142,122)

Color info

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

RGB color model

#618E7A color RGB value is (97,142,122).

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

RGB channels and saturation

R 97 of 255 = 38%
G 142 of 255 = 56%
B 122 of 255 = 48%

97
142
122

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

Portions of RGB colors in percentages

R + G + B =
97 + 142 + 122 = 361 (100%)
R 97 of 361 ~ 26.87%
G 142 of 361 ~ 39.34%
B 122 of 361 ~ 33.8%

%26.87
%39.34
%33.8

CMYK color model

#618E7A color CMYK value is (32,0,14,44).

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 44.31%
CMYK:
(32,0,14,44)
C32M0Y14K44 
(32%,0%,14%,44%)
(0.32/0.00/0.14/0.44)	

CMYK percentages

%31.69
%0
%14.08
%44.31

Codes

Color #618E7A in popluar color models

618E7A
RGB97142122
HSL153°18.83%46.86%
HSB/HSV153°31.69%55.69%
CMYK31.69%0.00%14.08%
44.31%

Color #618E7A in popluar number systems.

HEX618E7A
Decimal97142122
Binary1100001100011101111010
Octal141216172

Shades and tints

Shades of #618E7A

#618E7A
(97,142,122)
#59826F
(89,130,111)
#517664
(81,118,100)
#496A59
(73,106,89)
#415E4E
(65,94,78)
#395243
(57,82,67)
#314638
(49,70,56)
#293A2D
(41,58,45)
#212E22
(33,46,34)
#192217
(25,34,23)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #618E7A

#618E7A
(97,142,122)
#6F9886
(111,152,134)
#7DA292
(125,162,146)
#8BAC9E
(139,172,158)
#99B6AA
(153,182,170)
#A7C0B6
(167,192,182)
#B5CAC2
(181,202,194)
#C3D4CE
(195,212,206)
#D1DEDA
(209,222,218)
#DFE8E6
(223,232,230)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618E7A; }

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

This text font color is #618E7A.


Background Color

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

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

This div background color is #618E7A.


Border color

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

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

This div border color is #618E7A.


Opacity

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

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

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

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

This text has shadow with #618E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618E7A on black background.


Color preview on white background

This text has color #618E7A on white background.



Black color preview on #618E7A background

This text has black color on #618E7A background.


White color preview on #618E7A background

This text has white color on #618E7A background.