COLOR #718091

HEX: #718091
RGB: (113,128,145)

Color info

#718091 contains red, green and blue colors in about the same proportion. Web safe color of #718091 is #666699 (or #669).

RGB color model

#718091 color RGB value is (113,128,145).

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

RGB channels and saturation

R 113 of 255 = 44%
G 128 of 255 = 50%
B 145 of 255 = 57%

113
128
145

R + G + B ~ 50%. #718091 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 128 + 145 = 386 (100%)
R 113 of 386 ~ 29.27%
G 128 of 386 ~ 33.16%
B 145 of 386 ~ 37.56%

%29.27
%33.16
%37.56

CMYK color model

#718091 color CMYK value is (22,12,0,43).

  • cyan value is 22.07%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK: (22,12,0,43) C22M12Y0K43 (22%,12%,0%,43%) (0.22/0.12/0.00/0.43)

CMYK percentages

%22.07
%11.72
%0
%43.14

Codes

Color #718091 in popluar color models

718091
RGB113128145
HSL212°12.70%50.59%
HSB/HSV212°22.07%56.86%
CMYK22.07%11.72%0.00%
43.14%

Color #718091 in popluar number systems.

HEX718091
Decimal113128145
Binary11100011000000010010001
Octal161200221

Shades and tints

Shades of #718091

#718091
(113,128,145)
#677584
(103,117,132)
#5D6A77
(93,106,119)
#535F6A
(83,95,106)
#49545D
(73,84,93)
#3F4950
(63,73,80)
#353E43
(53,62,67)
#2B3336
(43,51,54)
#212829
(33,40,41)
#171D1C
(23,29,28)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #718091

#718091
(113,128,145)
#7D8B9B
(125,139,155)
#8996A5
(137,150,165)
#95A1AF
(149,161,175)
#A1ACB9
(161,172,185)
#ADB7C3
(173,183,195)
#B9C2CD
(185,194,205)
#C5CDD7
(197,205,215)
#D1D8E1
(209,216,225)
#DDE3EB
(221,227,235)
#E9EEF5
(233,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718091; }

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

This text font color is #718091.


Background Color

.myBgColor { background-color: #718091; }

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

This div background color is #718091.


Border color

.myBorderColor { border: 1px solid #718091; }

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

This div border color is #718091.


Opacity

.myOpacity80 { color: #718091; opacity: 0.8; }

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

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

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

This text has shadow with #718091 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #718091 on black background.


Color preview on white background

This text has color #718091 on white background.



Black color preview on #718091 background

This text has black color on #718091 background.


White color preview on #718091 background

This text has white color on #718091 background.