COLOR #618A77

HEX: #618A77
RGB: (97,138,119)

Color info

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

RGB color model

#618A77 color RGB value is (97,138,119).

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

RGB channels and saturation

R 97 of 255 = 38%
G 138 of 255 = 54%
B 119 of 255 = 47%

97
138
119

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

Portions of RGB colors in percentages

R + G + B =
97 + 138 + 119 = 354 (100%)
R 97 of 354 ~ 27.4%
G 138 of 354 ~ 38.98%
B 119 of 354 ~ 33.62%

%27.4
%38.98
%33.62

CMYK color model

#618A77 color CMYK value is (30,0,14,46).

  • cyan value is 29.71%
  • magenta value is 0.00%
  • yellow value is 13.77%
  • key color value is 45.88%
CMYK:
(30,0,14,46)
C30M0Y14K46 
(30%,0%,14%,46%)
(0.30/0.00/0.14/0.46)	

CMYK percentages

%29.71
%0
%13.77
%45.88

Codes

Color #618A77 in popluar color models

618A77
RGB97138119
HSL152°17.45%46.08%
HSB/HSV152°29.71%54.12%
CMYK29.71%0.00%13.77%
45.88%

Color #618A77 in popluar number systems.

HEX618A77
Decimal97138119
Binary1100001100010101110111
Octal141212167

Shades and tints

Shades of #618A77

#618A77
(97,138,119)
#597E6D
(89,126,109)
#517263
(81,114,99)
#496659
(73,102,89)
#415A4F
(65,90,79)
#394E45
(57,78,69)
#31423B
(49,66,59)
#293631
(41,54,49)
#212A27
(33,42,39)
#191E1D
(25,30,29)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #618A77

#618A77
(97,138,119)
#6F9483
(111,148,131)
#7D9E8F
(125,158,143)
#8BA89B
(139,168,155)
#99B2A7
(153,178,167)
#A7BCB3
(167,188,179)
#B5C6BF
(181,198,191)
#C3D0CB
(195,208,203)
#D1DAD7
(209,218,215)
#DFE4E3
(223,228,227)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618A77; }

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

This text font color is #618A77.


Background Color

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

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

This div background color is #618A77.


Border color

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

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

This div border color is #618A77.


Opacity

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

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

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

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

This text has shadow with #618A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618A77 on black background.


Color preview on white background

This text has color #618A77 on white background.



Black color preview on #618A77 background

This text has black color on #618A77 background.


White color preview on #618A77 background

This text has white color on #618A77 background.