COLOR #718B91

HEX: #718B91
RGB: (113,139,145)

Color info

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

RGB color model

#718B91 color RGB value is (113,139,145).

  • red value is 113;
  • green value is 139;
  • blue value is 145.
RGB:
(113,139,145)
(44%,55%,57%)

RGB channels and saturation

R 113 of 255 = 44%
G 139 of 255 = 55%
B 145 of 255 = 57%

113
139
145

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

Portions of RGB colors in percentages

R + G + B =
113 + 139 + 145 = 397 (100%)
R 113 of 397 ~ 28.46%
G 139 of 397 ~ 35.01%
B 145 of 397 ~ 36.52%

%28.46
%35.01
%36.52

CMYK color model

#718B91 color CMYK value is (22,4,0,43).

  • cyan value is 22.07%
  • magenta value is 4.14%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(22,4,0,43)
C22M4Y0K43 
(22%,4%,0%,43%)
(0.22/0.04/0.00/0.43)	

CMYK percentages

%22.07
%4.14
%0
%43.14

Codes

Color #718B91 in popluar color models

718B91
RGB113139145
HSL191°12.70%50.59%
HSB/HSV191°22.07%56.86%
CMYK22.07%4.14%0.00%
43.14%

Color #718B91 in popluar number systems.

HEX718B91
Decimal113139145
Binary11100011000101110010001
Octal161213221

Shades and tints

Shades of #718B91

#718B91
(113,139,145)
#677F84
(103,127,132)
#5D7377
(93,115,119)
#53676A
(83,103,106)
#495B5D
(73,91,93)
#3F4F50
(63,79,80)
#354343
(53,67,67)
#2B3736
(43,55,54)
#212B29
(33,43,41)
#171F1C
(23,31,28)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #718B91

#718B91
(113,139,145)
#7D959B
(125,149,155)
#899FA5
(137,159,165)
#95A9AF
(149,169,175)
#A1B3B9
(161,179,185)
#ADBDC3
(173,189,195)
#B9C7CD
(185,199,205)
#C5D1D7
(197,209,215)
#D1DBE1
(209,219,225)
#DDE5EB
(221,229,235)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718B91 color. Also use rgb(113,139,145) instead hex code.

Text Font Color

.myTextColor { color: #718B91; }

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

This text font color is #718B91.


Background Color

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

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

This div background color is #718B91.


Border color

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

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

This div border color is #718B91.


Opacity

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

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

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

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

This text has shadow with #718B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718B91 on black background.


Color preview on white background

This text has color #718B91 on white background.



Black color preview on #718B91 background

This text has black color on #718B91 background.


White color preview on #718B91 background

This text has white color on #718B91 background.