COLOR #618766

HEX: #618766
RGB: (97,135,102)

Color info

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

RGB color model

#618766 color RGB value is (97,135,102).

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

RGB channels and saturation

R 97 of 255 = 38%
G 135 of 255 = 53%
B 102 of 255 = 40%

97
135
102

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

Portions of RGB colors in percentages

R + G + B =
97 + 135 + 102 = 334 (100%)
R 97 of 334 ~ 29.04%
G 135 of 334 ~ 40.42%
B 102 of 334 ~ 30.54%

%29.04
%40.42
%30.54

CMYK color model

#618766 color CMYK value is (28,0,24,47).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 47.06%
CMYK:
(28,0,24,47)
C28M0Y24K47 
(28%,0%,24%,47%)
(0.28/0.00/0.24/0.47)	

CMYK percentages

%28.15
%0
%24.44
%47.06

Codes

Color #618766 in popluar color models

618766
RGB97135102
HSL128°16.38%45.49%
HSB/HSV128°28.15%52.94%
CMYK28.15%0.00%24.44%
47.06%

Color #618766 in popluar number systems.

HEX618766
Decimal97135102
Binary1100001100001111100110
Octal141207146

Shades and tints

Shades of #618766

#618766
(97,135,102)
#597B5D
(89,123,93)
#516F54
(81,111,84)
#49634B
(73,99,75)
#415742
(65,87,66)
#394B39
(57,75,57)
#313F30
(49,63,48)
#293327
(41,51,39)
#21271E
(33,39,30)
#191B15
(25,27,21)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #618766

#618766
(97,135,102)
#6F9173
(111,145,115)
#7D9B80
(125,155,128)
#8BA58D
(139,165,141)
#99AF9A
(153,175,154)
#A7B9A7
(167,185,167)
#B5C3B4
(181,195,180)
#C3CDC1
(195,205,193)
#D1D7CE
(209,215,206)
#DFE1DB
(223,225,219)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618766; }

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

This text font color is #618766.


Background Color

.myBgColor { background-color: #618766; }

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

This div background color is #618766.


Border color

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

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

This div border color is #618766.


Opacity

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

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

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

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

This text has shadow with #618766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618766 on black background.


Color preview on white background

This text has color #618766 on white background.



Black color preview on #618766 background

This text has black color on #618766 background.


White color preview on #618766 background

This text has white color on #618766 background.