COLOR #708685

HEX: #708685
RGB: (112,134,133)

Color info

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

RGB color model

#708685 color RGB value is (112,134,133).

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

RGB channels and saturation

R 112 of 255 = 44%
G 134 of 255 = 53%
B 133 of 255 = 52%

112
134
133

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

Portions of RGB colors in percentages

R + G + B =
112 + 134 + 133 = 379 (100%)
R 112 of 379 ~ 29.55%
G 134 of 379 ~ 35.36%
B 133 of 379 ~ 35.09%

%29.55
%35.36
%35.09

CMYK color model

#708685 color CMYK value is (16,0,1,47).

  • cyan value is 16.42%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.45%
CMYK:
(16,0,1,47)
C16M0Y1K47 
(16%,0%,1%,47%)
(0.16/0.00/0.01/0.47)	

CMYK percentages

%16.42
%0
%0.75
%47.45

Codes

Color #708685 in popluar color models

708685
RGB112134133
HSL177°8.94%48.24%
HSB/HSV177°16.42%52.55%
CMYK16.42%0.00%0.75%
47.45%

Color #708685 in popluar number systems.

HEX708685
Decimal112134133
Binary11100001000011010000101
Octal160206205

Shades and tints

Shades of #708685

#708685
(112,134,133)
#667A79
(102,122,121)
#5C6E6D
(92,110,109)
#526261
(82,98,97)
#485655
(72,86,85)
#3E4A49
(62,74,73)
#343E3D
(52,62,61)
#2A3231
(42,50,49)
#202625
(32,38,37)
#161A19
(22,26,25)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #708685

#708685
(112,134,133)
#7D9190
(125,145,144)
#8A9C9B
(138,156,155)
#97A7A6
(151,167,166)
#A4B2B1
(164,178,177)
#B1BDBC
(177,189,188)
#BEC8C7
(190,200,199)
#CBD3D2
(203,211,210)
#D8DEDD
(216,222,221)
#E5E9E8
(229,233,232)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708685; }

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

This text font color is #708685.


Background Color

.myBgColor { background-color: #708685; }

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

This div background color is #708685.


Border color

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

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

This div border color is #708685.


Opacity

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

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

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

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

This text has shadow with #708685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708685 on black background.


Color preview on white background

This text has color #708685 on white background.



Black color preview on #708685 background

This text has black color on #708685 background.


White color preview on #708685 background

This text has white color on #708685 background.