COLOR #618374

HEX: #618374
RGB: (97,131,116)

Color info

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

RGB color model

#618374 color RGB value is (97,131,116).

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

RGB channels and saturation

R 97 of 255 = 38%
G 131 of 255 = 51%
B 116 of 255 = 45%

97
131
116

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

Portions of RGB colors in percentages

R + G + B =
97 + 131 + 116 = 344 (100%)
R 97 of 344 ~ 28.2%
G 131 of 344 ~ 38.08%
B 116 of 344 ~ 33.72%

%28.2
%38.08
%33.72

CMYK color model

#618374 color CMYK value is (26,0,11,49).

  • cyan value is 25.95%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 48.63%
CMYK:
(26,0,11,49)
C26M0Y11K49 
(26%,0%,11%,49%)
(0.26/0.00/0.11/0.49)	

CMYK percentages

%25.95
%0
%11.45
%48.63

Codes

Color #618374 in popluar color models

618374
RGB97131116
HSL154°14.91%44.71%
HSB/HSV154°25.95%51.37%
CMYK25.95%0.00%11.45%
48.63%

Color #618374 in popluar number systems.

HEX618374
Decimal97131116
Binary1100001100000111110100
Octal141203164

Shades and tints

Shades of #618374

#618374
(97,131,116)
#59786A
(89,120,106)
#516D60
(81,109,96)
#496256
(73,98,86)
#41574C
(65,87,76)
#394C42
(57,76,66)
#314138
(49,65,56)
#29362E
(41,54,46)
#212B24
(33,43,36)
#19201A
(25,32,26)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #618374

#618374
(97,131,116)
#6F8E80
(111,142,128)
#7D998C
(125,153,140)
#8BA498
(139,164,152)
#99AFA4
(153,175,164)
#A7BAB0
(167,186,176)
#B5C5BC
(181,197,188)
#C3D0C8
(195,208,200)
#D1DBD4
(209,219,212)
#DFE6E0
(223,230,224)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618374; }

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

This text font color is #618374.


Background Color

.myBgColor { background-color: #618374; }

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

This div background color is #618374.


Border color

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

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

This div border color is #618374.


Opacity

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

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

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

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

This text has shadow with #618374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618374 on black background.


Color preview on white background

This text has color #618374 on white background.



Black color preview on #618374 background

This text has black color on #618374 background.


White color preview on #618374 background

This text has white color on #618374 background.