COLOR #707070

HEX: #707070
RGB: (112,112,112)

Color info

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

RGB color model

#707070 color RGB value is (112,112,112).

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

RGB channels and saturation

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

112
112
112

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

Portions of RGB colors in percentages

R + G + B =
112 + 112 + 112 = 336 (100%)
R 112 of 336 ~ 33.33%
G 112 of 336 ~ 33.33%
B 112 of 336 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#707070 color CMYK value is (0,0,0,56).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(0,0,0,56)
C0M0Y0K56 
(0%,0%,0%,56%)
(0.00/0.00/0.00/0.56)	

CMYK percentages

%0
%0
%0
%56.08

Codes

Color #707070 in popluar color models

707070
RGB112112112
HSL0.00%0.44%
HSB/HSV0.00%0.44%
CMYK0.00%0.00%0.00%
56.08%

Color #707070 in popluar number systems.

HEX707070
Decimal112112112
Binary111000011100001110000
Octal160160160

Shades and tints

Shades of #707070

#707070
(112,112,112)
#666666
(102,102,102)
#5C5C5C
(92,92,92)
#525252
(82,82,82)
#484848
(72,72,72)
#3E3E3E
(62,62,62)
#343434
(52,52,52)
#2A2A2A
(42,42,42)
#202020
(32,32,32)
#161616
(22,22,22)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #707070

#707070
(112,112,112)
#7D7D7D
(125,125,125)
#8A8A8A
(138,138,138)
#979797
(151,151,151)
#A4A4A4
(164,164,164)
#B1B1B1
(177,177,177)
#BEBEBE
(190,190,190)
#CBCBCB
(203,203,203)
#D8D8D8
(216,216,216)
#E5E5E5
(229,229,229)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707070; }

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

This text font color is #707070.


Background Color

.myBgColor { background-color: #707070; }

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

This div background color is #707070.


Border color

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

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

This div border color is #707070.


Opacity

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

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

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

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

This text has shadow with #707070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707070 on black background.


Color preview on white background

This text has color #707070 on white background.



Black color preview on #707070 background

This text has black color on #707070 background.


White color preview on #707070 background

This text has white color on #707070 background.