COLOR #705871

HEX: #705871
RGB: (112,88,113)

Color info

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

RGB color model

#705871 color RGB value is (112,88,113).

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

RGB channels and saturation

R 112 of 255 = 44%
G 88 of 255 = 35%
B 113 of 255 = 44%

112
88
113

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

Portions of RGB colors in percentages

R + G + B =
112 + 88 + 113 = 313 (100%)
R 112 of 313 ~ 35.78%
G 88 of 313 ~ 28.12%
B 113 of 313 ~ 36.1%

%35.78
%28.12
%36.1

CMYK color model

#705871 color CMYK value is (1,22,0,56).

  • cyan value is 0.88%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(1,22,0,56)
C1M22Y0K56 
(1%,22%,0%,56%)
(0.01/0.22/0.00/0.56)	

CMYK percentages

%0.88
%22.12
%0
%55.69

Codes

Color #705871 in popluar color models

705871
RGB11288113
HSL298°12.44%39.41%
HSB/HSV298°22.12%44.31%
CMYK0.88%22.12%0.00%
55.69%

Color #705871 in popluar number systems.

HEX705871
Decimal11288113
Binary111000010110001110001
Octal160130161

Shades and tints

Shades of #705871

#705871
(112,88,113)
#665067
(102,80,103)
#5C485D
(92,72,93)
#524053
(82,64,83)
#483849
(72,56,73)
#3E303F
(62,48,63)
#342835
(52,40,53)
#2A202B
(42,32,43)
#201821
(32,24,33)
#161017
(22,16,23)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #705871

#705871
(112,88,113)
#7D677D
(125,103,125)
#8A7689
(138,118,137)
#978595
(151,133,149)
#A494A1
(164,148,161)
#B1A3AD
(177,163,173)
#BEB2B9
(190,178,185)
#CBC1C5
(203,193,197)
#D8D0D1
(216,208,209)
#E5DFDD
(229,223,221)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705871; }

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

This text font color is #705871.


Background Color

.myBgColor { background-color: #705871; }

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

This div background color is #705871.


Border color

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

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

This div border color is #705871.


Opacity

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

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

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

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

This text has shadow with #705871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705871 on black background.


Color preview on white background

This text has color #705871 on white background.



Black color preview on #705871 background

This text has black color on #705871 background.


White color preview on #705871 background

This text has white color on #705871 background.