COLOR #70747F

HEX: #70747F
RGB: (112,116,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
116
127

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

Portions of RGB colors in percentages

R + G + B =
112 + 116 + 127 = 355 (100%)
R 112 of 355 ~ 31.55%
G 116 of 355 ~ 32.68%
B 127 of 355 ~ 35.77%

%31.55
%32.68
%35.77

CMYK color model

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

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

CMYK percentages

%11.81
%8.66
%0
%50.2

Codes

Color #70747F in popluar color models

70747F
RGB112116127
HSL224°6.28%46.86%
HSB/HSV224°11.81%49.80%
CMYK11.81%8.66%0.00%
50.20%

Color #70747F in popluar number systems.

HEX70747F
Decimal112116127
Binary111000011101001111111
Octal160164177

Shades and tints

Shades of #70747F

#70747F
(112,116,127)
#666A74
(102,106,116)
#5C6069
(92,96,105)
#52565E
(82,86,94)
#484C53
(72,76,83)
#3E4248
(62,66,72)
#34383D
(52,56,61)
#2A2E32
(42,46,50)
#202427
(32,36,39)
#161A1C
(22,26,28)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #70747F

#70747F
(112,116,127)
#7D808A
(125,128,138)
#8A8C95
(138,140,149)
#9798A0
(151,152,160)
#A4A4AB
(164,164,171)
#B1B0B6
(177,176,182)
#BEBCC1
(190,188,193)
#CBC8CC
(203,200,204)
#D8D4D7
(216,212,215)
#E5E0E2
(229,224,226)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70747F; }

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

This text font color is #70747F.


Background Color

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

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

This div background color is #70747F.


Border color

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

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

This div border color is #70747F.


Opacity

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

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

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

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

This text has shadow with #70747F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70747F on black background.


Color preview on white background

This text has color #70747F on white background.



Black color preview on #70747F background

This text has black color on #70747F background.


White color preview on #70747F background

This text has white color on #70747F background.