COLOR #708480

HEX: #708480
RGB: (112,132,128)

Color info

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

RGB color model

#708480 color RGB value is (112,132,128).

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

RGB channels and saturation

R 112 of 255 = 44%
G 132 of 255 = 52%
B 128 of 255 = 50%

112
132
128

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

Portions of RGB colors in percentages

R + G + B =
112 + 132 + 128 = 372 (100%)
R 112 of 372 ~ 30.11%
G 132 of 372 ~ 35.48%
B 128 of 372 ~ 34.41%

%30.11
%35.48
%34.41

CMYK color model

#708480 color CMYK value is (15,0,3,48).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 48.24%
CMYK:
(15,0,3,48)
C15M0Y3K48 
(15%,0%,3%,48%)
(0.15/0.00/0.03/0.48)	

CMYK percentages

%15.15
%0
%3.03
%48.24

Codes

Color #708480 in popluar color models

708480
RGB112132128
HSL168°8.20%47.84%
HSB/HSV168°15.15%51.76%
CMYK15.15%0.00%3.03%
48.24%

Color #708480 in popluar number systems.

HEX708480
Decimal112132128
Binary11100001000010010000000
Octal160204200

Shades and tints

Shades of #708480

#708480
(112,132,128)
#667875
(102,120,117)
#5C6C6A
(92,108,106)
#52605F
(82,96,95)
#485454
(72,84,84)
#3E4849
(62,72,73)
#343C3E
(52,60,62)
#2A3033
(42,48,51)
#202428
(32,36,40)
#16181D
(22,24,29)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #708480

#708480
(112,132,128)
#7D8F8B
(125,143,139)
#8A9A96
(138,154,150)
#97A5A1
(151,165,161)
#A4B0AC
(164,176,172)
#B1BBB7
(177,187,183)
#BEC6C2
(190,198,194)
#CBD1CD
(203,209,205)
#D8DCD8
(216,220,216)
#E5E7E3
(229,231,227)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708480; }

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

This text font color is #708480.


Background Color

.myBgColor { background-color: #708480; }

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

This div background color is #708480.


Border color

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

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

This div border color is #708480.


Opacity

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

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

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

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

This text has shadow with #708480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708480 on black background.


Color preview on white background

This text has color #708480 on white background.



Black color preview on #708480 background

This text has black color on #708480 background.


White color preview on #708480 background

This text has white color on #708480 background.