COLOR #618E66

HEX: #618E66
RGB: (97,142,102)

Color info

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

RGB color model

#618E66 color RGB value is (97,142,102).

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

RGB channels and saturation

R 97 of 255 = 38%
G 142 of 255 = 56%
B 102 of 255 = 40%

97
142
102

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

Portions of RGB colors in percentages

R + G + B =
97 + 142 + 102 = 341 (100%)
R 97 of 341 ~ 28.45%
G 142 of 341 ~ 41.64%
B 102 of 341 ~ 29.91%

%28.45
%41.64
%29.91

CMYK color model

#618E66 color CMYK value is (32,0,28,44).

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 44.31%
CMYK:
(32,0,28,44)
C32M0Y28K44 
(32%,0%,28%,44%)
(0.32/0.00/0.28/0.44)	

CMYK percentages

%31.69
%0
%28.17
%44.31

Codes

Color #618E66 in popluar color models

618E66
RGB97142102
HSL127°18.83%46.86%
HSB/HSV127°31.69%55.69%
CMYK31.69%0.00%28.17%
44.31%

Color #618E66 in popluar number systems.

HEX618E66
Decimal97142102
Binary1100001100011101100110
Octal141216146

Shades and tints

Shades of #618E66

#618E66
(97,142,102)
#59825D
(89,130,93)
#517654
(81,118,84)
#496A4B
(73,106,75)
#415E42
(65,94,66)
#395239
(57,82,57)
#314630
(49,70,48)
#293A27
(41,58,39)
#212E1E
(33,46,30)
#192215
(25,34,21)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #618E66

#618E66
(97,142,102)
#6F9873
(111,152,115)
#7DA280
(125,162,128)
#8BAC8D
(139,172,141)
#99B69A
(153,182,154)
#A7C0A7
(167,192,167)
#B5CAB4
(181,202,180)
#C3D4C1
(195,212,193)
#D1DECE
(209,222,206)
#DFE8DB
(223,232,219)
#EDF2E8
(237,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618E66; }

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

This text font color is #618E66.


Background Color

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

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

This div background color is #618E66.


Border color

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

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

This div border color is #618E66.


Opacity

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

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

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

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

This text has shadow with #618E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618E66 on black background.


Color preview on white background

This text has color #618E66 on white background.



Black color preview on #618E66 background

This text has black color on #618E66 background.


White color preview on #618E66 background

This text has white color on #618E66 background.