COLOR #618C31

HEX: #618C31
RGB: (97,140,49)

Color info

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

RGB color model

#618C31 color RGB value is (97,140,49).

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

RGB channels and saturation

R 97 of 255 = 38%
G 140 of 255 = 55%
B 49 of 255 = 19%

97
140
49

R + G + B ~ 37%. #618C31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 140 + 49 = 286 (100%)
R 97 of 286 ~ 33.92%
G 140 of 286 ~ 48.95%
B 49 of 286 ~ 17.13%

%33.92
%48.95
%17.13

CMYK color model

#618C31 color CMYK value is (31,0,65,45).

  • cyan value is 30.71%
  • magenta value is 0.00%
  • yellow value is 65.00%
  • key color value is 45.10%
CMYK:
(31,0,65,45)
C31M0Y65K45 
(31%,0%,65%,45%)
(0.31/0.00/0.65/0.45)	

CMYK percentages

%30.71
%0
%65
%45.1

Codes

Color #618C31 in popluar color models

618C31
RGB9714049
HSL88°48.15%37.06%
HSB/HSV88°65.00%54.90%
CMYK30.71%0.00%65.00%
45.10%

Color #618C31 in popluar number systems.

HEX618C31
Decimal9714049
Binary110000110001100110001
Octal14121461

Shades and tints

Shades of #618C31

#618C31
(97,140,49)
#59802D
(89,128,45)
#517429
(81,116,41)
#496825
(73,104,37)
#415C21
(65,92,33)
#39501D
(57,80,29)
#314419
(49,68,25)
#293815
(41,56,21)
#212C11
(33,44,17)
#19200D
(25,32,13)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #618C31

#618C31
(97,140,49)
#6F9643
(111,150,67)
#7DA055
(125,160,85)
#8BAA67
(139,170,103)
#99B479
(153,180,121)
#A7BE8B
(167,190,139)
#B5C89D
(181,200,157)
#C3D2AF
(195,210,175)
#D1DCC1
(209,220,193)
#DFE6D3
(223,230,211)
#EDF0E5
(237,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618C31; }

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

This text font color is #618C31.


Background Color

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

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

This div background color is #618C31.


Border color

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

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

This div border color is #618C31.


Opacity

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

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

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

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

This text has shadow with #618C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618C31 on black background.


Color preview on white background

This text has color #618C31 on white background.



Black color preview on #618C31 background

This text has black color on #618C31 background.


White color preview on #618C31 background

This text has white color on #618C31 background.