COLOR #706571

HEX: #706571
RGB: (112,101,113)

Color info

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

RGB color model

#706571 color RGB value is (112,101,113).

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

RGB channels and saturation

R 112 of 255 = 44%
G 101 of 255 = 40%
B 113 of 255 = 44%

112
101
113

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

Portions of RGB colors in percentages

R + G + B =
112 + 101 + 113 = 326 (100%)
R 112 of 326 ~ 34.36%
G 101 of 326 ~ 30.98%
B 113 of 326 ~ 34.66%

%34.36
%30.98
%34.66

CMYK color model

#706571 color CMYK value is (1,11,0,56).

  • cyan value is 0.88%
  • magenta value is 10.62%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(1,11,0,56)
C1M11Y0K56 
(1%,11%,0%,56%)
(0.01/0.11/0.00/0.56)	

CMYK percentages

%0.88
%10.62
%0
%55.69

Codes

Color #706571 in popluar color models

706571
RGB112101113
HSL295°5.61%41.96%
HSB/HSV295°10.62%44.31%
CMYK0.88%10.62%0.00%
55.69%

Color #706571 in popluar number systems.

HEX706571
Decimal112101113
Binary111000011001011110001
Octal160145161

Shades and tints

Shades of #706571

#706571
(112,101,113)
#665C67
(102,92,103)
#5C535D
(92,83,93)
#524A53
(82,74,83)
#484149
(72,65,73)
#3E383F
(62,56,63)
#342F35
(52,47,53)
#2A262B
(42,38,43)
#201D21
(32,29,33)
#161417
(22,20,23)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #706571

#706571
(112,101,113)
#7D737D
(125,115,125)
#8A8189
(138,129,137)
#978F95
(151,143,149)
#A49DA1
(164,157,161)
#B1ABAD
(177,171,173)
#BEB9B9
(190,185,185)
#CBC7C5
(203,199,197)
#D8D5D1
(216,213,209)
#E5E3DD
(229,227,221)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706571; }

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

This text font color is #706571.


Background Color

.myBgColor { background-color: #706571; }

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

This div background color is #706571.


Border color

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

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

This div border color is #706571.


Opacity

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

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

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

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

This text has shadow with #706571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706571 on black background.


Color preview on white background

This text has color #706571 on white background.



Black color preview on #706571 background

This text has black color on #706571 background.


White color preview on #706571 background

This text has white color on #706571 background.