COLOR #618A36

HEX: #618A36
RGB: (97,138,54)

Color info

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

RGB color model

#618A36 color RGB value is (97,138,54).

  • red value is 97;
  • green value is 138;
  • blue value is 54.
RGB:
(97,138,54)
(38%,54%,21%)

RGB channels and saturation

R 97 of 255 = 38%
G 138 of 255 = 54%
B 54 of 255 = 21%

97
138
54

R + G + B ~ 38%. #618A36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 138 + 54 = 289 (100%)
R 97 of 289 ~ 33.56%
G 138 of 289 ~ 47.75%
B 54 of 289 ~ 18.69%

%33.56
%47.75
%18.69

CMYK color model

#618A36 color CMYK value is (30,0,61,46).

  • cyan value is 29.71%
  • magenta value is 0.00%
  • yellow value is 60.87%
  • key color value is 45.88%
CMYK:
(30,0,61,46)
C30M0Y61K46 
(30%,0%,61%,46%)
(0.30/0.00/0.61/0.46)	

CMYK percentages

%29.71
%0
%60.87
%45.88

Codes

Color #618A36 in popluar color models

618A36
RGB9713854
HSL89°43.75%37.65%
HSB/HSV89°60.87%54.12%
CMYK29.71%0.00%60.87%
45.88%

Color #618A36 in popluar number systems.

HEX618A36
Decimal9713854
Binary110000110001010110110
Octal14121266

Shades and tints

Shades of #618A36

#618A36
(97,138,54)
#597E32
(89,126,50)
#51722E
(81,114,46)
#49662A
(73,102,42)
#415A26
(65,90,38)
#394E22
(57,78,34)
#31421E
(49,66,30)
#29361A
(41,54,26)
#212A16
(33,42,22)
#191E12
(25,30,18)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #618A36

#618A36
(97,138,54)
#6F9448
(111,148,72)
#7D9E5A
(125,158,90)
#8BA86C
(139,168,108)
#99B27E
(153,178,126)
#A7BC90
(167,188,144)
#B5C6A2
(181,198,162)
#C3D0B4
(195,208,180)
#D1DAC6
(209,218,198)
#DFE4D8
(223,228,216)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618A36 color. Also use rgb(97,138,54) instead hex code.

Text Font Color

.myTextColor { color: #618A36; }

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

This text font color is #618A36.


Background Color

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

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

This div background color is #618A36.


Border color

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

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

This div border color is #618A36.


Opacity

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

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

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

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

This text has shadow with #618A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618A36 on black background.


Color preview on white background

This text has color #618A36 on white background.



Black color preview on #618A36 background

This text has black color on #618A36 background.


White color preview on #618A36 background

This text has white color on #618A36 background.