COLOR #618E27

HEX: #618E27
RGB: (97,142,39)

Color info

#618E27 contains mainly red and green colors. Web safe color of #618E27 is #669933 (or #693).

RGB color model

#618E27 color RGB value is (97,142,39).

  • red value is 97;
  • green value is 142;
  • blue value is 39.
RGB:
(97,142,39)
(38%,56%,15%)

RGB channels and saturation

R 97 of 255 = 38%
G 142 of 255 = 56%
B 39 of 255 = 15%

97
142
39

R + G + B ~ 36%. #618E27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 142 + 39 = 278 (100%)
R 97 of 278 ~ 34.89%
G 142 of 278 ~ 51.08%
B 39 of 278 ~ 14.03%

%34.89
%51.08
%14.03

CMYK color model

#618E27 color CMYK value is (32,0,73,44).

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 72.54%
  • key color value is 44.31%
CMYK:
(32,0,73,44)
C32M0Y73K44 
(32%,0%,73%,44%)
(0.32/0.00/0.73/0.44)	

CMYK percentages

%31.69
%0
%72.54
%44.31

Codes

Color #618E27 in popluar color models

618E27
RGB9714239
HSL86°56.91%35.49%
HSB/HSV86°72.54%55.69%
CMYK31.69%0.00%72.54%
44.31%

Color #618E27 in popluar number systems.

HEX618E27
Decimal9714239
Binary110000110001110100111
Octal14121647

Shades and tints

Shades of #618E27

#618E27
(97,142,39)
#598224
(89,130,36)
#517621
(81,118,33)
#496A1E
(73,106,30)
#415E1B
(65,94,27)
#395218
(57,82,24)
#314615
(49,70,21)
#293A12
(41,58,18)
#212E0F
(33,46,15)
#19220C
(25,34,12)
#111609
(17,22,9)
#000000
(0,0,0)

Tints of #618E27

#618E27
(97,142,39)
#6F983A
(111,152,58)
#7DA24D
(125,162,77)
#8BAC60
(139,172,96)
#99B673
(153,182,115)
#A7C086
(167,192,134)
#B5CA99
(181,202,153)
#C3D4AC
(195,212,172)
#D1DEBF
(209,222,191)
#DFE8D2
(223,232,210)
#EDF2E5
(237,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618E27 color. Also use rgb(97,142,39) instead hex code.

Text Font Color

.myTextColor { color: #618E27; }

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

This text font color is #618E27.


Background Color

.myBgColor { background-color: #618E27; }

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

This div background color is #618E27.


Border color

.myBorderColor { border: 1px solid #618E27; }

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

This div border color is #618E27.


Opacity

.myOpacity80 { color: #618E27; opacity: 0.8; }

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

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

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

This text has shadow with #618E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618E27 on black background.


Color preview on white background

This text has color #618E27 on white background.



Black color preview on #618E27 background

This text has black color on #618E27 background.


White color preview on #618E27 background

This text has white color on #618E27 background.