COLOR #618059

HEX: #618059
RGB: (97,128,89)

Color info

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

RGB color model

#618059 color RGB value is (97,128,89).

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

RGB channels and saturation

R 97 of 255 = 38%
G 128 of 255 = 50%
B 89 of 255 = 35%

97
128
89

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

Portions of RGB colors in percentages

R + G + B =
97 + 128 + 89 = 314 (100%)
R 97 of 314 ~ 30.89%
G 128 of 314 ~ 40.76%
B 89 of 314 ~ 28.34%

%30.89
%40.76
%28.34

CMYK color model

#618059 color CMYK value is (24,0,30,50).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 30.47%
  • key color value is 49.80%
CMYK:
(24,0,30,50)
C24M0Y30K50 
(24%,0%,30%,50%)
(0.24/0.00/0.30/0.50)	

CMYK percentages

%24.22
%0
%30.47
%49.8

Codes

Color #618059 in popluar color models

618059
RGB9712889
HSL108°17.97%42.55%
HSB/HSV108°30.47%50.20%
CMYK24.22%0.00%30.47%
49.80%

Color #618059 in popluar number systems.

HEX618059
Decimal9712889
Binary1100001100000001011001
Octal141200131

Shades and tints

Shades of #618059

#618059
(97,128,89)
#597551
(89,117,81)
#516A49
(81,106,73)
#495F41
(73,95,65)
#415439
(65,84,57)
#394931
(57,73,49)
#313E29
(49,62,41)
#293321
(41,51,33)
#212819
(33,40,25)
#191D11
(25,29,17)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #618059

#618059
(97,128,89)
#6F8B68
(111,139,104)
#7D9677
(125,150,119)
#8BA186
(139,161,134)
#99AC95
(153,172,149)
#A7B7A4
(167,183,164)
#B5C2B3
(181,194,179)
#C3CDC2
(195,205,194)
#D1D8D1
(209,216,209)
#DFE3E0
(223,227,224)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618059; }

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

This text font color is #618059.


Background Color

.myBgColor { background-color: #618059; }

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

This div background color is #618059.


Border color

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

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

This div border color is #618059.


Opacity

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

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

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

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

This text has shadow with #618059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618059 on black background.


Color preview on white background

This text has color #618059 on white background.



Black color preview on #618059 background

This text has black color on #618059 background.


White color preview on #618059 background

This text has white color on #618059 background.