COLOR #718695

HEX: #718695
RGB: (113,134,149)

Color info

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

RGB color model

#718695 color RGB value is (113,134,149).

  • red value is 113;
  • green value is 134;
  • blue value is 149.
RGB:
(113,134,149)
(44%,53%,58%)

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 149 of 255 = 58%

113
134
149

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

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 149 = 396 (100%)
R 113 of 396 ~ 28.54%
G 134 of 396 ~ 33.84%
B 149 of 396 ~ 37.63%

%28.54
%33.84
%37.63

CMYK color model

#718695 color CMYK value is (24,10,0,42).

  • cyan value is 24.16%
  • magenta value is 10.07%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(24,10,0,42)
C24M10Y0K42 
(24%,10%,0%,42%)
(0.24/0.10/0.00/0.42)	

CMYK percentages

%24.16
%10.07
%0
%41.57

Codes

Color #718695 in popluar color models

718695
RGB113134149
HSL205°14.52%51.37%
HSB/HSV205°24.16%58.43%
CMYK24.16%10.07%0.00%
41.57%

Color #718695 in popluar number systems.

HEX718695
Decimal113134149
Binary11100011000011010010101
Octal161206225

Shades and tints

Shades of #718695

#718695
(113,134,149)
#677A88
(103,122,136)
#5D6E7B
(93,110,123)
#53626E
(83,98,110)
#495661
(73,86,97)
#3F4A54
(63,74,84)
#353E47
(53,62,71)
#2B323A
(43,50,58)
#21262D
(33,38,45)
#171A20
(23,26,32)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #718695

#718695
(113,134,149)
#7D919E
(125,145,158)
#899CA7
(137,156,167)
#95A7B0
(149,167,176)
#A1B2B9
(161,178,185)
#ADBDC2
(173,189,194)
#B9C8CB
(185,200,203)
#C5D3D4
(197,211,212)
#D1DEDD
(209,222,221)
#DDE9E6
(221,233,230)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718695 color. Also use rgb(113,134,149) instead hex code.

Text Font Color

.myTextColor { color: #718695; }

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

This text font color is #718695.


Background Color

.myBgColor { background-color: #718695; }

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

This div background color is #718695.


Border color

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

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

This div border color is #718695.


Opacity

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

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

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

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

This text has shadow with #718695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718695 on black background.


Color preview on white background

This text has color #718695 on white background.



Black color preview on #718695 background

This text has black color on #718695 background.


White color preview on #718695 background

This text has white color on #718695 background.