COLOR #618A72

HEX: #618A72
RGB: (97,138,114)

Color info

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

RGB color model

#618A72 color RGB value is (97,138,114).

  • red value is 97;
  • green value is 138;
  • blue value is 114.
RGB:
(97,138,114)
(38%,54%,45%)

RGB channels and saturation

R 97 of 255 = 38%
G 138 of 255 = 54%
B 114 of 255 = 45%

97
138
114

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

Portions of RGB colors in percentages

R + G + B =
97 + 138 + 114 = 349 (100%)
R 97 of 349 ~ 27.79%
G 138 of 349 ~ 39.54%
B 114 of 349 ~ 32.66%

%27.79
%39.54
%32.66

CMYK color model

#618A72 color CMYK value is (30,0,17,46).

  • cyan value is 29.71%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 45.88%
CMYK:
(30,0,17,46)
C30M0Y17K46 
(30%,0%,17%,46%)
(0.30/0.00/0.17/0.46)	

CMYK percentages

%29.71
%0
%17.39
%45.88

Codes

Color #618A72 in popluar color models

618A72
RGB97138114
HSL145°17.45%46.08%
HSB/HSV145°29.71%54.12%
CMYK29.71%0.00%17.39%
45.88%

Color #618A72 in popluar number systems.

HEX618A72
Decimal97138114
Binary1100001100010101110010
Octal141212162

Shades and tints

Shades of #618A72

#618A72
(97,138,114)
#597E68
(89,126,104)
#51725E
(81,114,94)
#496654
(73,102,84)
#415A4A
(65,90,74)
#394E40
(57,78,64)
#314236
(49,66,54)
#29362C
(41,54,44)
#212A22
(33,42,34)
#191E18
(25,30,24)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #618A72

#618A72
(97,138,114)
#6F947E
(111,148,126)
#7D9E8A
(125,158,138)
#8BA896
(139,168,150)
#99B2A2
(153,178,162)
#A7BCAE
(167,188,174)
#B5C6BA
(181,198,186)
#C3D0C6
(195,208,198)
#D1DAD2
(209,218,210)
#DFE4DE
(223,228,222)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618A72 color. Also use rgb(97,138,114) instead hex code.

Text Font Color

.myTextColor { color: #618A72; }

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

This text font color is #618A72.


Background Color

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

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

This div background color is #618A72.


Border color

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

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

This div border color is #618A72.


Opacity

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

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

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

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

This text has shadow with #618A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618A72 on black background.


Color preview on white background

This text has color #618A72 on white background.



Black color preview on #618A72 background

This text has black color on #618A72 background.


White color preview on #618A72 background

This text has white color on #618A72 background.