COLOR #718E79

HEX: #718E79 RGB: (113,142,121)

Color info

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

RGB color model

#718E79 color RGB value is (113,142,121).

RGB: (113,142,121) (44%, 56%, 47%)

RGB channels and saturation

R 113 of 255 = 44%
G 142 of 255 = 56%
B 121 of 255 = 47%

113
142
121

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

Portions of RGB colors in percentages

R + G + B = 113 + 142 + 121 = 376 (100%)
R 113 of 376 ~ 30.05%
G 142 of 376 ~ 37.77%
B 121 of 376 ~ 32.18'%

%30.05
%37.77
%32.18

CMYK color model

#718E79 color CMYK value is (20,0,15,44).

  • cyan value is 20.42%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 44.31%

CMYK: (20,0,15,44)
C20M0Y15K44 (20%, 0%, 15%, 44%)
(0.20 / 0.00 / 0.15 / 0.44)

CMYK percentages

%20.42
%0
%14.79
%44.31

Codes

Color #718E79 in popluar color models

71 8E 79
RGB 113 142 121
HSL 137° 11.37% 50.00%
HSB/HSV 137° 20.42% 55.69%
CMYK 20.42% 0.00% 14.79%
44.31%

Color #718E79 in popluar number systems.

HEX 71 8E 79
Decimal 113 142 121
Binary 1110001 10001110 1111001
Octal 161 216 171

Shades and tints

Shades of #718E79

#718E79
(113,142,121)
#67826E
(103,130,110)
#5D7663
(93,118,99)
#536A58
(83,106,88)
#495E4D
(73,94,77)
#3F5242
(63,82,66)
#354637
(53,70,55)
#2B3A2C
(43,58,44)
#212E21
(33,46,33)
#172216
(23,34,22)
#0D160B
(13,22,11)
#000000
(0,0,0)

Tints of #718E79

#718E79
(113,142,121)
#7D9885
(125,152,133)
#89A291
(137,162,145)
#95AC9D
(149,172,157)
#A1B6A9
(161,182,169)
#ADC0B5
(173,192,181)
#B9CAC1
(185,202,193)
#C5D4CD
(197,212,205)
#D1DED9
(209,222,217)
#DDE8E5
(221,232,229)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718E79 color. Also use rgb(113,142,121) instead hex code.

Text Font Color

.myTextColor { color: #718E79; }

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

This text font color is #718E79.

Background Color

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

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

This div background color is #718E79.

Border color

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

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

This div border color is #718E79.

Opacity

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

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

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

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

This text has shadow with #718E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718E79.

Preview

Color preview on black background

This text has color #718E79 on black background.


Color preview on white background

This text has color #718E79 on white background.


Black color preview on #718E79 background

This text has black color on #718E79 background.


White color preview on #718E79 background

This text has white color on #718E79 background.


Related colors

Complementary color

Complementary color for #hex is #8E7186.


I love getcolorcode.com

Triadic colors

1 #79718E and #8E7971 with #718E79 are triadic colors.

2 #798E71 and #8E7179 with #718E79 are triadic colors.