COLOR #618745

HEX: #618745
RGB: (97,135,69)

Color info

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

RGB color model

#618745 color RGB value is (97,135,69).

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

RGB channels and saturation

R 97 of 255 = 38%
G 135 of 255 = 53%
B 69 of 255 = 27%

97
135
69

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

Portions of RGB colors in percentages

R + G + B =
97 + 135 + 69 = 301 (100%)
R 97 of 301 ~ 32.23%
G 135 of 301 ~ 44.85%
B 69 of 301 ~ 22.92%

%32.23
%44.85
%22.92

CMYK color model

#618745 color CMYK value is (28,0,49,47).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 48.89%
  • key color value is 47.06%
CMYK:
(28,0,49,47)
C28M0Y49K47 
(28%,0%,49%,47%)
(0.28/0.00/0.49/0.47)	

CMYK percentages

%28.15
%0
%48.89
%47.06

Codes

Color #618745 in popluar color models

618745
RGB9713569
HSL95°32.35%40.00%
HSB/HSV95°48.89%52.94%
CMYK28.15%0.00%48.89%
47.06%

Color #618745 in popluar number systems.

HEX618745
Decimal9713569
Binary1100001100001111000101
Octal141207105

Shades and tints

Shades of #618745

#618745
(97,135,69)
#597B3F
(89,123,63)
#516F39
(81,111,57)
#496333
(73,99,51)
#41572D
(65,87,45)
#394B27
(57,75,39)
#313F21
(49,63,33)
#29331B
(41,51,27)
#212715
(33,39,21)
#191B0F
(25,27,15)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #618745

#618745
(97,135,69)
#6F9155
(111,145,85)
#7D9B65
(125,155,101)
#8BA575
(139,165,117)
#99AF85
(153,175,133)
#A7B995
(167,185,149)
#B5C3A5
(181,195,165)
#C3CDB5
(195,205,181)
#D1D7C5
(209,215,197)
#DFE1D5
(223,225,213)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618745; }

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

This text font color is #618745.


Background Color

.myBgColor { background-color: #618745; }

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

This div background color is #618745.


Border color

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

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

This div border color is #618745.


Opacity

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

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

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

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

This text has shadow with #618745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618745 on black background.


Color preview on white background

This text has color #618745 on white background.



Black color preview on #618745 background

This text has black color on #618745 background.


White color preview on #618745 background

This text has white color on #618745 background.