COLOR #718D84

HEX: #718D84
RGB: (113,141,132)

Color info

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

RGB color model

#718D84 color RGB value is (113,141,132).

  • red value is 113;
  • green value is 141;
  • blue value is 132.
RGB:
(113,141,132)
(44%,55%,52%)

RGB channels and saturation

R 113 of 255 = 44%
G 141 of 255 = 55%
B 132 of 255 = 52%

113
141
132

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

Portions of RGB colors in percentages

R + G + B =
113 + 141 + 132 = 386 (100%)
R 113 of 386 ~ 29.27%
G 141 of 386 ~ 36.53%
B 132 of 386 ~ 34.2%

%29.27
%36.53
%34.2

CMYK color model

#718D84 color CMYK value is (20,0,6,45).

  • cyan value is 19.86%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 44.71%
CMYK:
(20,0,6,45)
C20M0Y6K45 
(20%,0%,6%,45%)
(0.20/0.00/0.06/0.45)	

CMYK percentages

%19.86
%0
%6.38
%44.71

Codes

Color #718D84 in popluar color models

718D84
RGB113141132
HSL161°11.02%49.80%
HSB/HSV161°19.86%55.29%
CMYK19.86%0.00%6.38%
44.71%

Color #718D84 in popluar number systems.

HEX718D84
Decimal113141132
Binary11100011000110110000100
Octal161215204

Shades and tints

Shades of #718D84

#718D84
(113,141,132)
#678178
(103,129,120)
#5D756C
(93,117,108)
#536960
(83,105,96)
#495D54
(73,93,84)
#3F5148
(63,81,72)
#35453C
(53,69,60)
#2B3930
(43,57,48)
#212D24
(33,45,36)
#172118
(23,33,24)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #718D84

#718D84
(113,141,132)
#7D978F
(125,151,143)
#89A19A
(137,161,154)
#95ABA5
(149,171,165)
#A1B5B0
(161,181,176)
#ADBFBB
(173,191,187)
#B9C9C6
(185,201,198)
#C5D3D1
(197,211,209)
#D1DDDC
(209,221,220)
#DDE7E7
(221,231,231)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718D84 color. Also use rgb(113,141,132) instead hex code.

Text Font Color

.myTextColor { color: #718D84; }

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

This text font color is #718D84.


Background Color

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

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

This div background color is #718D84.


Border color

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

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

This div border color is #718D84.


Opacity

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

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

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

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

This text has shadow with #718D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718D84 on black background.


Color preview on white background

This text has color #718D84 on white background.



Black color preview on #718D84 background

This text has black color on #718D84 background.


White color preview on #718D84 background

This text has white color on #718D84 background.