COLOR #70666B

HEX: #70666B
RGB: (112,102,107)

Color info

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

RGB color model

#70666B color RGB value is (112,102,107).

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

RGB channels and saturation

R 112 of 255 = 44%
G 102 of 255 = 40%
B 107 of 255 = 42%

112
102
107

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

Portions of RGB colors in percentages

R + G + B =
112 + 102 + 107 = 321 (100%)
R 112 of 321 ~ 34.89%
G 102 of 321 ~ 31.78%
B 107 of 321 ~ 33.33%

%34.89
%31.78
%33.33

CMYK color model

#70666B color CMYK value is (0,9,4,56).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 4.46%
  • key color value is 56.08%
CMYK:
(0,9,4,56)
C0M9Y4K56 
(0%,9%,4%,56%)
(0.00/0.09/0.04/0.56)	

CMYK percentages

%0
%8.93
%4.46
%56.08

Codes

Color #70666B in popluar color models

70666B
RGB112102107
HSL330°4.67%41.96%
HSB/HSV330°8.93%43.92%
CMYK0.00%8.93%4.46%
56.08%

Color #70666B in popluar number systems.

HEX70666B
Decimal112102107
Binary111000011001101101011
Octal160146153

Shades and tints

Shades of #70666B

#70666B
(112,102,107)
#665D62
(102,93,98)
#5C5459
(92,84,89)
#524B50
(82,75,80)
#484247
(72,66,71)
#3E393E
(62,57,62)
#343035
(52,48,53)
#2A272C
(42,39,44)
#201E23
(32,30,35)
#16151A
(22,21,26)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #70666B

#70666B
(112,102,107)
#7D7378
(125,115,120)
#8A8085
(138,128,133)
#978D92
(151,141,146)
#A49A9F
(164,154,159)
#B1A7AC
(177,167,172)
#BEB4B9
(190,180,185)
#CBC1C6
(203,193,198)
#D8CED3
(216,206,211)
#E5DBE0
(229,219,224)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70666B; }

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

This text font color is #70666B.


Background Color

.myBgColor { background-color: #70666B; }

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

This div background color is #70666B.


Border color

.myBorderColor { border: 1px solid #70666B; }

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

This div border color is #70666B.


Opacity

.myOpacity80 { color: #70666B; opacity: 0.8; }

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

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

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

This text has shadow with #70666B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70666B on black background.


Color preview on white background

This text has color #70666B on white background.



Black color preview on #70666B background

This text has black color on #70666B background.


White color preview on #70666B background

This text has white color on #70666B background.