COLOR #718D8E

HEX: #718D8E RGB: (113,141,142)

Color info

#718D8E contains red, green and blue colors in about the same proportion. Web safe color of #718D8E is #669999 (or #699).

RGB color model

#718D8E color RGB value is (113,141,142).

RGB: (113,141,142) (44%, 55%, 56%)

RGB channels and saturation

R 113 of 255 = 44%
G 141 of 255 = 55%
B 142 of 255 = 56%

113
141
142

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

Portions of RGB colors in percentages

R + G + B = 113 + 141 + 142 = 396 (100%)
R 113 of 396 ~ 28.54%
G 141 of 396 ~ 35.61%
B 142 of 396 ~ 35.86'%

%28.54
%35.61
%35.86

CMYK color model

#718D8E color CMYK value is (20,1,0,44).

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

CMYK: (20,1,0,44)
C20M1Y0K44 (20%, 1%, 0%, 44%)
(0.20 / 0.01 / 0.00 / 0.44)

CMYK percentages

%20.42
%0.7
%0
%44.31

Codes

Color #718D8E in popluar color models

71 8D 8E
RGB 113 141 142
HSL 182° 11.37% 50.00%
HSB/HSV 182° 20.42% 55.69%
CMYK 20.42% 0.70% 0.00%
44.31%

Color #718D8E in popluar number systems.

HEX 71 8D 8E
Decimal 113 141 142
Binary 1110001 10001101 10001110
Octal 161 215 216

Shades and tints

Shades of #718D8E

#718D8E
(113,141,142)
#678182
(103,129,130)
#5D7576
(93,117,118)
#53696A
(83,105,106)
#495D5E
(73,93,94)
#3F5152
(63,81,82)
#354546
(53,69,70)
#2B393A
(43,57,58)
#212D2E
(33,45,46)
#172122
(23,33,34)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #718D8E

#718D8E
(113,141,142)
#7D9798
(125,151,152)
#89A1A2
(137,161,162)
#95ABAC
(149,171,172)
#A1B5B6
(161,181,182)
#ADBFC0
(173,191,192)
#B9C9CA
(185,201,202)
#C5D3D4
(197,211,212)
#D1DDDE
(209,221,222)
#DDE7E8
(221,231,232)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718D8E; }

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

This text font color is #718D8E.

Background Color

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

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

This div background color is #718D8E.

Border color

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

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

This div border color is #718D8E.

Opacity

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

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

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

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

This text has shadow with #718D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718D8E.

Preview

Color preview on black background

This text has color #718D8E on black background.


Color preview on white background

This text has color #718D8E on white background.


Black color preview on #718D8E background

This text has black color on #718D8E background.


White color preview on #718D8E background

This text has white color on #718D8E background.


Related colors

Complementary color

Complementary color for #hex is #8E7271.


I love getcolorcode.com

Triadic colors

1 #8E718D and #8D8E71 with #718D8E are triadic colors.

2 #8E8D71 and #8D718E with #718D8E are triadic colors.