COLOR #718180

HEX: #718180
RGB: (113,129,128)

Color info

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

RGB color model

#718180 color RGB value is (113,129,128).

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

RGB channels and saturation

R 113 of 255 = 44%
G 129 of 255 = 51%
B 128 of 255 = 50%

113
129
128

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

Portions of RGB colors in percentages

R + G + B =
113 + 129 + 128 = 370 (100%)
R 113 of 370 ~ 30.54%
G 129 of 370 ~ 34.86%
B 128 of 370 ~ 34.59%

%30.54
%34.86
%34.59

CMYK color model

#718180 color CMYK value is (12,0,1,49).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(12,0,1,49)
C12M0Y1K49 
(12%,0%,1%,49%)
(0.12/0.00/0.01/0.49)	

CMYK percentages

%12.4
%0
%0.78
%49.41

Codes

Color #718180 in popluar color models

718180
RGB113129128
HSL176°6.61%47.45%
HSB/HSV176°12.40%50.59%
CMYK12.40%0.00%0.78%
49.41%

Color #718180 in popluar number systems.

HEX718180
Decimal113129128
Binary11100011000000110000000
Octal161201200

Shades and tints

Shades of #718180

#718180
(113,129,128)
#677675
(103,118,117)
#5D6B6A
(93,107,106)
#53605F
(83,96,95)
#495554
(73,85,84)
#3F4A49
(63,74,73)
#353F3E
(53,63,62)
#2B3433
(43,52,51)
#212928
(33,41,40)
#171E1D
(23,30,29)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #718180

#718180
(113,129,128)
#7D8C8B
(125,140,139)
#899796
(137,151,150)
#95A2A1
(149,162,161)
#A1ADAC
(161,173,172)
#ADB8B7
(173,184,183)
#B9C3C2
(185,195,194)
#C5CECD
(197,206,205)
#D1D9D8
(209,217,216)
#DDE4E3
(221,228,227)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718180; }

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

This text font color is #718180.


Background Color

.myBgColor { background-color: #718180; }

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

This div background color is #718180.


Border color

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

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

This div border color is #718180.


Opacity

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

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

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

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

This text has shadow with #718180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718180 on black background.


Color preview on white background

This text has color #718180 on white background.



Black color preview on #718180 background

This text has black color on #718180 background.


White color preview on #718180 background

This text has white color on #718180 background.