COLOR #70716C

HEX: #70716C RGB: (112,113,108)

Color info

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

RGB color model

#70716C color RGB value is (112,113,108).

RGB: (112,113,108) (44%, 44%, 42%)

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 108 of 255 = 42%

112
113
108

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

Portions of RGB colors in percentages

R + G + B = 112 + 113 + 108 = 333 (100%)
R 112 of 333 ~ 33.63%
G 113 of 333 ~ 33.93%
B 108 of 333 ~ 32.43'%

%33.63
%33.93
%32.43

CMYK color model

#70716C color CMYK value is (1,0,4,56).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 55.69%

CMYK: (1,0,4,56)
C1M0Y4K56 (1%, 0%, 4%, 56%)
(0.01 / 0.00 / 0.04 / 0.56)

CMYK percentages

%0.88
%0
%4.42
%55.69

Codes

Color #70716C in popluar color models

70 71 6C
RGB 112 113 108
HSL 72° 2.26% 43.33%
HSB/HSV 72° 4.42% 44.31%
CMYK 0.88% 0.00% 4.42%
55.69%

Color #70716C in popluar number systems.

HEX 70 71 6C
Decimal 112 113 108
Binary 1110000 1110001 1101100
Octal 160 161 154

Shades and tints

Shades of #70716C

#70716C
(112,113,108)
#666763
(102,103,99)
#5C5D5A
(92,93,90)
#525351
(82,83,81)
#484948
(72,73,72)
#3E3F3F
(62,63,63)
#343536
(52,53,54)
#2A2B2D
(42,43,45)
#202124
(32,33,36)
#16171B
(22,23,27)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #70716C

#70716C
(112,113,108)
#7D7D79
(125,125,121)
#8A8986
(138,137,134)
#979593
(151,149,147)
#A4A1A0
(164,161,160)
#B1ADAD
(177,173,173)
#BEB9BA
(190,185,186)
#CBC5C7
(203,197,199)
#D8D1D4
(216,209,212)
#E5DDE1
(229,221,225)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70716C color. Also use rgb(112,113,108) instead hex code.

Text Font Color

.myTextColor { color: #70716C; }

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

This text font color is #70716C.

Background Color

.myBgColor { background-color: #70716C; }

<div style="background-color:#70716C">Inner text</div>

This div background color is #70716C.

Border color

.myBorderColor { border: 1px solid #70716C; }

<div style="border:3px solid #70716C">Div</div>

This div border color is #70716C.

Opacity

.myOpacity80 { color: #70716C; opacity: 0.8; }

<p style="color:#70716C;opacity:0.8;">80%</p>

Text with #70716C 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 #70716C;}

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

This text has shadow with #70716C color.


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

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

This text has shadow with #70716C primary color and red secondary color.


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

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

This text has shadow with #70716C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #70716C.

Preview

Color preview on black background

This text has color #70716C on black background.


Color preview on white background

This text has color #70716C on white background.


Black color preview on #70716C background

This text has black color on #70716C background.


White color preview on #70716C background

This text has white color on #70716C background.


Related colors

Complementary color

Complementary color for #hex is #8F8E93.


I love getcolorcode.com

Triadic colors

1 #6C7071 and #716C70 with #70716C are triadic colors.

2 #6C7170 and #71706C with #70716C are triadic colors.