COLOR #618D6C

HEX: #618D6C
RGB: (97,141,108)

Color info

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

RGB color model

#618D6C color RGB value is (97,141,108).

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

RGB channels and saturation

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

97
141
108

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

Portions of RGB colors in percentages

R + G + B =
97 + 141 + 108 = 346 (100%)
R 97 of 346 ~ 28.03%
G 141 of 346 ~ 40.75%
B 108 of 346 ~ 31.21%

%28.03
%40.75
%31.21

CMYK color model

#618D6C color CMYK value is (31,0,23,45).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 44.71%
CMYK:
(31,0,23,45)
C31M0Y23K45 
(31%,0%,23%,45%)
(0.31/0.00/0.23/0.45)	

CMYK percentages

%31.21
%0
%23.4
%44.71

Codes

Color #618D6C in popluar color models

618D6C
RGB97141108
HSL135°18.49%46.67%
HSB/HSV135°31.21%55.29%
CMYK31.21%0.00%23.40%
44.71%

Color #618D6C in popluar number systems.

HEX618D6C
Decimal97141108
Binary1100001100011011101100
Octal141215154

Shades and tints

Shades of #618D6C

#618D6C
(97,141,108)
#598163
(89,129,99)
#51755A
(81,117,90)
#496951
(73,105,81)
#415D48
(65,93,72)
#39513F
(57,81,63)
#314536
(49,69,54)
#29392D
(41,57,45)
#212D24
(33,45,36)
#19211B
(25,33,27)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #618D6C

#618D6C
(97,141,108)
#6F9779
(111,151,121)
#7DA186
(125,161,134)
#8BAB93
(139,171,147)
#99B5A0
(153,181,160)
#A7BFAD
(167,191,173)
#B5C9BA
(181,201,186)
#C3D3C7
(195,211,199)
#D1DDD4
(209,221,212)
#DFE7E1
(223,231,225)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618D6C; }

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

This text font color is #618D6C.


Background Color

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

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

This div background color is #618D6C.


Border color

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

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

This div border color is #618D6C.


Opacity

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

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

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

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

This text has shadow with #618D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618D6C on black background.


Color preview on white background

This text has color #618D6C on white background.



Black color preview on #618D6C background

This text has black color on #618D6C background.


White color preview on #618D6C background

This text has white color on #618D6C background.