COLOR #706176

HEX: #706176
RGB: (112,97,118)

Color info

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

RGB color model

#706176 color RGB value is (112,97,118).

  • red value is 112;
  • green value is 97;
  • blue value is 118.
RGB:
(112,97,118)
(44%,38%,46%)

RGB channels and saturation

R 112 of 255 = 44%
G 97 of 255 = 38%
B 118 of 255 = 46%

112
97
118

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

Portions of RGB colors in percentages

R + G + B =
112 + 97 + 118 = 327 (100%)
R 112 of 327 ~ 34.25%
G 97 of 327 ~ 29.66%
B 118 of 327 ~ 36.09%

%34.25
%29.66
%36.09

CMYK color model

#706176 color CMYK value is (5,18,0,54).

  • cyan value is 5.08%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(5,18,0,54)
C5M18Y0K54 
(5%,18%,0%,54%)
(0.05/0.18/0.00/0.54)	

CMYK percentages

%5.08
%17.8
%0
%53.73

Codes

Color #706176 in popluar color models

706176
RGB11297118
HSL283°9.77%42.16%
HSB/HSV283°17.80%46.27%
CMYK5.08%17.80%0.00%
53.73%

Color #706176 in popluar number systems.

HEX706176
Decimal11297118
Binary111000011000011110110
Octal160141166

Shades and tints

Shades of #706176

#706176
(112,97,118)
#66596C
(102,89,108)
#5C5162
(92,81,98)
#524958
(82,73,88)
#48414E
(72,65,78)
#3E3944
(62,57,68)
#34313A
(52,49,58)
#2A2930
(42,41,48)
#202126
(32,33,38)
#16191C
(22,25,28)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #706176

#706176
(112,97,118)
#7D6F82
(125,111,130)
#8A7D8E
(138,125,142)
#978B9A
(151,139,154)
#A499A6
(164,153,166)
#B1A7B2
(177,167,178)
#BEB5BE
(190,181,190)
#CBC3CA
(203,195,202)
#D8D1D6
(216,209,214)
#E5DFE2
(229,223,226)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706176 color. Also use rgb(112,97,118) instead hex code.

Text Font Color

.myTextColor { color: #706176; }

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

This text font color is #706176.


Background Color

.myBgColor { background-color: #706176; }

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

This div background color is #706176.


Border color

.myBorderColor { border: 1px solid #706176; }

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

This div border color is #706176.


Opacity

.myOpacity80 { color: #706176; opacity: 0.8; }

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

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

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

This text has shadow with #706176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706176 on black background.


Color preview on white background

This text has color #706176 on white background.



Black color preview on #706176 background

This text has black color on #706176 background.


White color preview on #706176 background

This text has white color on #706176 background.