COLOR #718287

HEX: #718287
RGB: (113,130,135)

Color info

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

RGB color model

#718287 color RGB value is (113,130,135).

  • red value is 113;
  • green value is 130;
  • blue value is 135.
RGB:
(113,130,135)
(44%,51%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 130 of 255 = 51%
B 135 of 255 = 53%

113
130
135

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

Portions of RGB colors in percentages

R + G + B =
113 + 130 + 135 = 378 (100%)
R 113 of 378 ~ 29.89%
G 130 of 378 ~ 34.39%
B 135 of 378 ~ 35.71%

%29.89
%34.39
%35.71

CMYK color model

#718287 color CMYK value is (16,4,0,47).

  • cyan value is 16.30%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(16,4,0,47)
C16M4Y0K47 
(16%,4%,0%,47%)
(0.16/0.04/0.00/0.47)	

CMYK percentages

%16.3
%3.7
%0
%47.06

Codes

Color #718287 in popluar color models

718287
RGB113130135
HSL194°8.87%48.63%
HSB/HSV194°16.30%52.94%
CMYK16.30%3.70%0.00%
47.06%

Color #718287 in popluar number systems.

HEX718287
Decimal113130135
Binary11100011000001010000111
Octal161202207

Shades and tints

Shades of #718287

#718287
(113,130,135)
#67777B
(103,119,123)
#5D6C6F
(93,108,111)
#536163
(83,97,99)
#495657
(73,86,87)
#3F4B4B
(63,75,75)
#35403F
(53,64,63)
#2B3533
(43,53,51)
#212A27
(33,42,39)
#171F1B
(23,31,27)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #718287

#718287
(113,130,135)
#7D8D91
(125,141,145)
#89989B
(137,152,155)
#95A3A5
(149,163,165)
#A1AEAF
(161,174,175)
#ADB9B9
(173,185,185)
#B9C4C3
(185,196,195)
#C5CFCD
(197,207,205)
#D1DAD7
(209,218,215)
#DDE5E1
(221,229,225)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718287 color. Also use rgb(113,130,135) instead hex code.

Text Font Color

.myTextColor { color: #718287; }

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

This text font color is #718287.


Background Color

.myBgColor { background-color: #718287; }

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

This div background color is #718287.


Border color

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

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

This div border color is #718287.


Opacity

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

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

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

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

This text has shadow with #718287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718287 on black background.


Color preview on white background

This text has color #718287 on white background.



Black color preview on #718287 background

This text has black color on #718287 background.


White color preview on #718287 background

This text has white color on #718287 background.