COLOR #618B5E

HEX: #618B5E RGB: (97,139,94)

Color info

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

RGB color model

#618B5E color RGB value is (97,139,94).

RGB: (97,139,94) (38%, 55%, 37%)

RGB channels and saturation

R 97 of 255 = 38%
G 139 of 255 = 55%
B 94 of 255 = 37%

97
139
94

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

Portions of RGB colors in percentages

R + G + B = 97 + 139 + 94 = 330 (100%)
R 97 of 330 ~ 29.39%
G 139 of 330 ~ 42.12%
B 94 of 330 ~ 28.48'%

%29.39
%42.12
%28.48

CMYK color model

#618B5E color CMYK value is (30,0,32,45).

  • cyan value is 30.22%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 45.49%

CMYK: (30,0,32,45)
C30M0Y32K45 (30%, 0%, 32%, 45%)
(0.30 / 0.00 / 0.32 / 0.45)

CMYK percentages

%30.22
%0
%32.37
%45.49

Codes

Color #618B5E in popluar color models

61 8B 5E
RGB 97 139 94
HSL 116° 19.31% 45.69%
HSB/HSV 116° 32.37% 54.51%
CMYK 30.22% 0.00% 32.37%
45.49%

Color #618B5E in popluar number systems.

HEX 61 8B 5E
Decimal 97 139 94
Binary 1100001 10001011 1011110
Octal 141 213 136

Shades and tints

Shades of #618B5E

#618B5E
(97,139,94)
#597F56
(89,127,86)
#51734E
(81,115,78)
#496746
(73,103,70)
#415B3E
(65,91,62)
#394F36
(57,79,54)
#31432E
(49,67,46)
#293726
(41,55,38)
#212B1E
(33,43,30)
#191F16
(25,31,22)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #618B5E

#618B5E
(97,139,94)
#6F956C
(111,149,108)
#7D9F7A
(125,159,122)
#8BA988
(139,169,136)
#99B396
(153,179,150)
#A7BDA4
(167,189,164)
#B5C7B2
(181,199,178)
#C3D1C0
(195,209,192)
#D1DBCE
(209,219,206)
#DFE5DC
(223,229,220)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618B5E; }

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

This text font color is #618B5E.

Background Color

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

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

This div background color is #618B5E.

Border color

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

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

This div border color is #618B5E.

Opacity

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

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

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

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

This text has shadow with #618B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #618B5E.

Preview

Color preview on black background

This text has color #618B5E on black background.


Color preview on white background

This text has color #618B5E on white background.


Black color preview on #618B5E background

This text has black color on #618B5E background.


White color preview on #618B5E background

This text has white color on #618B5E background.


Related colors

Complementary color

Complementary color for #hex is #9E74A1.


I love getcolorcode.com

Triadic colors

1 #5E618B and #8B5E61 with #618B5E are triadic colors.

2 #5E8B61 and #8B615E with #618B5E are triadic colors.