COLOR #618C4F

HEX: #618C4F
RGB: (97,140,79)

Color info

#618C4F contains mainly red and green colors. Web safe color of #618C4F is #669966 (or #696).

RGB color model

#618C4F color RGB value is (97,140,79).

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

RGB channels and saturation

R 97 of 255 = 38%
G 140 of 255 = 55%
B 79 of 255 = 31%

97
140
79

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

Portions of RGB colors in percentages

R + G + B =
97 + 140 + 79 = 316 (100%)
R 97 of 316 ~ 30.7%
G 140 of 316 ~ 44.3%
B 79 of 316 ~ 25%

%30.7
%44.3
%25

CMYK color model

#618C4F color CMYK value is (31,0,44,45).

  • cyan value is 30.71%
  • magenta value is 0.00%
  • yellow value is 43.57%
  • key color value is 45.10%
CMYK:
(31,0,44,45)
C31M0Y44K45 
(31%,0%,44%,45%)
(0.31/0.00/0.44/0.45)	

CMYK percentages

%30.71
%0
%43.57
%45.1

Codes

Color #618C4F in popluar color models

618C4F
RGB9714079
HSL102°27.85%42.94%
HSB/HSV102°43.57%54.90%
CMYK30.71%0.00%43.57%
45.10%

Color #618C4F in popluar number systems.

HEX618C4F
Decimal9714079
Binary1100001100011001001111
Octal141214117

Shades and tints

Shades of #618C4F

#618C4F
(97,140,79)
#598048
(89,128,72)
#517441
(81,116,65)
#49683A
(73,104,58)
#415C33
(65,92,51)
#39502C
(57,80,44)
#314425
(49,68,37)
#29381E
(41,56,30)
#212C17
(33,44,23)
#192010
(25,32,16)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #618C4F

#618C4F
(97,140,79)
#6F965F
(111,150,95)
#7DA06F
(125,160,111)
#8BAA7F
(139,170,127)
#99B48F
(153,180,143)
#A7BE9F
(167,190,159)
#B5C8AF
(181,200,175)
#C3D2BF
(195,210,191)
#D1DCCF
(209,220,207)
#DFE6DF
(223,230,223)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618C4F; }

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

This text font color is #618C4F.


Background Color

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

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

This div background color is #618C4F.


Border color

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

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

This div border color is #618C4F.


Opacity

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

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

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

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

This text has shadow with #618C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618C4F on black background.


Color preview on white background

This text has color #618C4F on white background.



Black color preview on #618C4F background

This text has black color on #618C4F background.


White color preview on #618C4F background

This text has white color on #618C4F background.