COLOR #718A81

HEX: #718A81
RGB: (113,138,129)

Color info

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

RGB color model

#718A81 color RGB value is (113,138,129).

  • red value is 113;
  • green value is 138;
  • blue value is 129.
RGB:
(113,138,129)
(44%,54%,51%)

RGB channels and saturation

R 113 of 255 = 44%
G 138 of 255 = 54%
B 129 of 255 = 51%

113
138
129

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

Portions of RGB colors in percentages

R + G + B =
113 + 138 + 129 = 380 (100%)
R 113 of 380 ~ 29.74%
G 138 of 380 ~ 36.32%
B 129 of 380 ~ 33.95%

%29.74
%36.32
%33.95

CMYK color model

#718A81 color CMYK value is (18,0,7,46).

  • cyan value is 18.12%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 45.88%
CMYK:
(18,0,7,46)
C18M0Y7K46 
(18%,0%,7%,46%)
(0.18/0.00/0.07/0.46)	

CMYK percentages

%18.12
%0
%6.52
%45.88

Codes

Color #718A81 in popluar color models

718A81
RGB113138129
HSL158°9.96%49.22%
HSB/HSV158°18.12%54.12%
CMYK18.12%0.00%6.52%
45.88%

Color #718A81 in popluar number systems.

HEX718A81
Decimal113138129
Binary11100011000101010000001
Octal161212201

Shades and tints

Shades of #718A81

#718A81
(113,138,129)
#677E76
(103,126,118)
#5D726B
(93,114,107)
#536660
(83,102,96)
#495A55
(73,90,85)
#3F4E4A
(63,78,74)
#35423F
(53,66,63)
#2B3634
(43,54,52)
#212A29
(33,42,41)
#171E1E
(23,30,30)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #718A81

#718A81
(113,138,129)
#7D948C
(125,148,140)
#899E97
(137,158,151)
#95A8A2
(149,168,162)
#A1B2AD
(161,178,173)
#ADBCB8
(173,188,184)
#B9C6C3
(185,198,195)
#C5D0CE
(197,208,206)
#D1DAD9
(209,218,217)
#DDE4E4
(221,228,228)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718A81 color. Also use rgb(113,138,129) instead hex code.

Text Font Color

.myTextColor { color: #718A81; }

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

This text font color is #718A81.


Background Color

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

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

This div background color is #718A81.


Border color

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

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

This div border color is #718A81.


Opacity

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

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

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

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

This text has shadow with #718A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718A81 on black background.


Color preview on white background

This text has color #718A81 on white background.



Black color preview on #718A81 background

This text has black color on #718A81 background.


White color preview on #718A81 background

This text has white color on #718A81 background.