COLOR #708781

HEX: #708781
RGB: (112,135,129)

Color info

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

RGB color model

#708781 color RGB value is (112,135,129).

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

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 129 of 255 = 51%

112
135
129

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

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 129 = 376 (100%)
R 112 of 376 ~ 29.79%
G 135 of 376 ~ 35.9%
B 129 of 376 ~ 34.31%

%29.79
%35.9
%34.31

CMYK color model

#708781 color CMYK value is (17,0,4,47).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 47.06%
CMYK:
(17,0,4,47)
C17M0Y4K47 
(17%,0%,4%,47%)
(0.17/0.00/0.04/0.47)	

CMYK percentages

%17.04
%0
%4.44
%47.06

Codes

Color #708781 in popluar color models

708781
RGB112135129
HSL164°9.31%48.43%
HSB/HSV164°17.04%52.94%
CMYK17.04%0.00%4.44%
47.06%

Color #708781 in popluar number systems.

HEX708781
Decimal112135129
Binary11100001000011110000001
Octal160207201

Shades and tints

Shades of #708781

#708781
(112,135,129)
#667B76
(102,123,118)
#5C6F6B
(92,111,107)
#526360
(82,99,96)
#485755
(72,87,85)
#3E4B4A
(62,75,74)
#343F3F
(52,63,63)
#2A3334
(42,51,52)
#202729
(32,39,41)
#161B1E
(22,27,30)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #708781

#708781
(112,135,129)
#7D918C
(125,145,140)
#8A9B97
(138,155,151)
#97A5A2
(151,165,162)
#A4AFAD
(164,175,173)
#B1B9B8
(177,185,184)
#BEC3C3
(190,195,195)
#CBCDCE
(203,205,206)
#D8D7D9
(216,215,217)
#E5E1E4
(229,225,228)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708781; }

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

This text font color is #708781.


Background Color

.myBgColor { background-color: #708781; }

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

This div background color is #708781.


Border color

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

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

This div border color is #708781.


Opacity

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

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

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

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

This text has shadow with #708781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708781 on black background.


Color preview on white background

This text has color #708781 on white background.



Black color preview on #708781 background

This text has black color on #708781 background.


White color preview on #708781 background

This text has white color on #708781 background.