COLOR #718A70

HEX: #718A70
RGB: (113,138,112)

Color info

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

RGB color model

#718A70 color RGB value is (113,138,112).

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

RGB channels and saturation

R 113 of 255 = 44%
G 138 of 255 = 54%
B 112 of 255 = 44%

113
138
112

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

Portions of RGB colors in percentages

R + G + B =
113 + 138 + 112 = 363 (100%)
R 113 of 363 ~ 31.13%
G 138 of 363 ~ 38.02%
B 112 of 363 ~ 30.85%

%31.13
%38.02
%30.85

CMYK color model

#718A70 color CMYK value is (18,0,19,46).

  • cyan value is 18.12%
  • magenta value is 0.00%
  • yellow value is 18.84%
  • key color value is 45.88%
CMYK:
(18,0,19,46)
C18M0Y19K46 
(18%,0%,19%,46%)
(0.18/0.00/0.19/0.46)	

CMYK percentages

%18.12
%0
%18.84
%45.88

Codes

Color #718A70 in popluar color models

718A70
RGB113138112
HSL118°10.40%49.02%
HSB/HSV118°18.84%54.12%
CMYK18.12%0.00%18.84%
45.88%

Color #718A70 in popluar number systems.

HEX718A70
Decimal113138112
Binary1110001100010101110000
Octal161212160

Shades and tints

Shades of #718A70

#718A70
(113,138,112)
#677E66
(103,126,102)
#5D725C
(93,114,92)
#536652
(83,102,82)
#495A48
(73,90,72)
#3F4E3E
(63,78,62)
#354234
(53,66,52)
#2B362A
(43,54,42)
#212A20
(33,42,32)
#171E16
(23,30,22)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #718A70

#718A70
(113,138,112)
#7D947D
(125,148,125)
#899E8A
(137,158,138)
#95A897
(149,168,151)
#A1B2A4
(161,178,164)
#ADBCB1
(173,188,177)
#B9C6BE
(185,198,190)
#C5D0CB
(197,208,203)
#D1DAD8
(209,218,216)
#DDE4E5
(221,228,229)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718A70; }

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

This text font color is #718A70.


Background Color

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

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

This div background color is #718A70.


Border color

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

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

This div border color is #718A70.


Opacity

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

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

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

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

This text has shadow with #718A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718A70 on black background.


Color preview on white background

This text has color #718A70 on white background.



Black color preview on #718A70 background

This text has black color on #718A70 background.


White color preview on #718A70 background

This text has white color on #718A70 background.