COLOR #705A86

HEX: #705A86
RGB: (112,90,134)

Color info

#705A86 contains red, green and blue colors in about the same proportion. Web safe color of #705A86 is #666699 (or #669).

RGB color model

#705A86 color RGB value is (112,90,134).

  • red value is 112;
  • green value is 90;
  • blue value is 134.
RGB:
(112,90,134)
(44%,35%,53%)

RGB channels and saturation

R 112 of 255 = 44%
G 90 of 255 = 35%
B 134 of 255 = 53%

112
90
134

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

Portions of RGB colors in percentages

R + G + B =
112 + 90 + 134 = 336 (100%)
R 112 of 336 ~ 33.33%
G 90 of 336 ~ 26.79%
B 134 of 336 ~ 39.88%

%33.33
%26.79
%39.88

CMYK color model

#705A86 color CMYK value is (16,33,0,47).

  • cyan value is 16.42%
  • magenta value is 32.84%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(16,33,0,47)
C16M33Y0K47 
(16%,33%,0%,47%)
(0.16/0.33/0.00/0.47)	

CMYK percentages

%16.42
%32.84
%0
%47.45

Codes

Color #705A86 in popluar color models

705A86
RGB11290134
HSL270°19.64%43.92%
HSB/HSV270°32.84%52.55%
CMYK16.42%32.84%0.00%
47.45%

Color #705A86 in popluar number systems.

HEX705A86
Decimal11290134
Binary1110000101101010000110
Octal160132206

Shades and tints

Shades of #705A86

#705A86
(112,90,134)
#66527A
(102,82,122)
#5C4A6E
(92,74,110)
#524262
(82,66,98)
#483A56
(72,58,86)
#3E324A
(62,50,74)
#342A3E
(52,42,62)
#2A2232
(42,34,50)
#201A26
(32,26,38)
#16121A
(22,18,26)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #705A86

#705A86
(112,90,134)
#7D6991
(125,105,145)
#8A789C
(138,120,156)
#9787A7
(151,135,167)
#A496B2
(164,150,178)
#B1A5BD
(177,165,189)
#BEB4C8
(190,180,200)
#CBC3D3
(203,195,211)
#D8D2DE
(216,210,222)
#E5E1E9
(229,225,233)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705A86 color. Also use rgb(112,90,134) instead hex code.

Text Font Color

.myTextColor { color: #705A86; }

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

This text font color is #705A86.


Background Color

.myBgColor { background-color: #705A86; }

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

This div background color is #705A86.


Border color

.myBorderColor { border: 1px solid #705A86; }

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

This div border color is #705A86.


Opacity

.myOpacity80 { color: #705A86; opacity: 0.8; }

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

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

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

This text has shadow with #705A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705A86 on black background.


Color preview on white background

This text has color #705A86 on white background.



Black color preview on #705A86 background

This text has black color on #705A86 background.


White color preview on #705A86 background

This text has white color on #705A86 background.