COLOR #618768

HEX: #618768
RGB: (97,135,104)

Color info

#618768 contains red, green and blue colors in about the same proportion. Web safe color of #618768 is #669966 (or #696).

RGB color model

#618768 color RGB value is (97,135,104).

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

RGB channels and saturation

R 97 of 255 = 38%
G 135 of 255 = 53%
B 104 of 255 = 41%

97
135
104

R + G + B ~ 44%. #618768 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 135 + 104 = 336 (100%)
R 97 of 336 ~ 28.87%
G 135 of 336 ~ 40.18%
B 104 of 336 ~ 30.95%

%28.87
%40.18
%30.95

CMYK color model

#618768 color CMYK value is (28,0,23,47).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 22.96%
  • key color value is 47.06%
CMYK:
(28,0,23,47)
C28M0Y23K47 
(28%,0%,23%,47%)
(0.28/0.00/0.23/0.47)	

CMYK percentages

%28.15
%0
%22.96
%47.06

Codes

Color #618768 in popluar color models

618768
RGB97135104
HSL131°16.38%45.49%
HSB/HSV131°28.15%52.94%
CMYK28.15%0.00%22.96%
47.06%

Color #618768 in popluar number systems.

HEX618768
Decimal97135104
Binary1100001100001111101000
Octal141207150

Shades and tints

Shades of #618768

#618768
(97,135,104)
#597B5F
(89,123,95)
#516F56
(81,111,86)
#49634D
(73,99,77)
#415744
(65,87,68)
#394B3B
(57,75,59)
#313F32
(49,63,50)
#293329
(41,51,41)
#212720
(33,39,32)
#191B17
(25,27,23)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #618768

#618768
(97,135,104)
#6F9175
(111,145,117)
#7D9B82
(125,155,130)
#8BA58F
(139,165,143)
#99AF9C
(153,175,156)
#A7B9A9
(167,185,169)
#B5C3B6
(181,195,182)
#C3CDC3
(195,205,195)
#D1D7D0
(209,215,208)
#DFE1DD
(223,225,221)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618768; }

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

This text font color is #618768.


Background Color

.myBgColor { background-color: #618768; }

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

This div background color is #618768.


Border color

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

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

This div border color is #618768.


Opacity

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

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

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

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

This text has shadow with #618768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618768 on black background.


Color preview on white background

This text has color #618768 on white background.



Black color preview on #618768 background

This text has black color on #618768 background.


White color preview on #618768 background

This text has white color on #618768 background.