COLOR #70666D

HEX: #70666D
RGB: (112,102,109)

Color info

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

RGB color model

#70666D color RGB value is (112,102,109).

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

RGB channels and saturation

R 112 of 255 = 44%
G 102 of 255 = 40%
B 109 of 255 = 43%

112
102
109

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

Portions of RGB colors in percentages

R + G + B =
112 + 102 + 109 = 323 (100%)
R 112 of 323 ~ 34.67%
G 102 of 323 ~ 31.58%
B 109 of 323 ~ 33.75%

%34.67
%31.58
%33.75

CMYK color model

#70666D color CMYK value is (0,9,3,56).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 2.68%
  • key color value is 56.08%
CMYK:
(0,9,3,56)
C0M9Y3K56 
(0%,9%,3%,56%)
(0.00/0.09/0.03/0.56)	

CMYK percentages

%0
%8.93
%2.68
%56.08

Codes

Color #70666D in popluar color models

70666D
RGB112102109
HSL318°4.67%41.96%
HSB/HSV318°8.93%43.92%
CMYK0.00%8.93%2.68%
56.08%

Color #70666D in popluar number systems.

HEX70666D
Decimal112102109
Binary111000011001101101101
Octal160146155

Shades and tints

Shades of #70666D

#70666D
(112,102,109)
#665D64
(102,93,100)
#5C545B
(92,84,91)
#524B52
(82,75,82)
#484249
(72,66,73)
#3E3940
(62,57,64)
#343037
(52,48,55)
#2A272E
(42,39,46)
#201E25
(32,30,37)
#16151C
(22,21,28)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #70666D

#70666D
(112,102,109)
#7D737A
(125,115,122)
#8A8087
(138,128,135)
#978D94
(151,141,148)
#A49AA1
(164,154,161)
#B1A7AE
(177,167,174)
#BEB4BB
(190,180,187)
#CBC1C8
(203,193,200)
#D8CED5
(216,206,213)
#E5DBE2
(229,219,226)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70666D; }

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

This text font color is #70666D.


Background Color

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

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

This div background color is #70666D.


Border color

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

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

This div border color is #70666D.


Opacity

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

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

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

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

This text has shadow with #70666D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70666D on black background.


Color preview on white background

This text has color #70666D on white background.



Black color preview on #70666D background

This text has black color on #70666D background.


White color preview on #70666D background

This text has white color on #70666D background.