COLOR #718593

HEX: #718593
RGB: (113,133,147)

Color info

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

RGB color model

#718593 color RGB value is (113,133,147).

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

RGB channels and saturation

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

113
133
147

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

Portions of RGB colors in percentages

R + G + B =
113 + 133 + 147 = 393 (100%)
R 113 of 393 ~ 28.75%
G 133 of 393 ~ 33.84%
B 147 of 393 ~ 37.4%

%28.75
%33.84
%37.4

CMYK color model

#718593 color CMYK value is (23,10,0,42).

  • cyan value is 23.13%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(23,10,0,42)
C23M10Y0K42 
(23%,10%,0%,42%)
(0.23/0.10/0.00/0.42)	

CMYK percentages

%23.13
%9.52
%0
%42.35

Codes

Color #718593 in popluar color models

718593
RGB113133147
HSL205°13.60%50.98%
HSB/HSV205°23.13%57.65%
CMYK23.13%9.52%0.00%
42.35%

Color #718593 in popluar number systems.

HEX718593
Decimal113133147
Binary11100011000010110010011
Octal161205223

Shades and tints

Shades of #718593

#718593
(113,133,147)
#677986
(103,121,134)
#5D6D79
(93,109,121)
#53616C
(83,97,108)
#49555F
(73,85,95)
#3F4952
(63,73,82)
#353D45
(53,61,69)
#2B3138
(43,49,56)
#21252B
(33,37,43)
#17191E
(23,25,30)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #718593

#718593
(113,133,147)
#7D909C
(125,144,156)
#899BA5
(137,155,165)
#95A6AE
(149,166,174)
#A1B1B7
(161,177,183)
#ADBCC0
(173,188,192)
#B9C7C9
(185,199,201)
#C5D2D2
(197,210,210)
#D1DDDB
(209,221,219)
#DDE8E4
(221,232,228)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718593; }

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

This text font color is #718593.


Background Color

.myBgColor { background-color: #718593; }

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

This div background color is #718593.


Border color

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

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

This div border color is #718593.


Opacity

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

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

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

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

This text has shadow with #718593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718593 on black background.


Color preview on white background

This text has color #718593 on white background.



Black color preview on #718593 background

This text has black color on #718593 background.


White color preview on #718593 background

This text has white color on #718593 background.