COLOR #718E7A

HEX: #718E7A RGB: (113,142,122)

Color info

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

RGB color model

#718E7A color RGB value is (113,142,122).

RGB: (113,142,122) (44%, 56%, 48%)

RGB channels and saturation

R 113 of 255 = 44%
G 142 of 255 = 56%
B 122 of 255 = 48%

113
142
122

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

Portions of RGB colors in percentages

R + G + B = 113 + 142 + 122 = 377 (100%)
R 113 of 377 ~ 29.97%
G 142 of 377 ~ 37.67%
B 122 of 377 ~ 32.36'%

%29.97
%37.67
%32.36

CMYK color model

#718E7A color CMYK value is (20,0,14,44).

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

CMYK: (20,0,14,44)
C20M0Y14K44 (20%, 0%, 14%, 44%)
(0.20 / 0.00 / 0.14 / 0.44)

CMYK percentages

%20.42
%0
%14.08
%44.31

Codes

Color #718E7A in popluar color models

71 8E 7A
RGB 113 142 122
HSL 139° 11.37% 50.00%
HSB/HSV 139° 20.42% 55.69%
CMYK 20.42% 0.00% 14.08%
44.31%

Color #718E7A in popluar number systems.

HEX 71 8E 7A
Decimal 113 142 122
Binary 1110001 10001110 1111010
Octal 161 216 172

Shades and tints

Shades of #718E7A

#718E7A
(113,142,122)
#67826F
(103,130,111)
#5D7664
(93,118,100)
#536A59
(83,106,89)
#495E4E
(73,94,78)
#3F5243
(63,82,67)
#354638
(53,70,56)
#2B3A2D
(43,58,45)
#212E22
(33,46,34)
#172217
(23,34,23)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #718E7A

#718E7A
(113,142,122)
#7D9886
(125,152,134)
#89A292
(137,162,146)
#95AC9E
(149,172,158)
#A1B6AA
(161,182,170)
#ADC0B6
(173,192,182)
#B9CAC2
(185,202,194)
#C5D4CE
(197,212,206)
#D1DEDA
(209,222,218)
#DDE8E6
(221,232,230)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718E7A; }

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

This text font color is #718E7A.

Background Color

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

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

This div background color is #718E7A.

Border color

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

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

This div border color is #718E7A.

Opacity

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

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

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

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

This text has shadow with #718E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718E7A.

Preview

Color preview on black background

This text has color #718E7A on black background.


Color preview on white background

This text has color #718E7A on white background.


Black color preview on #718E7A background

This text has black color on #718E7A background.


White color preview on #718E7A background

This text has white color on #718E7A background.


Related colors

Complementary color

Complementary color for #hex is #8E7185.


I love getcolorcode.com

Triadic colors

1 #7A718E and #8E7A71 with #718E7A are triadic colors.

2 #7A8E71 and #8E717A with #718E7A are triadic colors.