COLOR #618E5A

HEX: #618E5A
RGB: (97,142,90)

Color info

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

RGB color model

#618E5A color RGB value is (97,142,90).

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

RGB channels and saturation

R 97 of 255 = 38%
G 142 of 255 = 56%
B 90 of 255 = 35%

97
142
90

R + G + B ~ 43%. #618E5A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 142 + 90 = 329 (100%)
R 97 of 329 ~ 29.48%
G 142 of 329 ~ 43.16%
B 90 of 329 ~ 27.36%

%29.48
%43.16
%27.36

CMYK color model

#618E5A color CMYK value is (32,0,37,44).

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 36.62%
  • key color value is 44.31%
CMYK:
(32,0,37,44)
C32M0Y37K44 
(32%,0%,37%,44%)
(0.32/0.00/0.37/0.44)	

CMYK percentages

%31.69
%0
%36.62
%44.31

Codes

Color #618E5A in popluar color models

618E5A
RGB9714290
HSL112°22.41%45.49%
HSB/HSV112°36.62%55.69%
CMYK31.69%0.00%36.62%
44.31%

Color #618E5A in popluar number systems.

HEX618E5A
Decimal9714290
Binary1100001100011101011010
Octal141216132

Shades and tints

Shades of #618E5A

#618E5A
(97,142,90)
#598252
(89,130,82)
#51764A
(81,118,74)
#496A42
(73,106,66)
#415E3A
(65,94,58)
#395232
(57,82,50)
#31462A
(49,70,42)
#293A22
(41,58,34)
#212E1A
(33,46,26)
#192212
(25,34,18)
#11160A
(17,22,10)
#000000
(0,0,0)

Tints of #618E5A

#618E5A
(97,142,90)
#6F9869
(111,152,105)
#7DA278
(125,162,120)
#8BAC87
(139,172,135)
#99B696
(153,182,150)
#A7C0A5
(167,192,165)
#B5CAB4
(181,202,180)
#C3D4C3
(195,212,195)
#D1DED2
(209,222,210)
#DFE8E1
(223,232,225)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618E5A; }

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

This text font color is #618E5A.


Background Color

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

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

This div background color is #618E5A.


Border color

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

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

This div border color is #618E5A.


Opacity

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

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

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

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

This text has shadow with #618E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618E5A on black background.


Color preview on white background

This text has color #618E5A on white background.



Black color preview on #618E5A background

This text has black color on #618E5A background.


White color preview on #618E5A background

This text has white color on #618E5A background.