COLOR #718A89

HEX: #718A89
RGB: (113,138,137)

Color info

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

RGB color model

#718A89 color RGB value is (113,138,137).

  • red value is 113;
  • green value is 138;
  • blue value is 137.
RGB:
(113,138,137)
(44%,54%,54%)

RGB channels and saturation

R 113 of 255 = 44%
G 138 of 255 = 54%
B 137 of 255 = 54%

113
138
137

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

Portions of RGB colors in percentages

R + G + B =
113 + 138 + 137 = 388 (100%)
R 113 of 388 ~ 29.12%
G 138 of 388 ~ 35.57%
B 137 of 388 ~ 35.31%

%29.12
%35.57
%35.31

CMYK color model

#718A89 color CMYK value is (18,0,1,46).

  • cyan value is 18.12%
  • magenta value is 0.00%
  • yellow value is 0.72%
  • key color value is 45.88%
CMYK:
(18,0,1,46)
C18M0Y1K46 
(18%,0%,1%,46%)
(0.18/0.00/0.01/0.46)	

CMYK percentages

%18.12
%0
%0.72
%45.88

Codes

Color #718A89 in popluar color models

718A89
RGB113138137
HSL178°9.96%49.22%
HSB/HSV178°18.12%54.12%
CMYK18.12%0.00%0.72%
45.88%

Color #718A89 in popluar number systems.

HEX718A89
Decimal113138137
Binary11100011000101010001001
Octal161212211

Shades and tints

Shades of #718A89

#718A89
(113,138,137)
#677E7D
(103,126,125)
#5D7271
(93,114,113)
#536665
(83,102,101)
#495A59
(73,90,89)
#3F4E4D
(63,78,77)
#354241
(53,66,65)
#2B3635
(43,54,53)
#212A29
(33,42,41)
#171E1D
(23,30,29)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #718A89

#718A89
(113,138,137)
#7D9493
(125,148,147)
#899E9D
(137,158,157)
#95A8A7
(149,168,167)
#A1B2B1
(161,178,177)
#ADBCBB
(173,188,187)
#B9C6C5
(185,198,197)
#C5D0CF
(197,208,207)
#D1DAD9
(209,218,217)
#DDE4E3
(221,228,227)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718A89 color. Also use rgb(113,138,137) instead hex code.

Text Font Color

.myTextColor { color: #718A89; }

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

This text font color is #718A89.


Background Color

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

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

This div background color is #718A89.


Border color

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

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

This div border color is #718A89.


Opacity

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

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

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

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

This text has shadow with #718A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718A89 on black background.


Color preview on white background

This text has color #718A89 on white background.



Black color preview on #718A89 background

This text has black color on #718A89 background.


White color preview on #718A89 background

This text has white color on #718A89 background.