COLOR #705585

HEX: #705585
RGB: (112,85,133)

Color info

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

RGB color model

#705585 color RGB value is (112,85,133).

  • red value is 112;
  • green value is 85;
  • blue value is 133.
RGB:
(112,85,133)
(44%,33%,52%)

RGB channels and saturation

R 112 of 255 = 44%
G 85 of 255 = 33%
B 133 of 255 = 52%

112
85
133

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

Portions of RGB colors in percentages

R + G + B =
112 + 85 + 133 = 330 (100%)
R 112 of 330 ~ 33.94%
G 85 of 330 ~ 25.76%
B 133 of 330 ~ 40.3%

%33.94
%25.76
%40.3

CMYK color model

#705585 color CMYK value is (16,36,0,48).

  • cyan value is 15.79%
  • magenta value is 36.09%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(16,36,0,48)
C16M36Y0K48 
(16%,36%,0%,48%)
(0.16/0.36/0.00/0.48)	

CMYK percentages

%15.79
%36.09
%0
%47.84

Codes

Color #705585 in popluar color models

705585
RGB11285133
HSL274°22.02%42.75%
HSB/HSV274°36.09%52.16%
CMYK15.79%36.09%0.00%
47.84%

Color #705585 in popluar number systems.

HEX705585
Decimal11285133
Binary1110000101010110000101
Octal160125205

Shades and tints

Shades of #705585

#705585
(112,85,133)
#664E79
(102,78,121)
#5C476D
(92,71,109)
#524061
(82,64,97)
#483955
(72,57,85)
#3E3249
(62,50,73)
#342B3D
(52,43,61)
#2A2431
(42,36,49)
#201D25
(32,29,37)
#161619
(22,22,25)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #705585

#705585
(112,85,133)
#7D6490
(125,100,144)
#8A739B
(138,115,155)
#9782A6
(151,130,166)
#A491B1
(164,145,177)
#B1A0BC
(177,160,188)
#BEAFC7
(190,175,199)
#CBBED2
(203,190,210)
#D8CDDD
(216,205,221)
#E5DCE8
(229,220,232)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705585 color. Also use rgb(112,85,133) instead hex code.

Text Font Color

.myTextColor { color: #705585; }

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

This text font color is #705585.


Background Color

.myBgColor { background-color: #705585; }

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

This div background color is #705585.


Border color

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

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

This div border color is #705585.


Opacity

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

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

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

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

This text has shadow with #705585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705585 on black background.


Color preview on white background

This text has color #705585 on white background.



Black color preview on #705585 background

This text has black color on #705585 background.


White color preview on #705585 background

This text has white color on #705585 background.