COLOR #718668

HEX: #718668
RGB: (113,134,104)

Color info

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

RGB color model

#718668 color RGB value is (113,134,104).

  • red value is 113;
  • green value is 134;
  • blue value is 104.
RGB:
(113,134,104)
(44%,53%,41%)

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 104 of 255 = 41%

113
134
104

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

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 104 = 351 (100%)
R 113 of 351 ~ 32.19%
G 134 of 351 ~ 38.18%
B 104 of 351 ~ 29.63%

%32.19
%38.18
%29.63

CMYK color model

#718668 color CMYK value is (16,0,22,47).

  • cyan value is 15.67%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 47.45%
CMYK:
(16,0,22,47)
C16M0Y22K47 
(16%,0%,22%,47%)
(0.16/0.00/0.22/0.47)	

CMYK percentages

%15.67
%0
%22.39
%47.45

Codes

Color #718668 in popluar color models

718668
RGB113134104
HSL102°12.61%46.67%
HSB/HSV102°22.39%52.55%
CMYK15.67%0.00%22.39%
47.45%

Color #718668 in popluar number systems.

HEX718668
Decimal113134104
Binary1110001100001101101000
Octal161206150

Shades and tints

Shades of #718668

#718668
(113,134,104)
#677A5F
(103,122,95)
#5D6E56
(93,110,86)
#53624D
(83,98,77)
#495644
(73,86,68)
#3F4A3B
(63,74,59)
#353E32
(53,62,50)
#2B3229
(43,50,41)
#212620
(33,38,32)
#171A17
(23,26,23)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #718668

#718668
(113,134,104)
#7D9175
(125,145,117)
#899C82
(137,156,130)
#95A78F
(149,167,143)
#A1B29C
(161,178,156)
#ADBDA9
(173,189,169)
#B9C8B6
(185,200,182)
#C5D3C3
(197,211,195)
#D1DED0
(209,222,208)
#DDE9DD
(221,233,221)
#E9F4EA
(233,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718668 color. Also use rgb(113,134,104) instead hex code.

Text Font Color

.myTextColor { color: #718668; }

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

This text font color is #718668.


Background Color

.myBgColor { background-color: #718668; }

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

This div background color is #718668.


Border color

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

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

This div border color is #718668.


Opacity

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

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

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

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

This text has shadow with #718668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718668 on black background.


Color preview on white background

This text has color #718668 on white background.



Black color preview on #718668 background

This text has black color on #718668 background.


White color preview on #718668 background

This text has white color on #718668 background.