COLOR #718595

HEX: #718595
RGB: (113,133,149)

Color info

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

RGB color model

#718595 color RGB value is (113,133,149).

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

RGB channels and saturation

R 113 of 255 = 44%
G 133 of 255 = 52%
B 149 of 255 = 58%

113
133
149

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

Portions of RGB colors in percentages

R + G + B =
113 + 133 + 149 = 395 (100%)
R 113 of 395 ~ 28.61%
G 133 of 395 ~ 33.67%
B 149 of 395 ~ 37.72%

%28.61
%33.67
%37.72

CMYK color model

#718595 color CMYK value is (24,11,0,42).

  • cyan value is 24.16%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(24,11,0,42)
C24M11Y0K42 
(24%,11%,0%,42%)
(0.24/0.11/0.00/0.42)	

CMYK percentages

%24.16
%10.74
%0
%41.57

Codes

Color #718595 in popluar color models

718595
RGB113133149
HSL207°14.52%51.37%
HSB/HSV207°24.16%58.43%
CMYK24.16%10.74%0.00%
41.57%

Color #718595 in popluar number systems.

HEX718595
Decimal113133149
Binary11100011000010110010101
Octal161205225

Shades and tints

Shades of #718595

#718595
(113,133,149)
#677988
(103,121,136)
#5D6D7B
(93,109,123)
#53616E
(83,97,110)
#495561
(73,85,97)
#3F4954
(63,73,84)
#353D47
(53,61,71)
#2B313A
(43,49,58)
#21252D
(33,37,45)
#171920
(23,25,32)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #718595

#718595
(113,133,149)
#7D909E
(125,144,158)
#899BA7
(137,155,167)
#95A6B0
(149,166,176)
#A1B1B9
(161,177,185)
#ADBCC2
(173,188,194)
#B9C7CB
(185,199,203)
#C5D2D4
(197,210,212)
#D1DDDD
(209,221,221)
#DDE8E6
(221,232,230)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718595; }

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

This text font color is #718595.


Background Color

.myBgColor { background-color: #718595; }

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

This div background color is #718595.


Border color

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

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

This div border color is #718595.


Opacity

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

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

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

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

This text has shadow with #718595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718595 on black background.


Color preview on white background

This text has color #718595 on white background.



Black color preview on #718595 background

This text has black color on #718595 background.


White color preview on #718595 background

This text has white color on #718595 background.