COLOR #618C6C

HEX: #618C6C
RGB: (97,140,108)

Color info

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

RGB color model

#618C6C color RGB value is (97,140,108).

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

RGB channels and saturation

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

97
140
108

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

Portions of RGB colors in percentages

R + G + B =
97 + 140 + 108 = 345 (100%)
R 97 of 345 ~ 28.12%
G 140 of 345 ~ 40.58%
B 108 of 345 ~ 31.3%

%28.12
%40.58
%31.3

CMYK color model

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

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

CMYK percentages

%30.71
%0
%22.86
%45.1

Codes

Color #618C6C in popluar color models

618C6C
RGB97140108
HSL135°18.14%46.47%
HSB/HSV135°30.71%54.90%
CMYK30.71%0.00%22.86%
45.10%

Color #618C6C in popluar number systems.

HEX618C6C
Decimal97140108
Binary1100001100011001101100
Octal141214154

Shades and tints

Shades of #618C6C

#618C6C
(97,140,108)
#598063
(89,128,99)
#51745A
(81,116,90)
#496851
(73,104,81)
#415C48
(65,92,72)
#39503F
(57,80,63)
#314436
(49,68,54)
#29382D
(41,56,45)
#212C24
(33,44,36)
#19201B
(25,32,27)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #618C6C

#618C6C
(97,140,108)
#6F9679
(111,150,121)
#7DA086
(125,160,134)
#8BAA93
(139,170,147)
#99B4A0
(153,180,160)
#A7BEAD
(167,190,173)
#B5C8BA
(181,200,186)
#C3D2C7
(195,210,199)
#D1DCD4
(209,220,212)
#DFE6E1
(223,230,225)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618C6C; }

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

This text font color is #618C6C.


Background Color

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

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

This div background color is #618C6C.


Border color

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

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

This div border color is #618C6C.


Opacity

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

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

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

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

This text has shadow with #618C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618C6C on black background.


Color preview on white background

This text has color #618C6C on white background.



Black color preview on #618C6C background

This text has black color on #618C6C background.


White color preview on #618C6C background

This text has white color on #618C6C background.