COLOR #718F70

HEX: #718F70
RGB: (113,143,112)

Color info

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

RGB color model

#718F70 color RGB value is (113,143,112).

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

RGB channels and saturation

R 113 of 255 = 44%
G 143 of 255 = 56%
B 112 of 255 = 44%

113
143
112

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

Portions of RGB colors in percentages

R + G + B =
113 + 143 + 112 = 368 (100%)
R 113 of 368 ~ 30.71%
G 143 of 368 ~ 38.86%
B 112 of 368 ~ 30.43%

%30.71
%38.86
%30.43

CMYK color model

#718F70 color CMYK value is (21,0,22,44).

  • cyan value is 20.98%
  • magenta value is 0.00%
  • yellow value is 21.68%
  • key color value is 43.92%
CMYK:
(21,0,22,44)
C21M0Y22K44 
(21%,0%,22%,44%)
(0.21/0.00/0.22/0.44)	

CMYK percentages

%20.98
%0
%21.68
%43.92

Codes

Color #718F70 in popluar color models

718F70
RGB113143112
HSL118°12.16%50.00%
HSB/HSV118°21.68%56.08%
CMYK20.98%0.00%21.68%
43.92%

Color #718F70 in popluar number systems.

HEX718F70
Decimal113143112
Binary1110001100011111110000
Octal161217160

Shades and tints

Shades of #718F70

#718F70
(113,143,112)
#678266
(103,130,102)
#5D755C
(93,117,92)
#536852
(83,104,82)
#495B48
(73,91,72)
#3F4E3E
(63,78,62)
#354134
(53,65,52)
#2B342A
(43,52,42)
#212720
(33,39,32)
#171A16
(23,26,22)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #718F70

#718F70
(113,143,112)
#7D997D
(125,153,125)
#89A38A
(137,163,138)
#95AD97
(149,173,151)
#A1B7A4
(161,183,164)
#ADC1B1
(173,193,177)
#B9CBBE
(185,203,190)
#C5D5CB
(197,213,203)
#D1DFD8
(209,223,216)
#DDE9E5
(221,233,229)
#E9F3F2
(233,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718F70; }

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

This text font color is #718F70.


Background Color

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

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

This div background color is #718F70.


Border color

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

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

This div border color is #718F70.


Opacity

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

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

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

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

This text has shadow with #718F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718F70 on black background.


Color preview on white background

This text has color #718F70 on white background.



Black color preview on #718F70 background

This text has black color on #718F70 background.


White color preview on #718F70 background

This text has white color on #718F70 background.