COLOR #718968

HEX: #718968
RGB: (113,137,104)

Color info

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

RGB color model

#718968 color RGB value is (113,137,104).

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

RGB channels and saturation

R 113 of 255 = 44%
G 137 of 255 = 54%
B 104 of 255 = 41%

113
137
104

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

Portions of RGB colors in percentages

R + G + B =
113 + 137 + 104 = 354 (100%)
R 113 of 354 ~ 31.92%
G 137 of 354 ~ 38.7%
B 104 of 354 ~ 29.38%

%31.92
%38.7
%29.38

CMYK color model

#718968 color CMYK value is (18,0,24,46).

  • cyan value is 17.52%
  • magenta value is 0.00%
  • yellow value is 24.09%
  • key color value is 46.27%
CMYK:
(18,0,24,46)
C18M0Y24K46 
(18%,0%,24%,46%)
(0.18/0.00/0.24/0.46)	

CMYK percentages

%17.52
%0
%24.09
%46.27

Codes

Color #718968 in popluar color models

718968
RGB113137104
HSL104°13.69%47.25%
HSB/HSV104°24.09%53.73%
CMYK17.52%0.00%24.09%
46.27%

Color #718968 in popluar number systems.

HEX718968
Decimal113137104
Binary1110001100010011101000
Octal161211150

Shades and tints

Shades of #718968

#718968
(113,137,104)
#677D5F
(103,125,95)
#5D7156
(93,113,86)
#53654D
(83,101,77)
#495944
(73,89,68)
#3F4D3B
(63,77,59)
#354132
(53,65,50)
#2B3529
(43,53,41)
#212920
(33,41,32)
#171D17
(23,29,23)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #718968

#718968
(113,137,104)
#7D9375
(125,147,117)
#899D82
(137,157,130)
#95A78F
(149,167,143)
#A1B19C
(161,177,156)
#ADBBA9
(173,187,169)
#B9C5B6
(185,197,182)
#C5CFC3
(197,207,195)
#D1D9D0
(209,217,208)
#DDE3DD
(221,227,221)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718968; }

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

This text font color is #718968.


Background Color

.myBgColor { background-color: #718968; }

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

This div background color is #718968.


Border color

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

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

This div border color is #718968.


Opacity

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

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

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

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

This text has shadow with #718968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718968 on black background.


Color preview on white background

This text has color #718968 on white background.



Black color preview on #718968 background

This text has black color on #718968 background.


White color preview on #718968 background

This text has white color on #718968 background.