COLOR #718083

HEX: #718083
RGB: (113,128,131)

Color info

#718083 contains red, green and blue colors in about the same proportion. Web safe color of #718083 is #666699 (or #669).

RGB color model

#718083 color RGB value is (113,128,131).

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

RGB channels and saturation

R 113 of 255 = 44%
G 128 of 255 = 50%
B 131 of 255 = 51%

113
128
131

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

Portions of RGB colors in percentages

R + G + B =
113 + 128 + 131 = 372 (100%)
R 113 of 372 ~ 30.38%
G 128 of 372 ~ 34.41%
B 131 of 372 ~ 35.22%

%30.38
%34.41
%35.22

CMYK color model

#718083 color CMYK value is (14,2,0,49).

  • cyan value is 13.74%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(14,2,0,49)
C14M2Y0K49 
(14%,2%,0%,49%)
(0.14/0.02/0.00/0.49)	

CMYK percentages

%13.74
%2.29
%0
%48.63

Codes

Color #718083 in popluar color models

718083
RGB113128131
HSL190°7.38%47.84%
HSB/HSV190°13.74%51.37%
CMYK13.74%2.29%0.00%
48.63%

Color #718083 in popluar number systems.

HEX718083
Decimal113128131
Binary11100011000000010000011
Octal161200203

Shades and tints

Shades of #718083

#718083
(113,128,131)
#677578
(103,117,120)
#5D6A6D
(93,106,109)
#535F62
(83,95,98)
#495457
(73,84,87)
#3F494C
(63,73,76)
#353E41
(53,62,65)
#2B3336
(43,51,54)
#21282B
(33,40,43)
#171D20
(23,29,32)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #718083

#718083
(113,128,131)
#7D8B8E
(125,139,142)
#899699
(137,150,153)
#95A1A4
(149,161,164)
#A1ACAF
(161,172,175)
#ADB7BA
(173,183,186)
#B9C2C5
(185,194,197)
#C5CDD0
(197,205,208)
#D1D8DB
(209,216,219)
#DDE3E6
(221,227,230)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718083; }

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

This text font color is #718083.


Background Color

.myBgColor { background-color: #718083; }

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

This div background color is #718083.


Border color

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

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

This div border color is #718083.


Opacity

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

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

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

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

This text has shadow with #718083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718083 on black background.


Color preview on white background

This text has color #718083 on white background.



Black color preview on #718083 background

This text has black color on #718083 background.


White color preview on #718083 background

This text has white color on #718083 background.