COLOR #708784

HEX: #708784
RGB: (112,135,132)

Color info

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

RGB color model

#708784 color RGB value is (112,135,132).

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

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 132 of 255 = 52%

112
135
132

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

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 132 = 379 (100%)
R 112 of 379 ~ 29.55%
G 135 of 379 ~ 35.62%
B 132 of 379 ~ 34.83%

%29.55
%35.62
%34.83

CMYK color model

#708784 color CMYK value is (17,0,2,47).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 47.06%
CMYK:
(17,0,2,47)
C17M0Y2K47 
(17%,0%,2%,47%)
(0.17/0.00/0.02/0.47)	

CMYK percentages

%17.04
%0
%2.22
%47.06

Codes

Color #708784 in popluar color models

708784
RGB112135132
HSL172°9.31%48.43%
HSB/HSV172°17.04%52.94%
CMYK17.04%0.00%2.22%
47.06%

Color #708784 in popluar number systems.

HEX708784
Decimal112135132
Binary11100001000011110000100
Octal160207204

Shades and tints

Shades of #708784

#708784
(112,135,132)
#667B78
(102,123,120)
#5C6F6C
(92,111,108)
#526360
(82,99,96)
#485754
(72,87,84)
#3E4B48
(62,75,72)
#343F3C
(52,63,60)
#2A3330
(42,51,48)
#202724
(32,39,36)
#161B18
(22,27,24)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #708784

#708784
(112,135,132)
#7D918F
(125,145,143)
#8A9B9A
(138,155,154)
#97A5A5
(151,165,165)
#A4AFB0
(164,175,176)
#B1B9BB
(177,185,187)
#BEC3C6
(190,195,198)
#CBCDD1
(203,205,209)
#D8D7DC
(216,215,220)
#E5E1E7
(229,225,231)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708784; }

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

This text font color is #708784.


Background Color

.myBgColor { background-color: #708784; }

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

This div background color is #708784.


Border color

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

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

This div border color is #708784.


Opacity

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

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

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

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

This text has shadow with #708784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708784 on black background.


Color preview on white background

This text has color #708784 on white background.



Black color preview on #708784 background

This text has black color on #708784 background.


White color preview on #708784 background

This text has white color on #708784 background.