COLOR #618F30

HEX: #618F30
RGB: (97,143,48)

Color info

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

RGB color model

#618F30 color RGB value is (97,143,48).

  • red value is 97;
  • green value is 143;
  • blue value is 48.
RGB:
(97,143,48)
(38%,56%,19%)

RGB channels and saturation

R 97 of 255 = 38%
G 143 of 255 = 56%
B 48 of 255 = 19%

97
143
48

R + G + B ~ 38%. #618F30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 143 + 48 = 288 (100%)
R 97 of 288 ~ 33.68%
G 143 of 288 ~ 49.65%
B 48 of 288 ~ 16.67%

%33.68
%49.65
%16.67

CMYK color model

#618F30 color CMYK value is (32,0,66,44).

  • cyan value is 32.17%
  • magenta value is 0.00%
  • yellow value is 66.43%
  • key color value is 43.92%
CMYK:
(32,0,66,44)
C32M0Y66K44 
(32%,0%,66%,44%)
(0.32/0.00/0.66/0.44)	

CMYK percentages

%32.17
%0
%66.43
%43.92

Codes

Color #618F30 in popluar color models

618F30
RGB9714348
HSL89°49.74%37.45%
HSB/HSV89°66.43%56.08%
CMYK32.17%0.00%66.43%
43.92%

Color #618F30 in popluar number systems.

HEX618F30
Decimal9714348
Binary110000110001111110000
Octal14121760

Shades and tints

Shades of #618F30

#618F30
(97,143,48)
#59822C
(89,130,44)
#517528
(81,117,40)
#496824
(73,104,36)
#415B20
(65,91,32)
#394E1C
(57,78,28)
#314118
(49,65,24)
#293414
(41,52,20)
#212710
(33,39,16)
#191A0C
(25,26,12)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #618F30

#618F30
(97,143,48)
#6F9942
(111,153,66)
#7DA354
(125,163,84)
#8BAD66
(139,173,102)
#99B778
(153,183,120)
#A7C18A
(167,193,138)
#B5CB9C
(181,203,156)
#C3D5AE
(195,213,174)
#D1DFC0
(209,223,192)
#DFE9D2
(223,233,210)
#EDF3E4
(237,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618F30 color. Also use rgb(97,143,48) instead hex code.

Text Font Color

.myTextColor { color: #618F30; }

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

This text font color is #618F30.


Background Color

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

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

This div background color is #618F30.


Border color

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

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

This div border color is #618F30.


Opacity

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

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

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

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

This text has shadow with #618F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618F30 on black background.


Color preview on white background

This text has color #618F30 on white background.



Black color preview on #618F30 background

This text has black color on #618F30 background.


White color preview on #618F30 background

This text has white color on #618F30 background.