COLOR #718A94

HEX: #718A94
RGB: (113,138,148)

Color info

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

RGB color model

#718A94 color RGB value is (113,138,148).

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

RGB channels and saturation

R 113 of 255 = 44%
G 138 of 255 = 54%
B 148 of 255 = 58%

113
138
148

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

Portions of RGB colors in percentages

R + G + B =
113 + 138 + 148 = 399 (100%)
R 113 of 399 ~ 28.32%
G 138 of 399 ~ 34.59%
B 148 of 399 ~ 37.09%

%28.32
%34.59
%37.09

CMYK color model

#718A94 color CMYK value is (24,7,0,42).

  • cyan value is 23.65%
  • magenta value is 6.76%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(24,7,0,42)
C24M7Y0K42 
(24%,7%,0%,42%)
(0.24/0.07/0.00/0.42)	

CMYK percentages

%23.65
%6.76
%0
%41.96

Codes

Color #718A94 in popluar color models

718A94
RGB113138148
HSL197°14.06%51.18%
HSB/HSV197°23.65%58.04%
CMYK23.65%6.76%0.00%
41.96%

Color #718A94 in popluar number systems.

HEX718A94
Decimal113138148
Binary11100011000101010010100
Octal161212224

Shades and tints

Shades of #718A94

#718A94
(113,138,148)
#677E87
(103,126,135)
#5D727A
(93,114,122)
#53666D
(83,102,109)
#495A60
(73,90,96)
#3F4E53
(63,78,83)
#354246
(53,66,70)
#2B3639
(43,54,57)
#212A2C
(33,42,44)
#171E1F
(23,30,31)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #718A94

#718A94
(113,138,148)
#7D949D
(125,148,157)
#899EA6
(137,158,166)
#95A8AF
(149,168,175)
#A1B2B8
(161,178,184)
#ADBCC1
(173,188,193)
#B9C6CA
(185,198,202)
#C5D0D3
(197,208,211)
#D1DADC
(209,218,220)
#DDE4E5
(221,228,229)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718A94; }

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

This text font color is #718A94.


Background Color

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

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

This div background color is #718A94.


Border color

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

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

This div border color is #718A94.


Opacity

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

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

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

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

This text has shadow with #718A94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718A94 on black background.


Color preview on white background

This text has color #718A94 on white background.



Black color preview on #718A94 background

This text has black color on #718A94 background.


White color preview on #718A94 background

This text has white color on #718A94 background.