COLOR #718F80

HEX: #718F80
RGB: (113,143,128)

Color info

#718F80 contains red, green and blue colors in about the same proportion. Web safe color of #718F80 is #669966 (or #696).

RGB color model

#718F80 color RGB value is (113,143,128).

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

RGB channels and saturation

R 113 of 255 = 44%
G 143 of 255 = 56%
B 128 of 255 = 50%

113
143
128

R + G + B ~ 50%. #718F80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 143 + 128 = 384 (100%)
R 113 of 384 ~ 29.43%
G 143 of 384 ~ 37.24%
B 128 of 384 ~ 33.33%

%29.43
%37.24
%33.33

CMYK color model

#718F80 color CMYK value is (21,0,10,44).

  • cyan value is 20.98%
  • magenta value is 0.00%
  • yellow value is 10.49%
  • key color value is 43.92%
CMYK:
(21,0,10,44)
C21M0Y10K44 
(21%,0%,10%,44%)
(0.21/0.00/0.10/0.44)	

CMYK percentages

%20.98
%0
%10.49
%43.92

Codes

Color #718F80 in popluar color models

718F80
RGB113143128
HSL150°11.81%50.20%
HSB/HSV150°20.98%56.08%
CMYK20.98%0.00%10.49%
43.92%

Color #718F80 in popluar number systems.

HEX718F80
Decimal113143128
Binary11100011000111110000000
Octal161217200

Shades and tints

Shades of #718F80

#718F80
(113,143,128)
#678275
(103,130,117)
#5D756A
(93,117,106)
#53685F
(83,104,95)
#495B54
(73,91,84)
#3F4E49
(63,78,73)
#35413E
(53,65,62)
#2B3433
(43,52,51)
#212728
(33,39,40)
#171A1D
(23,26,29)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #718F80

#718F80
(113,143,128)
#7D998B
(125,153,139)
#89A396
(137,163,150)
#95ADA1
(149,173,161)
#A1B7AC
(161,183,172)
#ADC1B7
(173,193,183)
#B9CBC2
(185,203,194)
#C5D5CD
(197,213,205)
#D1DFD8
(209,223,216)
#DDE9E3
(221,233,227)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718F80; }

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

This text font color is #718F80.


Background Color

.myBgColor { background-color: #718F80; }

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

This div background color is #718F80.


Border color

.myBorderColor { border: 1px solid #718F80; }

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

This div border color is #718F80.


Opacity

.myOpacity80 { color: #718F80; opacity: 0.8; }

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

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

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

This text has shadow with #718F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718F80 on black background.


Color preview on white background

This text has color #718F80 on white background.



Black color preview on #718F80 background

This text has black color on #718F80 background.


White color preview on #718F80 background

This text has white color on #718F80 background.