COLOR #618062

HEX: #618062
RGB: (97,128,98)

Color info

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

RGB color model

#618062 color RGB value is (97,128,98).

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

RGB channels and saturation

R 97 of 255 = 38%
G 128 of 255 = 50%
B 98 of 255 = 38%

97
128
98

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

Portions of RGB colors in percentages

R + G + B =
97 + 128 + 98 = 323 (100%)
R 97 of 323 ~ 30.03%
G 128 of 323 ~ 39.63%
B 98 of 323 ~ 30.34%

%30.03
%39.63
%30.34

CMYK color model

#618062 color CMYK value is (24,0,23,50).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 23.44%
  • key color value is 49.80%
CMYK:
(24,0,23,50)
C24M0Y23K50 
(24%,0%,23%,50%)
(0.24/0.00/0.23/0.50)	

CMYK percentages

%24.22
%0
%23.44
%49.8

Codes

Color #618062 in popluar color models

618062
RGB9712898
HSL122°13.78%44.12%
HSB/HSV122°24.22%50.20%
CMYK24.22%0.00%23.44%
49.80%

Color #618062 in popluar number systems.

HEX618062
Decimal9712898
Binary1100001100000001100010
Octal141200142

Shades and tints

Shades of #618062

#618062
(97,128,98)
#59755A
(89,117,90)
#516A52
(81,106,82)
#495F4A
(73,95,74)
#415442
(65,84,66)
#39493A
(57,73,58)
#313E32
(49,62,50)
#29332A
(41,51,42)
#212822
(33,40,34)
#191D1A
(25,29,26)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #618062

#618062
(97,128,98)
#6F8B70
(111,139,112)
#7D967E
(125,150,126)
#8BA18C
(139,161,140)
#99AC9A
(153,172,154)
#A7B7A8
(167,183,168)
#B5C2B6
(181,194,182)
#C3CDC4
(195,205,196)
#D1D8D2
(209,216,210)
#DFE3E0
(223,227,224)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618062; }

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

This text font color is #618062.


Background Color

.myBgColor { background-color: #618062; }

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

This div background color is #618062.


Border color

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

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

This div border color is #618062.


Opacity

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

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

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

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

This text has shadow with #618062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618062 on black background.


Color preview on white background

This text has color #618062 on white background.



Black color preview on #618062 background

This text has black color on #618062 background.


White color preview on #618062 background

This text has white color on #618062 background.