COLOR #718783

HEX: #718783
RGB: (113,135,131)

Color info

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

RGB color model

#718783 color RGB value is (113,135,131).

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

RGB channels and saturation

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

113
135
131

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 131 = 379 (100%)
R 113 of 379 ~ 29.82%
G 135 of 379 ~ 35.62%
B 131 of 379 ~ 34.56%

%29.82
%35.62
%34.56

CMYK color model

#718783 color CMYK value is (16,0,3,47).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 2.96%
  • key color value is 47.06%
CMYK:
(16,0,3,47)
C16M0Y3K47 
(16%,0%,3%,47%)
(0.16/0.00/0.03/0.47)	

CMYK percentages

%16.3
%0
%2.96
%47.06

Codes

Color #718783 in popluar color models

718783
RGB113135131
HSL169°8.87%48.63%
HSB/HSV169°16.30%52.94%
CMYK16.30%0.00%2.96%
47.06%

Color #718783 in popluar number systems.

HEX718783
Decimal113135131
Binary11100011000011110000011
Octal161207203

Shades and tints

Shades of #718783

#718783
(113,135,131)
#677B78
(103,123,120)
#5D6F6D
(93,111,109)
#536362
(83,99,98)
#495757
(73,87,87)
#3F4B4C
(63,75,76)
#353F41
(53,63,65)
#2B3336
(43,51,54)
#21272B
(33,39,43)
#171B20
(23,27,32)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #718783

#718783
(113,135,131)
#7D918E
(125,145,142)
#899B99
(137,155,153)
#95A5A4
(149,165,164)
#A1AFAF
(161,175,175)
#ADB9BA
(173,185,186)
#B9C3C5
(185,195,197)
#C5CDD0
(197,205,208)
#D1D7DB
(209,215,219)
#DDE1E6
(221,225,230)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718783; }

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

This text font color is #718783.


Background Color

.myBgColor { background-color: #718783; }

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

This div background color is #718783.


Border color

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

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

This div border color is #718783.


Opacity

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

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

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

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

This text has shadow with #718783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718783 on black background.


Color preview on white background

This text has color #718783 on white background.



Black color preview on #718783 background

This text has black color on #718783 background.


White color preview on #718783 background

This text has white color on #718783 background.