COLOR #70676E

HEX: #70676E
RGB: (112,103,110)

Color info

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

RGB color model

#70676E color RGB value is (112,103,110).

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

RGB channels and saturation

R 112 of 255 = 44%
G 103 of 255 = 40%
B 110 of 255 = 43%

112
103
110

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

Portions of RGB colors in percentages

R + G + B =
112 + 103 + 110 = 325 (100%)
R 112 of 325 ~ 34.46%
G 103 of 325 ~ 31.69%
B 110 of 325 ~ 33.85%

%34.46
%31.69
%33.85

CMYK color model

#70676E color CMYK value is (0,8,2,56).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 1.79%
  • key color value is 56.08%
CMYK:
(0,8,2,56)
C0M8Y2K56 
(0%,8%,2%,56%)
(0.00/0.08/0.02/0.56)	

CMYK percentages

%0
%8.04
%1.79
%56.08

Codes

Color #70676E in popluar color models

70676E
RGB112103110
HSL313°4.19%42.16%
HSB/HSV313°8.04%43.92%
CMYK0.00%8.04%1.79%
56.08%

Color #70676E in popluar number systems.

HEX70676E
Decimal112103110
Binary111000011001111101110
Octal160147156

Shades and tints

Shades of #70676E

#70676E
(112,103,110)
#665E64
(102,94,100)
#5C555A
(92,85,90)
#524C50
(82,76,80)
#484346
(72,67,70)
#3E3A3C
(62,58,60)
#343132
(52,49,50)
#2A2828
(42,40,40)
#201F1E
(32,31,30)
#161614
(22,22,20)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #70676E

#70676E
(112,103,110)
#7D747B
(125,116,123)
#8A8188
(138,129,136)
#978E95
(151,142,149)
#A49BA2
(164,155,162)
#B1A8AF
(177,168,175)
#BEB5BC
(190,181,188)
#CBC2C9
(203,194,201)
#D8CFD6
(216,207,214)
#E5DCE3
(229,220,227)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70676E; }

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

This text font color is #70676E.


Background Color

.myBgColor { background-color: #70676E; }

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

This div background color is #70676E.


Border color

.myBorderColor { border: 1px solid #70676E; }

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

This div border color is #70676E.


Opacity

.myOpacity80 { color: #70676E; opacity: 0.8; }

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

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

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

This text has shadow with #70676E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70676E on black background.


Color preview on white background

This text has color #70676E on white background.



Black color preview on #70676E background

This text has black color on #70676E background.


White color preview on #70676E background

This text has white color on #70676E background.