COLOR #70716E

HEX: #70716E
RGB: (112,113,110)

Color info

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

RGB color model

#70716E color RGB value is (112,113,110).

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

RGB channels and saturation

R 112 of 255 = 44%
G 113 of 255 = 44%
B 110 of 255 = 43%

112
113
110

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

Portions of RGB colors in percentages

R + G + B =
112 + 113 + 110 = 335 (100%)
R 112 of 335 ~ 33.43%
G 113 of 335 ~ 33.73%
B 110 of 335 ~ 32.84%

%33.43
%33.73
%32.84

CMYK color model

#70716E color CMYK value is (1,0,3,56).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK:
(1,0,3,56)
C1M0Y3K56 
(1%,0%,3%,56%)
(0.01/0.00/0.03/0.56)	

CMYK percentages

%0.88
%0
%2.65
%55.69

Codes

Color #70716E in popluar color models

70716E
RGB112113110
HSL80°1.35%43.73%
HSB/HSV80°2.65%44.31%
CMYK0.88%0.00%2.65%
55.69%

Color #70716E in popluar number systems.

HEX70716E
Decimal112113110
Binary111000011100011101110
Octal160161156

Shades and tints

Shades of #70716E

#70716E
(112,113,110)
#666764
(102,103,100)
#5C5D5A
(92,93,90)
#525350
(82,83,80)
#484946
(72,73,70)
#3E3F3C
(62,63,60)
#343532
(52,53,50)
#2A2B28
(42,43,40)
#20211E
(32,33,30)
#161714
(22,23,20)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #70716E

#70716E
(112,113,110)
#7D7D7B
(125,125,123)
#8A8988
(138,137,136)
#979595
(151,149,149)
#A4A1A2
(164,161,162)
#B1ADAF
(177,173,175)
#BEB9BC
(190,185,188)
#CBC5C9
(203,197,201)
#D8D1D6
(216,209,214)
#E5DDE3
(229,221,227)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70716E; }

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

This text font color is #70716E.


Background Color

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

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

This div background color is #70716E.


Border color

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

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

This div border color is #70716E.


Opacity

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

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

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

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

This text has shadow with #70716E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70716E on black background.


Color preview on white background

This text has color #70716E on white background.



Black color preview on #70716E background

This text has black color on #70716E background.


White color preview on #70716E background

This text has white color on #70716E background.