COLOR #718680

HEX: #718680
RGB: (113,134,128)

Color info

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

RGB color model

#718680 color RGB value is (113,134,128).

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

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 128 of 255 = 50%

113
134
128

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

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 128 = 375 (100%)
R 113 of 375 ~ 30.13%
G 134 of 375 ~ 35.73%
B 128 of 375 ~ 34.13%

%30.13
%35.73
%34.13

CMYK color model

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

  • cyan value is 15.67%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • 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
%4.48
%47.45

Codes

Color #718680 in popluar color models

718680
RGB113134128
HSL163°8.50%48.43%
HSB/HSV163°15.67%52.55%
CMYK15.67%0.00%4.48%
47.45%

Color #718680 in popluar number systems.

HEX718680
Decimal113134128
Binary11100011000011010000000
Octal161206200

Shades and tints

Shades of #718680

#718680
(113,134,128)
#677A75
(103,122,117)
#5D6E6A
(93,110,106)
#53625F
(83,98,95)
#495654
(73,86,84)
#3F4A49
(63,74,73)
#353E3E
(53,62,62)
#2B3233
(43,50,51)
#212628
(33,38,40)
#171A1D
(23,26,29)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #718680

#718680
(113,134,128)
#7D918B
(125,145,139)
#899C96
(137,156,150)
#95A7A1
(149,167,161)
#A1B2AC
(161,178,172)
#ADBDB7
(173,189,183)
#B9C8C2
(185,200,194)
#C5D3CD
(197,211,205)
#D1DED8
(209,222,216)
#DDE9E3
(221,233,227)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718680; }

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

This text font color is #718680.


Background Color

.myBgColor { background-color: #718680; }

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

This div background color is #718680.


Border color

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

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

This div border color is #718680.


Opacity

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

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

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

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

This text has shadow with #718680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718680 on black background.


Color preview on white background

This text has color #718680 on white background.



Black color preview on #718680 background

This text has black color on #718680 background.


White color preview on #718680 background

This text has white color on #718680 background.