COLOR #708B88

HEX: #708B88
RGB: (112,139,136)

Color info

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

RGB color model

#708B88 color RGB value is (112,139,136).

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

RGB channels and saturation

R 112 of 255 = 44%
G 139 of 255 = 55%
B 136 of 255 = 53%

112
139
136

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

Portions of RGB colors in percentages

R + G + B =
112 + 139 + 136 = 387 (100%)
R 112 of 387 ~ 28.94%
G 139 of 387 ~ 35.92%
B 136 of 387 ~ 35.14%

%28.94
%35.92
%35.14

CMYK color model

#708B88 color CMYK value is (19,0,2,45).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 2.16%
  • key color value is 45.49%
CMYK:
(19,0,2,45)
C19M0Y2K45 
(19%,0%,2%,45%)
(0.19/0.00/0.02/0.45)	

CMYK percentages

%19.42
%0
%2.16
%45.49

Codes

Color #708B88 in popluar color models

708B88
RGB112139136
HSL173°10.76%49.22%
HSB/HSV173°19.42%54.51%
CMYK19.42%0.00%2.16%
45.49%

Color #708B88 in popluar number systems.

HEX708B88
Decimal112139136
Binary11100001000101110001000
Octal160213210

Shades and tints

Shades of #708B88

#708B88
(112,139,136)
#667F7C
(102,127,124)
#5C7370
(92,115,112)
#526764
(82,103,100)
#485B58
(72,91,88)
#3E4F4C
(62,79,76)
#344340
(52,67,64)
#2A3734
(42,55,52)
#202B28
(32,43,40)
#161F1C
(22,31,28)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #708B88

#708B88
(112,139,136)
#7D9592
(125,149,146)
#8A9F9C
(138,159,156)
#97A9A6
(151,169,166)
#A4B3B0
(164,179,176)
#B1BDBA
(177,189,186)
#BEC7C4
(190,199,196)
#CBD1CE
(203,209,206)
#D8DBD8
(216,219,216)
#E5E5E2
(229,229,226)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708B88; }

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

This text font color is #708B88.


Background Color

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

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

This div background color is #708B88.


Border color

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

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

This div border color is #708B88.


Opacity

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

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

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

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

This text has shadow with #708B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708B88 on black background.


Color preview on white background

This text has color #708B88 on white background.



Black color preview on #708B88 background

This text has black color on #708B88 background.


White color preview on #708B88 background

This text has white color on #708B88 background.