COLOR #618E6B

HEX: #618E6B RGB: (97,142,107)

Color info

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

RGB color model

#618E6B color RGB value is (97,142,107).

RGB: (97,142,107) (38%, 56%, 42%)

RGB channels and saturation

R 97 of 255 = 38%
G 142 of 255 = 56%
B 107 of 255 = 42%

97
142
107

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

Portions of RGB colors in percentages

R + G + B = 97 + 142 + 107 = 346 (100%)
R 97 of 346 ~ 28.03%
G 142 of 346 ~ 41.04%
B 107 of 346 ~ 30.92'%

%28.03
%41.04
%30.92

CMYK color model

#618E6B color CMYK value is (32,0,25,44).

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 24.65%
  • key color value is 44.31%

CMYK: (32,0,25,44)
C32M0Y25K44 (32%, 0%, 25%, 44%)
(0.32 / 0.00 / 0.25 / 0.44)

CMYK percentages

%31.69
%0
%24.65
%44.31

Codes

Color #618E6B in popluar color models

61 8E 6B
RGB 97 142 107
HSL 133° 18.83% 46.86%
HSB/HSV 133° 31.69% 55.69%
CMYK 31.69% 0.00% 24.65%
44.31%

Color #618E6B in popluar number systems.

HEX 61 8E 6B
Decimal 97 142 107
Binary 1100001 10001110 1101011
Octal 141 216 153

Shades and tints

Shades of #618E6B

#618E6B
(97,142,107)
#598262
(89,130,98)
#517659
(81,118,89)
#496A50
(73,106,80)
#415E47
(65,94,71)
#39523E
(57,82,62)
#314635
(49,70,53)
#293A2C
(41,58,44)
#212E23
(33,46,35)
#19221A
(25,34,26)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #618E6B

#618E6B
(97,142,107)
#6F9878
(111,152,120)
#7DA285
(125,162,133)
#8BAC92
(139,172,146)
#99B69F
(153,182,159)
#A7C0AC
(167,192,172)
#B5CAB9
(181,202,185)
#C3D4C6
(195,212,198)
#D1DED3
(209,222,211)
#DFE8E0
(223,232,224)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618E6B; }

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

This text font color is #618E6B.

Background Color

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

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

This div background color is #618E6B.

Border color

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

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

This div border color is #618E6B.

Opacity

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

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

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

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

This text has shadow with #618E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #618E6B.

Preview

Color preview on black background

This text has color #618E6B on black background.


Color preview on white background

This text has color #618E6B on white background.


Black color preview on #618E6B background

This text has black color on #618E6B background.


White color preview on #618E6B background

This text has white color on #618E6B background.


Related colors

Complementary color

Complementary color for #hex is #9E7194.


I love getcolorcode.com

Triadic colors

1 #6B618E and #8E6B61 with #618E6B are triadic colors.

2 #6B8E61 and #8E616B with #618E6B are triadic colors.