COLOR #618958

HEX: #618958
RGB: (97,137,88)

Color info

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

RGB color model

#618958 color RGB value is (97,137,88).

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

RGB channels and saturation

R 97 of 255 = 38%
G 137 of 255 = 54%
B 88 of 255 = 35%

97
137
88

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

Portions of RGB colors in percentages

R + G + B =
97 + 137 + 88 = 322 (100%)
R 97 of 322 ~ 30.12%
G 137 of 322 ~ 42.55%
B 88 of 322 ~ 27.33%

%30.12
%42.55
%27.33

CMYK color model

#618958 color CMYK value is (29,0,36,46).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 35.77%
  • key color value is 46.27%
CMYK:
(29,0,36,46)
C29M0Y36K46 
(29%,0%,36%,46%)
(0.29/0.00/0.36/0.46)	

CMYK percentages

%29.2
%0
%35.77
%46.27

Codes

Color #618958 in popluar color models

618958
RGB9713788
HSL109°21.78%44.12%
HSB/HSV109°35.77%53.73%
CMYK29.20%0.00%35.77%
46.27%

Color #618958 in popluar number systems.

HEX618958
Decimal9713788
Binary1100001100010011011000
Octal141211130

Shades and tints

Shades of #618958

#618958
(97,137,88)
#597D50
(89,125,80)
#517148
(81,113,72)
#496540
(73,101,64)
#415938
(65,89,56)
#394D30
(57,77,48)
#314128
(49,65,40)
#293520
(41,53,32)
#212918
(33,41,24)
#191D10
(25,29,16)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #618958

#618958
(97,137,88)
#6F9367
(111,147,103)
#7D9D76
(125,157,118)
#8BA785
(139,167,133)
#99B194
(153,177,148)
#A7BBA3
(167,187,163)
#B5C5B2
(181,197,178)
#C3CFC1
(195,207,193)
#D1D9D0
(209,217,208)
#DFE3DF
(223,227,223)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618958; }

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

This text font color is #618958.


Background Color

.myBgColor { background-color: #618958; }

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

This div background color is #618958.


Border color

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

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

This div border color is #618958.


Opacity

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

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

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

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

This text has shadow with #618958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618958 on black background.


Color preview on white background

This text has color #618958 on white background.



Black color preview on #618958 background

This text has black color on #618958 background.


White color preview on #618958 background

This text has white color on #618958 background.