COLOR #618074

HEX: #618074
RGB: (97,128,116)

Color info

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

RGB color model

#618074 color RGB value is (97,128,116).

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

RGB channels and saturation

R 97 of 255 = 38%
G 128 of 255 = 50%
B 116 of 255 = 45%

97
128
116

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

Portions of RGB colors in percentages

R + G + B =
97 + 128 + 116 = 341 (100%)
R 97 of 341 ~ 28.45%
G 128 of 341 ~ 37.54%
B 116 of 341 ~ 34.02%

%28.45
%37.54
%34.02

CMYK color model

#618074 color CMYK value is (24,0,9,50).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 49.80%
CMYK:
(24,0,9,50)
C24M0Y9K50 
(24%,0%,9%,50%)
(0.24/0.00/0.09/0.50)	

CMYK percentages

%24.22
%0
%9.38
%49.8

Codes

Color #618074 in popluar color models

618074
RGB97128116
HSL157°13.78%44.12%
HSB/HSV157°24.22%50.20%
CMYK24.22%0.00%9.38%
49.80%

Color #618074 in popluar number systems.

HEX618074
Decimal97128116
Binary1100001100000001110100
Octal141200164

Shades and tints

Shades of #618074

#618074
(97,128,116)
#59756A
(89,117,106)
#516A60
(81,106,96)
#495F56
(73,95,86)
#41544C
(65,84,76)
#394942
(57,73,66)
#313E38
(49,62,56)
#29332E
(41,51,46)
#212824
(33,40,36)
#191D1A
(25,29,26)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #618074

#618074
(97,128,116)
#6F8B80
(111,139,128)
#7D968C
(125,150,140)
#8BA198
(139,161,152)
#99ACA4
(153,172,164)
#A7B7B0
(167,183,176)
#B5C2BC
(181,194,188)
#C3CDC8
(195,205,200)
#D1D8D4
(209,216,212)
#DFE3E0
(223,227,224)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618074; }

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

This text font color is #618074.


Background Color

.myBgColor { background-color: #618074; }

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

This div background color is #618074.


Border color

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

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

This div border color is #618074.


Opacity

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

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

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

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

This text has shadow with #618074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618074 on black background.


Color preview on white background

This text has color #618074 on white background.



Black color preview on #618074 background

This text has black color on #618074 background.


White color preview on #618074 background

This text has white color on #618074 background.