COLOR #708888

HEX: #708888
RGB: (112,136,136)

Color info

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

RGB color model

#708888 color RGB value is (112,136,136).

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

RGB channels and saturation

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

112
136
136

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

Portions of RGB colors in percentages

R + G + B =
112 + 136 + 136 = 384 (100%)
R 112 of 384 ~ 29.17%
G 136 of 384 ~ 35.42%
B 136 of 384 ~ 35.42%

%29.17
%35.42
%35.42

CMYK color model

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

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

CMYK percentages

%17.65
%0
%0
%46.67

Codes

Color #708888 in popluar color models

708888
RGB112136136
HSL180°9.68%48.63%
HSB/HSV180°17.65%53.33%
CMYK17.65%0.00%0.00%
46.67%

Color #708888 in popluar number systems.

HEX708888
Decimal112136136
Binary11100001000100010001000
Octal160210210

Shades and tints

Shades of #708888

#708888
(112,136,136)
#667C7C
(102,124,124)
#5C7070
(92,112,112)
#526464
(82,100,100)
#485858
(72,88,88)
#3E4C4C
(62,76,76)
#344040
(52,64,64)
#2A3434
(42,52,52)
#202828
(32,40,40)
#161C1C
(22,28,28)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #708888

#708888
(112,136,136)
#7D9292
(125,146,146)
#8A9C9C
(138,156,156)
#97A6A6
(151,166,166)
#A4B0B0
(164,176,176)
#B1BABA
(177,186,186)
#BEC4C4
(190,196,196)
#CBCECE
(203,206,206)
#D8D8D8
(216,216,216)
#E5E2E2
(229,226,226)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708888; }

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

This text font color is #708888.


Background Color

.myBgColor { background-color: #708888; }

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

This div background color is #708888.


Border color

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

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

This div border color is #708888.


Opacity

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

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

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

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

This text has shadow with #708888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708888 on black background.


Color preview on white background

This text has color #708888 on white background.



Black color preview on #708888 background

This text has black color on #708888 background.


White color preview on #708888 background

This text has white color on #708888 background.