COLOR #618858

HEX: #618858
RGB: (97,136,88)

Color info

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

RGB color model

#618858 color RGB value is (97,136,88).

  • red value is 97;
  • green value is 136;
  • blue value is 88.
RGB:
(97,136,88)
(38%,53%,35%)

RGB channels and saturation

R 97 of 255 = 38%
G 136 of 255 = 53%
B 88 of 255 = 35%

97
136
88

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

Portions of RGB colors in percentages

R + G + B =
97 + 136 + 88 = 321 (100%)
R 97 of 321 ~ 30.22%
G 136 of 321 ~ 42.37%
B 88 of 321 ~ 27.41%

%30.22
%42.37
%27.41

CMYK color model

#618858 color CMYK value is (29,0,35,47).

  • cyan value is 28.68%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 46.67%
CMYK:
(29,0,35,47)
C29M0Y35K47 
(29%,0%,35%,47%)
(0.29/0.00/0.35/0.47)	

CMYK percentages

%28.68
%0
%35.29
%46.67

Codes

Color #618858 in popluar color models

618858
RGB9713688
HSL109°21.43%43.92%
HSB/HSV109°35.29%53.33%
CMYK28.68%0.00%35.29%
46.67%

Color #618858 in popluar number systems.

HEX618858
Decimal9713688
Binary1100001100010001011000
Octal141210130

Shades and tints

Shades of #618858

#618858
(97,136,88)
#597C50
(89,124,80)
#517048
(81,112,72)
#496440
(73,100,64)
#415838
(65,88,56)
#394C30
(57,76,48)
#314028
(49,64,40)
#293420
(41,52,32)
#212818
(33,40,24)
#191C10
(25,28,16)
#111008
(17,16,8)
#000000
(0,0,0)

Tints of #618858

#618858
(97,136,88)
#6F9267
(111,146,103)
#7D9C76
(125,156,118)
#8BA685
(139,166,133)
#99B094
(153,176,148)
#A7BAA3
(167,186,163)
#B5C4B2
(181,196,178)
#C3CEC1
(195,206,193)
#D1D8D0
(209,216,208)
#DFE2DF
(223,226,223)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618858 color. Also use rgb(97,136,88) instead hex code.

Text Font Color

.myTextColor { color: #618858; }

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

This text font color is #618858.


Background Color

.myBgColor { background-color: #618858; }

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

This div background color is #618858.


Border color

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

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

This div border color is #618858.


Opacity

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

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

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

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

This text has shadow with #618858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618858 on black background.


Color preview on white background

This text has color #618858 on white background.



Black color preview on #618858 background

This text has black color on #618858 background.


White color preview on #618858 background

This text has white color on #618858 background.