COLOR #718C94

HEX: #718C94 RGB: (113,140,148)

Color info

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

RGB color model

#718C94 color RGB value is (113,140,148).

RGB: (113,140,148) (44%, 55%, 58%)

RGB channels and saturation

R 113 of 255 = 44%
G 140 of 255 = 55%
B 148 of 255 = 58%

113
140
148

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

Portions of RGB colors in percentages

R + G + B = 113 + 140 + 148 = 401 (100%)
R 113 of 401 ~ 28.18%
G 140 of 401 ~ 34.91%
B 148 of 401 ~ 36.91'%

%28.18
%34.91
%36.91

CMYK color model

#718C94 color CMYK value is (24,5,0,42).

  • cyan value is 23.65%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (24,5,0,42)
C24M5Y0K42 (24%, 5%, 0%, 42%)
(0.24 / 0.05 / 0.00 / 0.42)

CMYK percentages

%23.65
%5.41
%0
%41.96

Codes

Color #718C94 in popluar color models

71 8C 94
RGB 113 140 148
HSL 194° 14.06% 51.18%
HSB/HSV 194° 23.65% 58.04%
CMYK 23.65% 5.41% 0.00%
41.96%

Color #718C94 in popluar number systems.

HEX 71 8C 94
Decimal 113 140 148
Binary 1110001 10001100 10010100
Octal 161 214 224

Shades and tints

Shades of #718C94

#718C94
(113,140,148)
#678087
(103,128,135)
#5D747A
(93,116,122)
#53686D
(83,104,109)
#495C60
(73,92,96)
#3F5053
(63,80,83)
#354446
(53,68,70)
#2B3839
(43,56,57)
#212C2C
(33,44,44)
#17201F
(23,32,31)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #718C94

#718C94
(113,140,148)
#7D969D
(125,150,157)
#89A0A6
(137,160,166)
#95AAAF
(149,170,175)
#A1B4B8
(161,180,184)
#ADBEC1
(173,190,193)
#B9C8CA
(185,200,202)
#C5D2D3
(197,210,211)
#D1DCDC
(209,220,220)
#DDE6E5
(221,230,229)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718C94; }

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

This text font color is #718C94.

Background Color

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

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

This div background color is #718C94.

Border color

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

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

This div border color is #718C94.

Opacity

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

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

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

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

This text has shadow with #718C94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718C94.

Preview

Color preview on black background

This text has color #718C94 on black background.


Color preview on white background

This text has color #718C94 on white background.


Black color preview on #718C94 background

This text has black color on #718C94 background.


White color preview on #718C94 background

This text has white color on #718C94 background.


Related colors

Complementary color

Complementary color for #hex is #8E736B.


I love getcolorcode.com

Triadic colors

1 #94718C and #8C9471 with #718C94 are triadic colors.

2 #948C71 and #8C7194 with #718C94 are triadic colors.