COLOR #707470

HEX: #707470
RGB: (112,116,112)

Color info

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

RGB color model

#707470 color RGB value is (112,116,112).

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

RGB channels and saturation

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

112
116
112

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

Portions of RGB colors in percentages

R + G + B =
112 + 116 + 112 = 340 (100%)
R 112 of 340 ~ 32.94%
G 116 of 340 ~ 34.12%
B 112 of 340 ~ 32.94%

%32.94
%34.12
%32.94

CMYK color model

#707470 color CMYK value is (3,0,3,55).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 54.51%
CMYK:
(3,0,3,55)
C3M0Y3K55 
(3%,0%,3%,55%)
(0.03/0.00/0.03/0.55)	

CMYK percentages

%3.45
%0
%3.45
%54.51

Codes

Color #707470 in popluar color models

707470
RGB112116112
HSL120°1.75%44.71%
HSB/HSV120°3.45%45.49%
CMYK3.45%0.00%3.45%
54.51%

Color #707470 in popluar number systems.

HEX707470
Decimal112116112
Binary111000011101001110000
Octal160164160

Shades and tints

Shades of #707470

#707470
(112,116,112)
#666A66
(102,106,102)
#5C605C
(92,96,92)
#525652
(82,86,82)
#484C48
(72,76,72)
#3E423E
(62,66,62)
#343834
(52,56,52)
#2A2E2A
(42,46,42)
#202420
(32,36,32)
#161A16
(22,26,22)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #707470

#707470
(112,116,112)
#7D807D
(125,128,125)
#8A8C8A
(138,140,138)
#979897
(151,152,151)
#A4A4A4
(164,164,164)
#B1B0B1
(177,176,177)
#BEBCBE
(190,188,190)
#CBC8CB
(203,200,203)
#D8D4D8
(216,212,216)
#E5E0E5
(229,224,229)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707470; }

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

This text font color is #707470.


Background Color

.myBgColor { background-color: #707470; }

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

This div background color is #707470.


Border color

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

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

This div border color is #707470.


Opacity

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

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

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

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

This text has shadow with #707470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707470 on black background.


Color preview on white background

This text has color #707470 on white background.



Black color preview on #707470 background

This text has black color on #707470 background.


White color preview on #707470 background

This text has white color on #707470 background.