COLOR #718972

HEX: #718972
RGB: (113,137,114)

Color info

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

RGB color model

#718972 color RGB value is (113,137,114).

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

RGB channels and saturation

R 113 of 255 = 44%
G 137 of 255 = 54%
B 114 of 255 = 45%

113
137
114

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

Portions of RGB colors in percentages

R + G + B =
113 + 137 + 114 = 364 (100%)
R 113 of 364 ~ 31.04%
G 137 of 364 ~ 37.64%
B 114 of 364 ~ 31.32%

%31.04
%37.64
%31.32

CMYK color model

#718972 color CMYK value is (18,0,17,46).

  • cyan value is 17.52%
  • magenta value is 0.00%
  • yellow value is 16.79%
  • key color value is 46.27%
CMYK:
(18,0,17,46)
C18M0Y17K46 
(18%,0%,17%,46%)
(0.18/0.00/0.17/0.46)	

CMYK percentages

%17.52
%0
%16.79
%46.27

Codes

Color #718972 in popluar color models

718972
RGB113137114
HSL123°9.60%49.02%
HSB/HSV123°17.52%53.73%
CMYK17.52%0.00%16.79%
46.27%

Color #718972 in popluar number systems.

HEX718972
Decimal113137114
Binary1110001100010011110010
Octal161211162

Shades and tints

Shades of #718972

#718972
(113,137,114)
#677D68
(103,125,104)
#5D715E
(93,113,94)
#536554
(83,101,84)
#49594A
(73,89,74)
#3F4D40
(63,77,64)
#354136
(53,65,54)
#2B352C
(43,53,44)
#212922
(33,41,34)
#171D18
(23,29,24)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #718972

#718972
(113,137,114)
#7D937E
(125,147,126)
#899D8A
(137,157,138)
#95A796
(149,167,150)
#A1B1A2
(161,177,162)
#ADBBAE
(173,187,174)
#B9C5BA
(185,197,186)
#C5CFC6
(197,207,198)
#D1D9D2
(209,217,210)
#DDE3DE
(221,227,222)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718972; }

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

This text font color is #718972.


Background Color

.myBgColor { background-color: #718972; }

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

This div background color is #718972.


Border color

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

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

This div border color is #718972.


Opacity

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

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

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

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

This text has shadow with #718972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718972 on black background.


Color preview on white background

This text has color #718972 on white background.



Black color preview on #718972 background

This text has black color on #718972 background.


White color preview on #718972 background

This text has white color on #718972 background.