COLOR #70686A

HEX: #70686A
RGB: (112,104,106)

Color info

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

RGB color model

#70686A color RGB value is (112,104,106).

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

RGB channels and saturation

R 112 of 255 = 44%
G 104 of 255 = 41%
B 106 of 255 = 42%

112
104
106

R + G + B ~ 42%. #70686A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 104 + 106 = 322 (100%)
R 112 of 322 ~ 34.78%
G 104 of 322 ~ 32.3%
B 106 of 322 ~ 32.92%

%34.78
%32.3
%32.92

CMYK color model

#70686A color CMYK value is (0,7,5,56).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 5.36%
  • key color value is 56.08%
CMYK:
(0,7,5,56)
C0M7Y5K56 
(0%,7%,5%,56%)
(0.00/0.07/0.05/0.56)	

CMYK percentages

%0
%7.14
%5.36
%56.08

Codes

Color #70686A in popluar color models

70686A
RGB112104106
HSL345°3.70%42.35%
HSB/HSV345°7.14%43.92%
CMYK0.00%7.14%5.36%
56.08%

Color #70686A in popluar number systems.

HEX70686A
Decimal112104106
Binary111000011010001101010
Octal160150152

Shades and tints

Shades of #70686A

#70686A
(112,104,106)
#665F61
(102,95,97)
#5C5658
(92,86,88)
#524D4F
(82,77,79)
#484446
(72,68,70)
#3E3B3D
(62,59,61)
#343234
(52,50,52)
#2A292B
(42,41,43)
#202022
(32,32,34)
#161719
(22,23,25)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #70686A

#70686A
(112,104,106)
#7D7577
(125,117,119)
#8A8284
(138,130,132)
#978F91
(151,143,145)
#A49C9E
(164,156,158)
#B1A9AB
(177,169,171)
#BEB6B8
(190,182,184)
#CBC3C5
(203,195,197)
#D8D0D2
(216,208,210)
#E5DDDF
(229,221,223)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70686A; }

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

This text font color is #70686A.


Background Color

.myBgColor { background-color: #70686A; }

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

This div background color is #70686A.


Border color

.myBorderColor { border: 1px solid #70686A; }

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

This div border color is #70686A.


Opacity

.myOpacity80 { color: #70686A; opacity: 0.8; }

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

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

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

This text has shadow with #70686A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70686A on black background.


Color preview on white background

This text has color #70686A on white background.



Black color preview on #70686A background

This text has black color on #70686A background.


White color preview on #70686A background

This text has white color on #70686A background.