COLOR #708180

HEX: #708180
RGB: (112,129,128)

Color info

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

RGB color model

#708180 color RGB value is (112,129,128).

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

RGB channels and saturation

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

112
129
128

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

Portions of RGB colors in percentages

R + G + B =
112 + 129 + 128 = 369 (100%)
R 112 of 369 ~ 30.35%
G 129 of 369 ~ 34.96%
B 128 of 369 ~ 34.69%

%30.35
%34.96
%34.69

CMYK color model

#708180 color CMYK value is (13,0,1,49).

  • cyan value is 13.18%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(13,0,1,49)
C13M0Y1K49 
(13%,0%,1%,49%)
(0.13/0.00/0.01/0.49)	

CMYK percentages

%13.18
%0
%0.78
%49.41

Codes

Color #708180 in popluar color models

708180
RGB112129128
HSL176°7.05%47.25%
HSB/HSV176°13.18%50.59%
CMYK13.18%0.00%0.78%
49.41%

Color #708180 in popluar number systems.

HEX708180
Decimal112129128
Binary11100001000000110000000
Octal160201200

Shades and tints

Shades of #708180

#708180
(112,129,128)
#667675
(102,118,117)
#5C6B6A
(92,107,106)
#52605F
(82,96,95)
#485554
(72,85,84)
#3E4A49
(62,74,73)
#343F3E
(52,63,62)
#2A3433
(42,52,51)
#202928
(32,41,40)
#161E1D
(22,30,29)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #708180

#708180
(112,129,128)
#7D8C8B
(125,140,139)
#8A9796
(138,151,150)
#97A2A1
(151,162,161)
#A4ADAC
(164,173,172)
#B1B8B7
(177,184,183)
#BEC3C2
(190,195,194)
#CBCECD
(203,206,205)
#D8D9D8
(216,217,216)
#E5E4E3
(229,228,227)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708180; }

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

This text font color is #708180.


Background Color

.myBgColor { background-color: #708180; }

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

This div background color is #708180.


Border color

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

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

This div border color is #708180.


Opacity

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

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

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

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

This text has shadow with #708180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708180 on black background.


Color preview on white background

This text has color #708180 on white background.



Black color preview on #708180 background

This text has black color on #708180 background.


White color preview on #708180 background

This text has white color on #708180 background.