COLOR #618956

HEX: #618956
RGB: (97,137,86)

Color info

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

RGB color model

#618956 color RGB value is (97,137,86).

  • red value is 97;
  • green value is 137;
  • blue value is 86.
RGB:
(97,137,86)
(38%,54%,34%)

RGB channels and saturation

R 97 of 255 = 38%
G 137 of 255 = 54%
B 86 of 255 = 34%

97
137
86

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

Portions of RGB colors in percentages

R + G + B =
97 + 137 + 86 = 320 (100%)
R 97 of 320 ~ 30.31%
G 137 of 320 ~ 42.81%
B 86 of 320 ~ 26.88%

%30.31
%42.81
%26.88

CMYK color model

#618956 color CMYK value is (29,0,37,46).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 37.23%
  • key color value is 46.27%
CMYK:
(29,0,37,46)
C29M0Y37K46 
(29%,0%,37%,46%)
(0.29/0.00/0.37/0.46)	

CMYK percentages

%29.2
%0
%37.23
%46.27

Codes

Color #618956 in popluar color models

618956
RGB9713786
HSL107°22.87%43.73%
HSB/HSV107°37.23%53.73%
CMYK29.20%0.00%37.23%
46.27%

Color #618956 in popluar number systems.

HEX618956
Decimal9713786
Binary1100001100010011010110
Octal141211126

Shades and tints

Shades of #618956

#618956
(97,137,86)
#597D4F
(89,125,79)
#517148
(81,113,72)
#496541
(73,101,65)
#41593A
(65,89,58)
#394D33
(57,77,51)
#31412C
(49,65,44)
#293525
(41,53,37)
#21291E
(33,41,30)
#191D17
(25,29,23)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #618956

#618956
(97,137,86)
#6F9365
(111,147,101)
#7D9D74
(125,157,116)
#8BA783
(139,167,131)
#99B192
(153,177,146)
#A7BBA1
(167,187,161)
#B5C5B0
(181,197,176)
#C3CFBF
(195,207,191)
#D1D9CE
(209,217,206)
#DFE3DD
(223,227,221)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618956 color. Also use rgb(97,137,86) instead hex code.

Text Font Color

.myTextColor { color: #618956; }

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

This text font color is #618956.


Background Color

.myBgColor { background-color: #618956; }

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

This div background color is #618956.


Border color

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

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

This div border color is #618956.


Opacity

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

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

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

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

This text has shadow with #618956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618956 on black background.


Color preview on white background

This text has color #618956 on white background.



Black color preview on #618956 background

This text has black color on #618956 background.


White color preview on #618956 background

This text has white color on #618956 background.