COLOR #718393

HEX: #718393
RGB: (113,131,147)

Color info

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

RGB color model

#718393 color RGB value is (113,131,147).

  • red value is 113;
  • green value is 131;
  • blue value is 147.
RGB:
(113,131,147)
(44%,51%,58%)

RGB channels and saturation

R 113 of 255 = 44%
G 131 of 255 = 51%
B 147 of 255 = 58%

113
131
147

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

Portions of RGB colors in percentages

R + G + B =
113 + 131 + 147 = 391 (100%)
R 113 of 391 ~ 28.9%
G 131 of 391 ~ 33.5%
B 147 of 391 ~ 37.6%

%28.9
%33.5
%37.6

CMYK color model

#718393 color CMYK value is (23,11,0,42).

  • cyan value is 23.13%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(23,11,0,42)
C23M11Y0K42 
(23%,11%,0%,42%)
(0.23/0.11/0.00/0.42)	

CMYK percentages

%23.13
%10.88
%0
%42.35

Codes

Color #718393 in popluar color models

718393
RGB113131147
HSL208°13.60%50.98%
HSB/HSV208°23.13%57.65%
CMYK23.13%10.88%0.00%
42.35%

Color #718393 in popluar number systems.

HEX718393
Decimal113131147
Binary11100011000001110010011
Octal161203223

Shades and tints

Shades of #718393

#718393
(113,131,147)
#677886
(103,120,134)
#5D6D79
(93,109,121)
#53626C
(83,98,108)
#49575F
(73,87,95)
#3F4C52
(63,76,82)
#354145
(53,65,69)
#2B3638
(43,54,56)
#212B2B
(33,43,43)
#17201E
(23,32,30)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #718393

#718393
(113,131,147)
#7D8E9C
(125,142,156)
#8999A5
(137,153,165)
#95A4AE
(149,164,174)
#A1AFB7
(161,175,183)
#ADBAC0
(173,186,192)
#B9C5C9
(185,197,201)
#C5D0D2
(197,208,210)
#D1DBDB
(209,219,219)
#DDE6E4
(221,230,228)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718393 color. Also use rgb(113,131,147) instead hex code.

Text Font Color

.myTextColor { color: #718393; }

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

This text font color is #718393.


Background Color

.myBgColor { background-color: #718393; }

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

This div background color is #718393.


Border color

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

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

This div border color is #718393.


Opacity

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

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

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

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

This text has shadow with #718393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718393 on black background.


Color preview on white background

This text has color #718393 on white background.



Black color preview on #718393 background

This text has black color on #718393 background.


White color preview on #718393 background

This text has white color on #718393 background.