COLOR #618D51

HEX: #618D51
RGB: (97,141,81)

Color info

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

RGB color model

#618D51 color RGB value is (97,141,81).

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

RGB channels and saturation

R 97 of 255 = 38%
G 141 of 255 = 55%
B 81 of 255 = 32%

97
141
81

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

Portions of RGB colors in percentages

R + G + B =
97 + 141 + 81 = 319 (100%)
R 97 of 319 ~ 30.41%
G 141 of 319 ~ 44.2%
B 81 of 319 ~ 25.39%

%30.41
%44.2
%25.39

CMYK color model

#618D51 color CMYK value is (31,0,43,45).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 42.55%
  • key color value is 44.71%
CMYK:
(31,0,43,45)
C31M0Y43K45 
(31%,0%,43%,45%)
(0.31/0.00/0.43/0.45)	

CMYK percentages

%31.21
%0
%42.55
%44.71

Codes

Color #618D51 in popluar color models

618D51
RGB9714181
HSL104°27.03%43.53%
HSB/HSV104°42.55%55.29%
CMYK31.21%0.00%42.55%
44.71%

Color #618D51 in popluar number systems.

HEX618D51
Decimal9714181
Binary1100001100011011010001
Octal141215121

Shades and tints

Shades of #618D51

#618D51
(97,141,81)
#59814A
(89,129,74)
#517543
(81,117,67)
#49693C
(73,105,60)
#415D35
(65,93,53)
#39512E
(57,81,46)
#314527
(49,69,39)
#293920
(41,57,32)
#212D19
(33,45,25)
#192112
(25,33,18)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #618D51

#618D51
(97,141,81)
#6F9760
(111,151,96)
#7DA16F
(125,161,111)
#8BAB7E
(139,171,126)
#99B58D
(153,181,141)
#A7BF9C
(167,191,156)
#B5C9AB
(181,201,171)
#C3D3BA
(195,211,186)
#D1DDC9
(209,221,201)
#DFE7D8
(223,231,216)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618D51; }

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

This text font color is #618D51.


Background Color

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

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

This div background color is #618D51.


Border color

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

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

This div border color is #618D51.


Opacity

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

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

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

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

This text has shadow with #618D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618D51 on black background.


Color preview on white background

This text has color #618D51 on white background.



Black color preview on #618D51 background

This text has black color on #618D51 background.


White color preview on #618D51 background

This text has white color on #618D51 background.