COLOR #618346

HEX: #618346
RGB: (97,131,70)

Color info

#618346 contains mainly red and green colors. Web safe color of #618346 is #669933 (or #693).

RGB color model

#618346 color RGB value is (97,131,70).

  • red value is 97;
  • green value is 131;
  • blue value is 70.
RGB:
(97,131,70)
(38%,51%,27%)

RGB channels and saturation

R 97 of 255 = 38%
G 131 of 255 = 51%
B 70 of 255 = 27%

97
131
70

R + G + B ~ 39%. #618346 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 131 + 70 = 298 (100%)
R 97 of 298 ~ 32.55%
G 131 of 298 ~ 43.96%
B 70 of 298 ~ 23.49%

%32.55
%43.96
%23.49

CMYK color model

#618346 color CMYK value is (26,0,47,49).

  • cyan value is 25.95%
  • magenta value is 0.00%
  • yellow value is 46.56%
  • key color value is 48.63%
CMYK:
(26,0,47,49)
C26M0Y47K49 
(26%,0%,47%,49%)
(0.26/0.00/0.47/0.49)	

CMYK percentages

%25.95
%0
%46.56
%48.63

Codes

Color #618346 in popluar color models

618346
RGB9713170
HSL93°30.35%39.41%
HSB/HSV93°46.56%51.37%
CMYK25.95%0.00%46.56%
48.63%

Color #618346 in popluar number systems.

HEX618346
Decimal9713170
Binary1100001100000111000110
Octal141203106

Shades and tints

Shades of #618346

#618346
(97,131,70)
#597840
(89,120,64)
#516D3A
(81,109,58)
#496234
(73,98,52)
#41572E
(65,87,46)
#394C28
(57,76,40)
#314122
(49,65,34)
#29361C
(41,54,28)
#212B16
(33,43,22)
#192010
(25,32,16)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #618346

#618346
(97,131,70)
#6F8E56
(111,142,86)
#7D9966
(125,153,102)
#8BA476
(139,164,118)
#99AF86
(153,175,134)
#A7BA96
(167,186,150)
#B5C5A6
(181,197,166)
#C3D0B6
(195,208,182)
#D1DBC6
(209,219,198)
#DFE6D6
(223,230,214)
#EDF1E6
(237,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618346 color. Also use rgb(97,131,70) instead hex code.

Text Font Color

.myTextColor { color: #618346; }

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

This text font color is #618346.


Background Color

.myBgColor { background-color: #618346; }

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

This div background color is #618346.


Border color

.myBorderColor { border: 1px solid #618346; }

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

This div border color is #618346.


Opacity

.myOpacity80 { color: #618346; opacity: 0.8; }

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

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

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

This text has shadow with #618346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618346 on black background.


Color preview on white background

This text has color #618346 on white background.



Black color preview on #618346 background

This text has black color on #618346 background.


White color preview on #618346 background

This text has white color on #618346 background.