COLOR #618D6A

HEX: #618D6A
RGB: (97,141,106)

Color info

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

RGB color model

#618D6A color RGB value is (97,141,106).

  • red value is 97;
  • green value is 141;
  • blue value is 106.
RGB:
(97,141,106)
(38%,55%,42%)

RGB channels and saturation

R 97 of 255 = 38%
G 141 of 255 = 55%
B 106 of 255 = 42%

97
141
106

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

Portions of RGB colors in percentages

R + G + B =
97 + 141 + 106 = 344 (100%)
R 97 of 344 ~ 28.2%
G 141 of 344 ~ 40.99%
B 106 of 344 ~ 30.81%

%28.2
%40.99
%30.81

CMYK color model

#618D6A color CMYK value is (31,0,25,45).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 24.82%
  • key color value is 44.71%
CMYK:
(31,0,25,45)
C31M0Y25K45 
(31%,0%,25%,45%)
(0.31/0.00/0.25/0.45)	

CMYK percentages

%31.21
%0
%24.82
%44.71

Codes

Color #618D6A in popluar color models

618D6A
RGB97141106
HSL132°18.49%46.67%
HSB/HSV132°31.21%55.29%
CMYK31.21%0.00%24.82%
44.71%

Color #618D6A in popluar number systems.

HEX618D6A
Decimal97141106
Binary1100001100011011101010
Octal141215152

Shades and tints

Shades of #618D6A

#618D6A
(97,141,106)
#598161
(89,129,97)
#517558
(81,117,88)
#49694F
(73,105,79)
#415D46
(65,93,70)
#39513D
(57,81,61)
#314534
(49,69,52)
#29392B
(41,57,43)
#212D22
(33,45,34)
#192119
(25,33,25)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #618D6A

#618D6A
(97,141,106)
#6F9777
(111,151,119)
#7DA184
(125,161,132)
#8BAB91
(139,171,145)
#99B59E
(153,181,158)
#A7BFAB
(167,191,171)
#B5C9B8
(181,201,184)
#C3D3C5
(195,211,197)
#D1DDD2
(209,221,210)
#DFE7DF
(223,231,223)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618D6A color. Also use rgb(97,141,106) instead hex code.

Text Font Color

.myTextColor { color: #618D6A; }

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

This text font color is #618D6A.


Background Color

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

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

This div background color is #618D6A.


Border color

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

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

This div border color is #618D6A.


Opacity

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

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

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

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

This text has shadow with #618D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618D6A on black background.


Color preview on white background

This text has color #618D6A on white background.



Black color preview on #618D6A background

This text has black color on #618D6A background.


White color preview on #618D6A background

This text has white color on #618D6A background.