COLOR #706171

HEX: #706171
RGB: (112,97,113)

Color info

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

RGB color model

#706171 color RGB value is (112,97,113).

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

RGB channels and saturation

R 112 of 255 = 44%
G 97 of 255 = 38%
B 113 of 255 = 44%

112
97
113

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

Portions of RGB colors in percentages

R + G + B =
112 + 97 + 113 = 322 (100%)
R 112 of 322 ~ 34.78%
G 97 of 322 ~ 30.12%
B 113 of 322 ~ 35.09%

%34.78
%30.12
%35.09

CMYK color model

#706171 color CMYK value is (1,14,0,56).

  • cyan value is 0.88%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(1,14,0,56)
C1M14Y0K56 
(1%,14%,0%,56%)
(0.01/0.14/0.00/0.56)	

CMYK percentages

%0.88
%14.16
%0
%55.69

Codes

Color #706171 in popluar color models

706171
RGB11297113
HSL296°7.62%41.18%
HSB/HSV296°14.16%44.31%
CMYK0.88%14.16%0.00%
55.69%

Color #706171 in popluar number systems.

HEX706171
Decimal11297113
Binary111000011000011110001
Octal160141161

Shades and tints

Shades of #706171

#706171
(112,97,113)
#665967
(102,89,103)
#5C515D
(92,81,93)
#524953
(82,73,83)
#484149
(72,65,73)
#3E393F
(62,57,63)
#343135
(52,49,53)
#2A292B
(42,41,43)
#202121
(32,33,33)
#161917
(22,25,23)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #706171

#706171
(112,97,113)
#7D6F7D
(125,111,125)
#8A7D89
(138,125,137)
#978B95
(151,139,149)
#A499A1
(164,153,161)
#B1A7AD
(177,167,173)
#BEB5B9
(190,181,185)
#CBC3C5
(203,195,197)
#D8D1D1
(216,209,209)
#E5DFDD
(229,223,221)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706171; }

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

This text font color is #706171.


Background Color

.myBgColor { background-color: #706171; }

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

This div background color is #706171.


Border color

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

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

This div border color is #706171.


Opacity

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

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

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

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

This text has shadow with #706171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706171 on black background.


Color preview on white background

This text has color #706171 on white background.



Black color preview on #706171 background

This text has black color on #706171 background.


White color preview on #706171 background

This text has white color on #706171 background.