COLOR #718781

HEX: #718781
RGB: (113,135,129)

Color info

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

RGB color model

#718781 color RGB value is (113,135,129).

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

RGB channels and saturation

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

113
135
129

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 129 = 377 (100%)
R 113 of 377 ~ 29.97%
G 135 of 377 ~ 35.81%
B 129 of 377 ~ 34.22%

%29.97
%35.81
%34.22

CMYK color model

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

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

CMYK percentages

%16.3
%0
%4.44
%47.06

Codes

Color #718781 in popluar color models

718781
RGB113135129
HSL164°8.87%48.63%
HSB/HSV164°16.30%52.94%
CMYK16.30%0.00%4.44%
47.06%

Color #718781 in popluar number systems.

HEX718781
Decimal113135129
Binary11100011000011110000001
Octal161207201

Shades and tints

Shades of #718781

#718781
(113,135,129)
#677B76
(103,123,118)
#5D6F6B
(93,111,107)
#536360
(83,99,96)
#495755
(73,87,85)
#3F4B4A
(63,75,74)
#353F3F
(53,63,63)
#2B3334
(43,51,52)
#212729
(33,39,41)
#171B1E
(23,27,30)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #718781

#718781
(113,135,129)
#7D918C
(125,145,140)
#899B97
(137,155,151)
#95A5A2
(149,165,162)
#A1AFAD
(161,175,173)
#ADB9B8
(173,185,184)
#B9C3C3
(185,195,195)
#C5CDCE
(197,205,206)
#D1D7D9
(209,215,217)
#DDE1E4
(221,225,228)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718781; }

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

This text font color is #718781.


Background Color

.myBgColor { background-color: #718781; }

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

This div background color is #718781.


Border color

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

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

This div border color is #718781.


Opacity

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

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

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

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

This text has shadow with #718781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718781 on black background.


Color preview on white background

This text has color #718781 on white background.



Black color preview on #718781 background

This text has black color on #718781 background.


White color preview on #718781 background

This text has white color on #718781 background.