COLOR #718681

HEX: #718681
RGB: (113,134,129)

Color info

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

RGB color model

#718681 color RGB value is (113,134,129).

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

RGB channels and saturation

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

113
134
129

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

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 129 = 376 (100%)
R 113 of 376 ~ 30.05%
G 134 of 376 ~ 35.64%
B 129 of 376 ~ 34.31%

%30.05
%35.64
%34.31

CMYK color model

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

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

CMYK percentages

%15.67
%0
%3.73
%47.45

Codes

Color #718681 in popluar color models

718681
RGB113134129
HSL166°8.50%48.43%
HSB/HSV166°15.67%52.55%
CMYK15.67%0.00%3.73%
47.45%

Color #718681 in popluar number systems.

HEX718681
Decimal113134129
Binary11100011000011010000001
Octal161206201

Shades and tints

Shades of #718681

#718681
(113,134,129)
#677A76
(103,122,118)
#5D6E6B
(93,110,107)
#536260
(83,98,96)
#495655
(73,86,85)
#3F4A4A
(63,74,74)
#353E3F
(53,62,63)
#2B3234
(43,50,52)
#212629
(33,38,41)
#171A1E
(23,26,30)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #718681

#718681
(113,134,129)
#7D918C
(125,145,140)
#899C97
(137,156,151)
#95A7A2
(149,167,162)
#A1B2AD
(161,178,173)
#ADBDB8
(173,189,184)
#B9C8C3
(185,200,195)
#C5D3CE
(197,211,206)
#D1DED9
(209,222,217)
#DDE9E4
(221,233,228)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718681; }

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

This text font color is #718681.


Background Color

.myBgColor { background-color: #718681; }

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

This div background color is #718681.


Border color

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

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

This div border color is #718681.


Opacity

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

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

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

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

This text has shadow with #718681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718681 on black background.


Color preview on white background

This text has color #718681 on white background.



Black color preview on #718681 background

This text has black color on #718681 background.


White color preview on #718681 background

This text has white color on #718681 background.