COLOR #707086

HEX: #707086
RGB: (112,112,134)

Color info

#707086 contains red, green and blue colors in about the same proportion. Web safe color of #707086 is #666699 (or #669).

RGB color model

#707086 color RGB value is (112,112,134).

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

RGB channels and saturation

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

112
112
134

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

Portions of RGB colors in percentages

R + G + B =
112 + 112 + 134 = 358 (100%)
R 112 of 358 ~ 31.28%
G 112 of 358 ~ 31.28%
B 134 of 358 ~ 37.43%

%31.28
%31.28
%37.43

CMYK color model

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

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

CMYK percentages

%16.42
%16.42
%0
%47.45

Codes

Color #707086 in popluar color models

707086
RGB112112134
HSL240°8.94%48.24%
HSB/HSV240°16.42%52.55%
CMYK16.42%16.42%0.00%
47.45%

Color #707086 in popluar number systems.

HEX707086
Decimal112112134
Binary1110000111000010000110
Octal160160206

Shades and tints

Shades of #707086

#707086
(112,112,134)
#66667A
(102,102,122)
#5C5C6E
(92,92,110)
#525262
(82,82,98)
#484856
(72,72,86)
#3E3E4A
(62,62,74)
#34343E
(52,52,62)
#2A2A32
(42,42,50)
#202026
(32,32,38)
#16161A
(22,22,26)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #707086

#707086
(112,112,134)
#7D7D91
(125,125,145)
#8A8A9C
(138,138,156)
#9797A7
(151,151,167)
#A4A4B2
(164,164,178)
#B1B1BD
(177,177,189)
#BEBEC8
(190,190,200)
#CBCBD3
(203,203,211)
#D8D8DE
(216,216,222)
#E5E5E9
(229,229,233)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707086; }

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

This text font color is #707086.


Background Color

.myBgColor { background-color: #707086; }

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

This div background color is #707086.


Border color

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

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

This div border color is #707086.


Opacity

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

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

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

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

This text has shadow with #707086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707086 on black background.


Color preview on white background

This text has color #707086 on white background.



Black color preview on #707086 background

This text has black color on #707086 background.


White color preview on #707086 background

This text has white color on #707086 background.