COLOR #718D87

HEX: #718D87
RGB: (113,141,135)

Color info

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

RGB color model

#718D87 color RGB value is (113,141,135).

  • red value is 113;
  • green value is 141;
  • blue value is 135.
RGB:
(113,141,135)
(44%,55%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 141 of 255 = 55%
B 135 of 255 = 53%

113
141
135

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

Portions of RGB colors in percentages

R + G + B =
113 + 141 + 135 = 389 (100%)
R 113 of 389 ~ 29.05%
G 141 of 389 ~ 36.25%
B 135 of 389 ~ 34.7%

%29.05
%36.25
%34.7

CMYK color model

#718D87 color CMYK value is (20,0,4,45).

  • cyan value is 19.86%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 44.71%
CMYK:
(20,0,4,45)
C20M0Y4K45 
(20%,0%,4%,45%)
(0.20/0.00/0.04/0.45)	

CMYK percentages

%19.86
%0
%4.26
%44.71

Codes

Color #718D87 in popluar color models

718D87
RGB113141135
HSL167°11.02%49.80%
HSB/HSV167°19.86%55.29%
CMYK19.86%0.00%4.26%
44.71%

Color #718D87 in popluar number systems.

HEX718D87
Decimal113141135
Binary11100011000110110000111
Octal161215207

Shades and tints

Shades of #718D87

#718D87
(113,141,135)
#67817B
(103,129,123)
#5D756F
(93,117,111)
#536963
(83,105,99)
#495D57
(73,93,87)
#3F514B
(63,81,75)
#35453F
(53,69,63)
#2B3933
(43,57,51)
#212D27
(33,45,39)
#17211B
(23,33,27)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #718D87

#718D87
(113,141,135)
#7D9791
(125,151,145)
#89A19B
(137,161,155)
#95ABA5
(149,171,165)
#A1B5AF
(161,181,175)
#ADBFB9
(173,191,185)
#B9C9C3
(185,201,195)
#C5D3CD
(197,211,205)
#D1DDD7
(209,221,215)
#DDE7E1
(221,231,225)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718D87; }

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

This text font color is #718D87.


Background Color

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

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

This div background color is #718D87.


Border color

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

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

This div border color is #718D87.


Opacity

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

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

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

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

This text has shadow with #718D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718D87 on black background.


Color preview on white background

This text has color #718D87 on white background.



Black color preview on #718D87 background

This text has black color on #718D87 background.


White color preview on #718D87 background

This text has white color on #718D87 background.