COLOR #618218

HEX: #618218
RGB: (97,130,24)

Color info

#618218 contains mainly red and green colors. Web safe color of #618218 is #669900 (or #690).

RGB color model

#618218 color RGB value is (97,130,24).

  • red value is 97;
  • green value is 130;
  • blue value is 24.
RGB:
(97,130,24)
(38%,51%,9%)

RGB channels and saturation

R 97 of 255 = 38%
G 130 of 255 = 51%
B 24 of 255 = 9%

97
130
24

R + G + B ~ 33%. #618218 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 130 + 24 = 251 (100%)
R 97 of 251 ~ 38.65%
G 130 of 251 ~ 51.79%
B 24 of 251 ~ 9.56%

%38.65
%51.79
%9.56

CMYK color model

#618218 color CMYK value is (25,0,82,49).

  • cyan value is 25.38%
  • magenta value is 0.00%
  • yellow value is 81.54%
  • key color value is 49.02%
CMYK:
(25,0,82,49)
C25M0Y82K49 
(25%,0%,82%,49%)
(0.25/0.00/0.82/0.49)	

CMYK percentages

%25.38
%0
%81.54
%49.02

Codes

Color #618218 in popluar color models

618218
RGB9713024
HSL79°68.83%30.20%
HSB/HSV79°81.54%50.98%
CMYK25.38%0.00%81.54%
49.02%

Color #618218 in popluar number systems.

HEX618218
Decimal9713024
Binary11000011000001011000
Octal14120230

Shades and tints

Shades of #618218

#618218
(97,130,24)
#597716
(89,119,22)
#516C14
(81,108,20)
#496112
(73,97,18)
#415610
(65,86,16)
#394B0E
(57,75,14)
#31400C
(49,64,12)
#29350A
(41,53,10)
#212A08
(33,42,8)
#191F06
(25,31,6)
#111404
(17,20,4)
#000000
(0,0,0)

Tints of #618218

#618218
(97,130,24)
#6F8D2D
(111,141,45)
#7D9842
(125,152,66)
#8BA357
(139,163,87)
#99AE6C
(153,174,108)
#A7B981
(167,185,129)
#B5C496
(181,196,150)
#C3CFAB
(195,207,171)
#D1DAC0
(209,218,192)
#DFE5D5
(223,229,213)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618218 color. Also use rgb(97,130,24) instead hex code.

Text Font Color

.myTextColor { color: #618218; }

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

This text font color is #618218.


Background Color

.myBgColor { background-color: #618218; }

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

This div background color is #618218.


Border color

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

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

This div border color is #618218.


Opacity

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

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

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

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

This text has shadow with #618218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618218 on black background.


Color preview on white background

This text has color #618218 on white background.



Black color preview on #618218 background

This text has black color on #618218 background.


White color preview on #618218 background

This text has white color on #618218 background.