COLOR #718F87

HEX: #718F87 RGB: (113,143,135)

Color info

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

RGB color model

#718F87 color RGB value is (113,143,135).

RGB: (113,143,135) (44%, 56%, 53%)

RGB channels and saturation

R 113 of 255 = 44%
G 143 of 255 = 56%
B 135 of 255 = 53%

113
143
135

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

Portions of RGB colors in percentages

R + G + B = 113 + 143 + 135 = 391 (100%)
R 113 of 391 ~ 28.9%
G 143 of 391 ~ 36.57%
B 135 of 391 ~ 34.53'%

%28.9
%36.57
%34.53

CMYK color model

#718F87 color CMYK value is (21,0,6,44).

  • cyan value is 20.98%
  • magenta value is 0.00%
  • yellow value is 5.59%
  • key color value is 43.92%

CMYK: (21,0,6,44)
C21M0Y6K44 (21%, 0%, 6%, 44%)
(0.21 / 0.00 / 0.06 / 0.44)

CMYK percentages

%20.98
%0
%5.59
%43.92

Codes

Color #718F87 in popluar color models

71 8F 87
RGB 113 143 135
HSL 164° 11.81% 50.20%
HSB/HSV 164° 20.98% 56.08%
CMYK 20.98% 0.00% 5.59%
43.92%

Color #718F87 in popluar number systems.

HEX 71 8F 87
Decimal 113 143 135
Binary 1110001 10001111 10000111
Octal 161 217 207

Shades and tints

Shades of #718F87

#718F87
(113,143,135)
#67827B
(103,130,123)
#5D756F
(93,117,111)
#536863
(83,104,99)
#495B57
(73,91,87)
#3F4E4B
(63,78,75)
#35413F
(53,65,63)
#2B3433
(43,52,51)
#212727
(33,39,39)
#171A1B
(23,26,27)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #718F87

#718F87
(113,143,135)
#7D9991
(125,153,145)
#89A39B
(137,163,155)
#95ADA5
(149,173,165)
#A1B7AF
(161,183,175)
#ADC1B9
(173,193,185)
#B9CBC3
(185,203,195)
#C5D5CD
(197,213,205)
#D1DFD7
(209,223,215)
#DDE9E1
(221,233,225)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718F87; }

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

This text font color is #718F87.

Background Color

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

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

This div background color is #718F87.

Border color

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

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

This div border color is #718F87.

Opacity

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

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

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

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

This text has shadow with #718F87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718F87.

Preview

Color preview on black background

This text has color #718F87 on black background.


Color preview on white background

This text has color #718F87 on white background.


Black color preview on #718F87 background

This text has black color on #718F87 background.


White color preview on #718F87 background

This text has white color on #718F87 background.


Related colors

Complementary color

Complementary color for #hex is #8E7078.


I love getcolorcode.com

Triadic colors

1 #87718F and #8F8771 with #718F87 are triadic colors.

2 #878F71 and #8F7187 with #718F87 are triadic colors.