COLOR #70676F

HEX: #70676F RGB: (112,103,111)

Color info

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

RGB color model

#70676F color RGB value is (112,103,111).

RGB: (112,103,111) (44%, 40%, 44%)

RGB channels and saturation

R 112 of 255 = 44%
G 103 of 255 = 40%
B 111 of 255 = 44%

112
103
111

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

Portions of RGB colors in percentages

R + G + B = 112 + 103 + 111 = 326 (100%)
R 112 of 326 ~ 34.36%
G 103 of 326 ~ 31.6%
B 111 of 326 ~ 34.05'%

%34.36
%31.6
%34.05

CMYK color model

#70676F color CMYK value is (0,8,1,56).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 0.89%
  • key color value is 56.08%
CMYK: (0,8,1,56) C0M8Y1K56 (0%,8%,1%,56%) (0.00/0.08/0.01/0.56) 

CMYK percentages

%0
%8.04
%0.89
%56.08

Codes

Color #70676F in popluar color models

70 67 6F
RGB 112 103 111
HSL 307° 4.19% 42.16%
HSB/HSV 307° 8.04% 43.92%
CMYK 0.00% 8.04% 0.89%
56.08%

Color #70676F in popluar number systems.

HEX 70 67 6F
Decimal 112 103 111
Binary 1110000 1100111 1101111
Octal 160 147 157

Shades and tints

Shades of #70676F

#70676F
(112,103,111)
#665E65
(102,94,101)
#5C555B
(92,85,91)
#524C51
(82,76,81)
#484347
(72,67,71)
#3E3A3D
(62,58,61)
#343133
(52,49,51)
#2A2829
(42,40,41)
#201F1F
(32,31,31)
#161615
(22,22,21)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #70676F

#70676F
(112,103,111)
#7D747C
(125,116,124)
#8A8189
(138,129,137)
#978E96
(151,142,150)
#A49BA3
(164,155,163)
#B1A8B0
(177,168,176)
#BEB5BD
(190,181,189)
#CBC2CA
(203,194,202)
#D8CFD7
(216,207,215)
#E5DCE4
(229,220,228)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70676F; }

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

This text font color is #70676F.

Background Color

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

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

This div background color is #70676F.

Border color

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

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

This div border color is #70676F.

Opacity

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

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

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

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

This text has shadow with #70676F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70676F.

Preview

Color preview on black background

This text has color #70676F on black background.


Color preview on white background

This text has color #70676F on white background.


Black color preview on #70676F background

This text has black color on #70676F background.


White color preview on #70676F background

This text has white color on #70676F background.


Related colors

Complementary color

Complementary color for #hex is #8F9890.


I love getcolorcode.com

Triadic colors

1 #6F7067 and #676F70 with #70676F are triadic colors.

2 #6F6770 and #67706F with #70676F are triadic colors.