COLOR #705681

HEX: #705681
RGB: (112,86,129)

Color info

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

RGB color model

#705681 color RGB value is (112,86,129).

  • red value is 112;
  • green value is 86;
  • blue value is 129.
RGB:
(112,86,129)
(44%,34%,51%)

RGB channels and saturation

R 112 of 255 = 44%
G 86 of 255 = 34%
B 129 of 255 = 51%

112
86
129

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

Portions of RGB colors in percentages

R + G + B =
112 + 86 + 129 = 327 (100%)
R 112 of 327 ~ 34.25%
G 86 of 327 ~ 26.3%
B 129 of 327 ~ 39.45%

%34.25
%26.3
%39.45

CMYK color model

#705681 color CMYK value is (13,33,0,49).

  • cyan value is 13.18%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(13,33,0,49)
C13M33Y0K49 
(13%,33%,0%,49%)
(0.13/0.33/0.00/0.49)	

CMYK percentages

%13.18
%33.33
%0
%49.41

Codes

Color #705681 in popluar color models

705681
RGB11286129
HSL276°20.00%42.16%
HSB/HSV276°33.33%50.59%
CMYK13.18%33.33%0.00%
49.41%

Color #705681 in popluar number systems.

HEX705681
Decimal11286129
Binary1110000101011010000001
Octal160126201

Shades and tints

Shades of #705681

#705681
(112,86,129)
#664F76
(102,79,118)
#5C486B
(92,72,107)
#524160
(82,65,96)
#483A55
(72,58,85)
#3E334A
(62,51,74)
#342C3F
(52,44,63)
#2A2534
(42,37,52)
#201E29
(32,30,41)
#16171E
(22,23,30)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #705681

#705681
(112,86,129)
#7D658C
(125,101,140)
#8A7497
(138,116,151)
#9783A2
(151,131,162)
#A492AD
(164,146,173)
#B1A1B8
(177,161,184)
#BEB0C3
(190,176,195)
#CBBFCE
(203,191,206)
#D8CED9
(216,206,217)
#E5DDE4
(229,221,228)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705681 color. Also use rgb(112,86,129) instead hex code.

Text Font Color

.myTextColor { color: #705681; }

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

This text font color is #705681.


Background Color

.myBgColor { background-color: #705681; }

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

This div background color is #705681.


Border color

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

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

This div border color is #705681.


Opacity

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

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

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

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

This text has shadow with #705681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705681 on black background.


Color preview on white background

This text has color #705681 on white background.



Black color preview on #705681 background

This text has black color on #705681 background.


White color preview on #705681 background

This text has white color on #705681 background.