COLOR #618443

HEX: #618443
RGB: (97,132,67)

Color info

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

RGB color model

#618443 color RGB value is (97,132,67).

  • red value is 97;
  • green value is 132;
  • blue value is 67.
RGB:
(97,132,67)
(38%,52%,26%)

RGB channels and saturation

R 97 of 255 = 38%
G 132 of 255 = 52%
B 67 of 255 = 26%

97
132
67

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

Portions of RGB colors in percentages

R + G + B =
97 + 132 + 67 = 296 (100%)
R 97 of 296 ~ 32.77%
G 132 of 296 ~ 44.59%
B 67 of 296 ~ 22.64%

%32.77
%44.59
%22.64

CMYK color model

#618443 color CMYK value is (27,0,49,48).

  • cyan value is 26.52%
  • magenta value is 0.00%
  • yellow value is 49.24%
  • key color value is 48.24%
CMYK:
(27,0,49,48)
C27M0Y49K48 
(27%,0%,49%,48%)
(0.27/0.00/0.49/0.48)	

CMYK percentages

%26.52
%0
%49.24
%48.24

Codes

Color #618443 in popluar color models

618443
RGB9713267
HSL92°32.66%39.02%
HSB/HSV92°49.24%51.76%
CMYK26.52%0.00%49.24%
48.24%

Color #618443 in popluar number systems.

HEX618443
Decimal9713267
Binary1100001100001001000011
Octal141204103

Shades and tints

Shades of #618443

#618443
(97,132,67)
#59783D
(89,120,61)
#516C37
(81,108,55)
#496031
(73,96,49)
#41542B
(65,84,43)
#394825
(57,72,37)
#313C1F
(49,60,31)
#293019
(41,48,25)
#212413
(33,36,19)
#19180D
(25,24,13)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #618443

#618443
(97,132,67)
#6F8F54
(111,143,84)
#7D9A65
(125,154,101)
#8BA576
(139,165,118)
#99B087
(153,176,135)
#A7BB98
(167,187,152)
#B5C6A9
(181,198,169)
#C3D1BA
(195,209,186)
#D1DCCB
(209,220,203)
#DFE7DC
(223,231,220)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618443 color. Also use rgb(97,132,67) instead hex code.

Text Font Color

.myTextColor { color: #618443; }

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

This text font color is #618443.


Background Color

.myBgColor { background-color: #618443; }

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

This div background color is #618443.


Border color

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

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

This div border color is #618443.


Opacity

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

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

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

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

This text has shadow with #618443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618443 on black background.


Color preview on white background

This text has color #618443 on white background.



Black color preview on #618443 background

This text has black color on #618443 background.


White color preview on #618443 background

This text has white color on #618443 background.