COLOR #618B4E

HEX: #618B4E
RGB: (97,139,78)

Color info

#618B4E contains mainly red and green colors. Web safe color of #618B4E is #669966 (or #696).

RGB color model

#618B4E color RGB value is (97,139,78).

  • red value is 97;
  • green value is 139;
  • blue value is 78.
RGB:
(97,139,78)
(38%,55%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 139 of 255 = 55%
B 78 of 255 = 31%

97
139
78

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

Portions of RGB colors in percentages

R + G + B =
97 + 139 + 78 = 314 (100%)
R 97 of 314 ~ 30.89%
G 139 of 314 ~ 44.27%
B 78 of 314 ~ 24.84%

%30.89
%44.27
%24.84

CMYK color model

#618B4E color CMYK value is (30,0,44,45).

  • cyan value is 30.22%
  • magenta value is 0.00%
  • yellow value is 43.88%
  • key color value is 45.49%
CMYK:
(30,0,44,45)
C30M0Y44K45 
(30%,0%,44%,45%)
(0.30/0.00/0.44/0.45)	

CMYK percentages

%30.22
%0
%43.88
%45.49

Codes

Color #618B4E in popluar color models

618B4E
RGB9713978
HSL101°28.11%42.55%
HSB/HSV101°43.88%54.51%
CMYK30.22%0.00%43.88%
45.49%

Color #618B4E in popluar number systems.

HEX618B4E
Decimal9713978
Binary1100001100010111001110
Octal141213116

Shades and tints

Shades of #618B4E

#618B4E
(97,139,78)
#597F47
(89,127,71)
#517340
(81,115,64)
#496739
(73,103,57)
#415B32
(65,91,50)
#394F2B
(57,79,43)
#314324
(49,67,36)
#29371D
(41,55,29)
#212B16
(33,43,22)
#191F0F
(25,31,15)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #618B4E

#618B4E
(97,139,78)
#6F955E
(111,149,94)
#7D9F6E
(125,159,110)
#8BA97E
(139,169,126)
#99B38E
(153,179,142)
#A7BD9E
(167,189,158)
#B5C7AE
(181,199,174)
#C3D1BE
(195,209,190)
#D1DBCE
(209,219,206)
#DFE5DE
(223,229,222)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618B4E color. Also use rgb(97,139,78) instead hex code.

Text Font Color

.myTextColor { color: #618B4E; }

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

This text font color is #618B4E.


Background Color

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

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

This div background color is #618B4E.


Border color

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

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

This div border color is #618B4E.


Opacity

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

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

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

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

This text has shadow with #618B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618B4E on black background.


Color preview on white background

This text has color #618B4E on white background.



Black color preview on #618B4E background

This text has black color on #618B4E background.


White color preview on #618B4E background

This text has white color on #618B4E background.