COLOR #70707F

HEX: #70707F
RGB: (112,112,127)

Color info

#70707F contains red, green and blue colors in about the same proportion. Web safe color of #70707F is #666666 (or #666).

RGB color model

#70707F color RGB value is (112,112,127).

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

RGB channels and saturation

R 112 of 255 = 44%
G 112 of 255 = 44%
B 127 of 255 = 50%

112
112
127

R + G + B ~ 46%. #70707F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 112 + 127 = 351 (100%)
R 112 of 351 ~ 31.91%
G 112 of 351 ~ 31.91%
B 127 of 351 ~ 36.18%

%31.91
%31.91
%36.18

CMYK color model

#70707F color CMYK value is (12,12,0,50).

  • cyan value is 11.81%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(12,12,0,50)
C12M12Y0K50 
(12%,12%,0%,50%)
(0.12/0.12/0.00/0.50)	

CMYK percentages

%11.81
%11.81
%0
%50.2

Codes

Color #70707F in popluar color models

70707F
RGB112112127
HSL240°6.28%46.86%
HSB/HSV240°11.81%49.80%
CMYK11.81%11.81%0.00%
50.20%

Color #70707F in popluar number systems.

HEX70707F
Decimal112112127
Binary111000011100001111111
Octal160160177

Shades and tints

Shades of #70707F

#70707F
(112,112,127)
#666674
(102,102,116)
#5C5C69
(92,92,105)
#52525E
(82,82,94)
#484853
(72,72,83)
#3E3E48
(62,62,72)
#34343D
(52,52,61)
#2A2A32
(42,42,50)
#202027
(32,32,39)
#16161C
(22,22,28)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #70707F

#70707F
(112,112,127)
#7D7D8A
(125,125,138)
#8A8A95
(138,138,149)
#9797A0
(151,151,160)
#A4A4AB
(164,164,171)
#B1B1B6
(177,177,182)
#BEBEC1
(190,190,193)
#CBCBCC
(203,203,204)
#D8D8D7
(216,216,215)
#E5E5E2
(229,229,226)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70707F; }

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

This text font color is #70707F.


Background Color

.myBgColor { background-color: #70707F; }

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

This div background color is #70707F.


Border color

.myBorderColor { border: 1px solid #70707F; }

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

This div border color is #70707F.


Opacity

.myOpacity80 { color: #70707F; opacity: 0.8; }

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

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

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

This text has shadow with #70707F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70707F on black background.


Color preview on white background

This text has color #70707F on white background.



Black color preview on #70707F background

This text has black color on #70707F background.


White color preview on #70707F background

This text has white color on #70707F background.