COLOR #708E85

HEX: #708E85
RGB: (112,142,133)

Color info

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

RGB color model

#708E85 color RGB value is (112,142,133).

  • red value is 112;
  • green value is 142;
  • blue value is 133.
RGB:
(112,142,133)
(44%,56%,52%)

RGB channels and saturation

R 112 of 255 = 44%
G 142 of 255 = 56%
B 133 of 255 = 52%

112
142
133

R + G + B ~ 51%. #708E85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 142 + 133 = 387 (100%)
R 112 of 387 ~ 28.94%
G 142 of 387 ~ 36.69%
B 133 of 387 ~ 34.37%

%28.94
%36.69
%34.37

CMYK color model

#708E85 color CMYK value is (21,0,6,44).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 6.34%
  • key color value is 44.31%
CMYK:
(21,0,6,44)
C21M0Y6K44 
(21%,0%,6%,44%)
(0.21/0.00/0.06/0.44)	

CMYK percentages

%21.13
%0
%6.34
%44.31

Codes

Color #708E85 in popluar color models

708E85
RGB112142133
HSL162°11.81%49.80%
HSB/HSV162°21.13%55.69%
CMYK21.13%0.00%6.34%
44.31%

Color #708E85 in popluar number systems.

HEX708E85
Decimal112142133
Binary11100001000111010000101
Octal160216205

Shades and tints

Shades of #708E85

#708E85
(112,142,133)
#668279
(102,130,121)
#5C766D
(92,118,109)
#526A61
(82,106,97)
#485E55
(72,94,85)
#3E5249
(62,82,73)
#34463D
(52,70,61)
#2A3A31
(42,58,49)
#202E25
(32,46,37)
#162219
(22,34,25)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #708E85

#708E85
(112,142,133)
#7D9890
(125,152,144)
#8AA29B
(138,162,155)
#97ACA6
(151,172,166)
#A4B6B1
(164,182,177)
#B1C0BC
(177,192,188)
#BECAC7
(190,202,199)
#CBD4D2
(203,212,210)
#D8DEDD
(216,222,221)
#E5E8E8
(229,232,232)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #708E85 color. Also use rgb(112,142,133) instead hex code.

Text Font Color

.myTextColor { color: #708E85; }

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

This text font color is #708E85.


Background Color

.myBgColor { background-color: #708E85; }

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

This div background color is #708E85.


Border color

.myBorderColor { border: 1px solid #708E85; }

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

This div border color is #708E85.


Opacity

.myOpacity80 { color: #708E85; opacity: 0.8; }

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

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

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

This text has shadow with #708E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708E85 on black background.


Color preview on white background

This text has color #708E85 on white background.



Black color preview on #708E85 background

This text has black color on #708E85 background.


White color preview on #708E85 background

This text has white color on #708E85 background.