COLOR #618743

HEX: #618743
RGB: (97,135,67)

Color info

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

RGB color model

#618743 color RGB value is (97,135,67).

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

RGB channels and saturation

R 97 of 255 = 38%
G 135 of 255 = 53%
B 67 of 255 = 26%

97
135
67

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

Portions of RGB colors in percentages

R + G + B =
97 + 135 + 67 = 299 (100%)
R 97 of 299 ~ 32.44%
G 135 of 299 ~ 45.15%
B 67 of 299 ~ 22.41%

%32.44
%45.15
%22.41

CMYK color model

#618743 color CMYK value is (28,0,50,47).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 50.37%
  • key color value is 47.06%
CMYK:
(28,0,50,47)
C28M0Y50K47 
(28%,0%,50%,47%)
(0.28/0.00/0.50/0.47)	

CMYK percentages

%28.15
%0
%50.37
%47.06

Codes

Color #618743 in popluar color models

618743
RGB9713567
HSL94°33.66%39.61%
HSB/HSV94°50.37%52.94%
CMYK28.15%0.00%50.37%
47.06%

Color #618743 in popluar number systems.

HEX618743
Decimal9713567
Binary1100001100001111000011
Octal141207103

Shades and tints

Shades of #618743

#618743
(97,135,67)
#597B3D
(89,123,61)
#516F37
(81,111,55)
#496331
(73,99,49)
#41572B
(65,87,43)
#394B25
(57,75,37)
#313F1F
(49,63,31)
#293319
(41,51,25)
#212713
(33,39,19)
#191B0D
(25,27,13)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #618743

#618743
(97,135,67)
#6F9154
(111,145,84)
#7D9B65
(125,155,101)
#8BA576
(139,165,118)
#99AF87
(153,175,135)
#A7B998
(167,185,152)
#B5C3A9
(181,195,169)
#C3CDBA
(195,205,186)
#D1D7CB
(209,215,203)
#DFE1DC
(223,225,220)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618743; }

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

This text font color is #618743.


Background Color

.myBgColor { background-color: #618743; }

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

This div background color is #618743.


Border color

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

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

This div border color is #618743.


Opacity

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

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

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

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

This text has shadow with #618743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618743 on black background.


Color preview on white background

This text has color #618743 on white background.



Black color preview on #618743 background

This text has black color on #618743 background.


White color preview on #618743 background

This text has white color on #618743 background.