COLOR #708882

HEX: #708882
RGB: (112,136,130)

Color info

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

RGB color model

#708882 color RGB value is (112,136,130).

  • red value is 112;
  • green value is 136;
  • blue value is 130.
RGB:
(112,136,130)
(44%,53%,51%)

RGB channels and saturation

R 112 of 255 = 44%
G 136 of 255 = 53%
B 130 of 255 = 51%

112
136
130

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

Portions of RGB colors in percentages

R + G + B =
112 + 136 + 130 = 378 (100%)
R 112 of 378 ~ 29.63%
G 136 of 378 ~ 35.98%
B 130 of 378 ~ 34.39%

%29.63
%35.98
%34.39

CMYK color model

#708882 color CMYK value is (18,0,4,47).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 46.67%
CMYK:
(18,0,4,47)
C18M0Y4K47 
(18%,0%,4%,47%)
(0.18/0.00/0.04/0.47)	

CMYK percentages

%17.65
%0
%4.41
%46.67

Codes

Color #708882 in popluar color models

708882
RGB112136130
HSL165°9.68%48.63%
HSB/HSV165°17.65%53.33%
CMYK17.65%0.00%4.41%
46.67%

Color #708882 in popluar number systems.

HEX708882
Decimal112136130
Binary11100001000100010000010
Octal160210202

Shades and tints

Shades of #708882

#708882
(112,136,130)
#667C77
(102,124,119)
#5C706C
(92,112,108)
#526461
(82,100,97)
#485856
(72,88,86)
#3E4C4B
(62,76,75)
#344040
(52,64,64)
#2A3435
(42,52,53)
#20282A
(32,40,42)
#161C1F
(22,28,31)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #708882

#708882
(112,136,130)
#7D928D
(125,146,141)
#8A9C98
(138,156,152)
#97A6A3
(151,166,163)
#A4B0AE
(164,176,174)
#B1BAB9
(177,186,185)
#BEC4C4
(190,196,196)
#CBCECF
(203,206,207)
#D8D8DA
(216,216,218)
#E5E2E5
(229,226,229)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708882 color. Also use rgb(112,136,130) instead hex code.

Text Font Color

.myTextColor { color: #708882; }

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

This text font color is #708882.


Background Color

.myBgColor { background-color: #708882; }

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

This div background color is #708882.


Border color

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

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

This div border color is #708882.


Opacity

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

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

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

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

This text has shadow with #708882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708882 on black background.


Color preview on white background

This text has color #708882 on white background.



Black color preview on #708882 background

This text has black color on #708882 background.


White color preview on #708882 background

This text has white color on #708882 background.