COLOR #618077

HEX: #618077
RGB: (97,128,119)

Color info

#618077 contains red, green and blue colors in about the same proportion. Web safe color of #618077 is #666666 (or #666).

RGB color model

#618077 color RGB value is (97,128,119).

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

RGB channels and saturation

R 97 of 255 = 38%
G 128 of 255 = 50%
B 119 of 255 = 47%

97
128
119

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

Portions of RGB colors in percentages

R + G + B =
97 + 128 + 119 = 344 (100%)
R 97 of 344 ~ 28.2%
G 128 of 344 ~ 37.21%
B 119 of 344 ~ 34.59%

%28.2
%37.21
%34.59

CMYK color model

#618077 color CMYK value is (24,0,7,50).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 7.03%
  • key color value is 49.80%
CMYK:
(24,0,7,50)
C24M0Y7K50 
(24%,0%,7%,50%)
(0.24/0.00/0.07/0.50)	

CMYK percentages

%24.22
%0
%7.03
%49.8

Codes

Color #618077 in popluar color models

618077
RGB97128119
HSL163°13.78%44.12%
HSB/HSV163°24.22%50.20%
CMYK24.22%0.00%7.03%
49.80%

Color #618077 in popluar number systems.

HEX618077
Decimal97128119
Binary1100001100000001110111
Octal141200167

Shades and tints

Shades of #618077

#618077
(97,128,119)
#59756D
(89,117,109)
#516A63
(81,106,99)
#495F59
(73,95,89)
#41544F
(65,84,79)
#394945
(57,73,69)
#313E3B
(49,62,59)
#293331
(41,51,49)
#212827
(33,40,39)
#191D1D
(25,29,29)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #618077

#618077
(97,128,119)
#6F8B83
(111,139,131)
#7D968F
(125,150,143)
#8BA19B
(139,161,155)
#99ACA7
(153,172,167)
#A7B7B3
(167,183,179)
#B5C2BF
(181,194,191)
#C3CDCB
(195,205,203)
#D1D8D7
(209,216,215)
#DFE3E3
(223,227,227)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618077; }

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

This text font color is #618077.


Background Color

.myBgColor { background-color: #618077; }

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

This div background color is #618077.


Border color

.myBorderColor { border: 1px solid #618077; }

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

This div border color is #618077.


Opacity

.myOpacity80 { color: #618077; opacity: 0.8; }

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

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

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

This text has shadow with #618077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618077 on black background.


Color preview on white background

This text has color #618077 on white background.



Black color preview on #618077 background

This text has black color on #618077 background.


White color preview on #618077 background

This text has white color on #618077 background.