COLOR #718C70

HEX: #718C70
RGB: (113,140,112)

Color info

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

RGB color model

#718C70 color RGB value is (113,140,112).

  • red value is 113;
  • green value is 140;
  • blue value is 112.
RGB:
(113,140,112)
(44%,55%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 140 of 255 = 55%
B 112 of 255 = 44%

113
140
112

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

Portions of RGB colors in percentages

R + G + B =
113 + 140 + 112 = 365 (100%)
R 113 of 365 ~ 30.96%
G 140 of 365 ~ 38.36%
B 112 of 365 ~ 30.68%

%30.96
%38.36
%30.68

CMYK color model

#718C70 color CMYK value is (19,0,20,45).

  • cyan value is 19.29%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 45.10%
CMYK:
(19,0,20,45)
C19M0Y20K45 
(19%,0%,20%,45%)
(0.19/0.00/0.20/0.45)	

CMYK percentages

%19.29
%0
%20
%45.1

Codes

Color #718C70 in popluar color models

718C70
RGB113140112
HSL118°11.11%49.41%
HSB/HSV118°20.00%54.90%
CMYK19.29%0.00%20.00%
45.10%

Color #718C70 in popluar number systems.

HEX718C70
Decimal113140112
Binary1110001100011001110000
Octal161214160

Shades and tints

Shades of #718C70

#718C70
(113,140,112)
#678066
(103,128,102)
#5D745C
(93,116,92)
#536852
(83,104,82)
#495C48
(73,92,72)
#3F503E
(63,80,62)
#354434
(53,68,52)
#2B382A
(43,56,42)
#212C20
(33,44,32)
#172016
(23,32,22)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #718C70

#718C70
(113,140,112)
#7D967D
(125,150,125)
#89A08A
(137,160,138)
#95AA97
(149,170,151)
#A1B4A4
(161,180,164)
#ADBEB1
(173,190,177)
#B9C8BE
(185,200,190)
#C5D2CB
(197,210,203)
#D1DCD8
(209,220,216)
#DDE6E5
(221,230,229)
#E9F0F2
(233,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718C70 color. Also use rgb(113,140,112) instead hex code.

Text Font Color

.myTextColor { color: #718C70; }

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

This text font color is #718C70.


Background Color

.myBgColor { background-color: #718C70; }

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

This div background color is #718C70.


Border color

.myBorderColor { border: 1px solid #718C70; }

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

This div border color is #718C70.


Opacity

.myOpacity80 { color: #718C70; opacity: 0.8; }

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

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

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

This text has shadow with #718C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718C70 on black background.


Color preview on white background

This text has color #718C70 on white background.



Black color preview on #718C70 background

This text has black color on #718C70 background.


White color preview on #718C70 background

This text has white color on #718C70 background.