COLOR #70676A

HEX: #70676A
RGB: (112,103,106)

Color info

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

RGB color model

#70676A color RGB value is (112,103,106).

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

RGB channels and saturation

R 112 of 255 = 44%
G 103 of 255 = 40%
B 106 of 255 = 42%

112
103
106

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

Portions of RGB colors in percentages

R + G + B =
112 + 103 + 106 = 321 (100%)
R 112 of 321 ~ 34.89%
G 103 of 321 ~ 32.09%
B 106 of 321 ~ 33.02%

%34.89
%32.09
%33.02

CMYK color model

#70676A color CMYK value is (0,8,5,56).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 5.36%
  • key color value is 56.08%
CMYK:
(0,8,5,56)
C0M8Y5K56 
(0%,8%,5%,56%)
(0.00/0.08/0.05/0.56)	

CMYK percentages

%0
%8.04
%5.36
%56.08

Codes

Color #70676A in popluar color models

70676A
RGB112103106
HSL340°4.19%42.16%
HSB/HSV340°8.04%43.92%
CMYK0.00%8.04%5.36%
56.08%

Color #70676A in popluar number systems.

HEX70676A
Decimal112103106
Binary111000011001111101010
Octal160147152

Shades and tints

Shades of #70676A

#70676A
(112,103,106)
#665E61
(102,94,97)
#5C5558
(92,85,88)
#524C4F
(82,76,79)
#484346
(72,67,70)
#3E3A3D
(62,58,61)
#343134
(52,49,52)
#2A282B
(42,40,43)
#201F22
(32,31,34)
#161619
(22,22,25)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #70676A

#70676A
(112,103,106)
#7D7477
(125,116,119)
#8A8184
(138,129,132)
#978E91
(151,142,145)
#A49B9E
(164,155,158)
#B1A8AB
(177,168,171)
#BEB5B8
(190,181,184)
#CBC2C5
(203,194,197)
#D8CFD2
(216,207,210)
#E5DCDF
(229,220,223)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70676A; }

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

This text font color is #70676A.


Background Color

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

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

This div background color is #70676A.


Border color

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

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

This div border color is #70676A.


Opacity

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

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

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

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

This text has shadow with #70676A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70676A on black background.


Color preview on white background

This text has color #70676A on white background.



Black color preview on #70676A background

This text has black color on #70676A background.


White color preview on #70676A background

This text has white color on #70676A background.