COLOR #705584

HEX: #705584
RGB: (112,85,132)

Color info

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

RGB color model

#705584 color RGB value is (112,85,132).

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

RGB channels and saturation

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

112
85
132

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

Portions of RGB colors in percentages

R + G + B =
112 + 85 + 132 = 329 (100%)
R 112 of 329 ~ 34.04%
G 85 of 329 ~ 25.84%
B 132 of 329 ~ 40.12%

%34.04
%25.84
%40.12

CMYK color model

#705584 color CMYK value is (15,36,0,48).

  • cyan value is 15.15%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(15,36,0,48)
C15M36Y0K48 
(15%,36%,0%,48%)
(0.15/0.36/0.00/0.48)	

CMYK percentages

%15.15
%35.61
%0
%48.24

Codes

Color #705584 in popluar color models

705584
RGB11285132
HSL274°21.66%42.55%
HSB/HSV274°35.61%51.76%
CMYK15.15%35.61%0.00%
48.24%

Color #705584 in popluar number systems.

HEX705584
Decimal11285132
Binary1110000101010110000100
Octal160125204

Shades and tints

Shades of #705584

#705584
(112,85,132)
#664E78
(102,78,120)
#5C476C
(92,71,108)
#524060
(82,64,96)
#483954
(72,57,84)
#3E3248
(62,50,72)
#342B3C
(52,43,60)
#2A2430
(42,36,48)
#201D24
(32,29,36)
#161618
(22,22,24)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #705584

#705584
(112,85,132)
#7D648F
(125,100,143)
#8A739A
(138,115,154)
#9782A5
(151,130,165)
#A491B0
(164,145,176)
#B1A0BB
(177,160,187)
#BEAFC6
(190,175,198)
#CBBED1
(203,190,209)
#D8CDDC
(216,205,220)
#E5DCE7
(229,220,231)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705584; }

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

This text font color is #705584.


Background Color

.myBgColor { background-color: #705584; }

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

This div background color is #705584.


Border color

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

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

This div border color is #705584.


Opacity

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

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

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

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

This text has shadow with #705584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705584 on black background.


Color preview on white background

This text has color #705584 on white background.



Black color preview on #705584 background

This text has black color on #705584 background.


White color preview on #705584 background

This text has white color on #705584 background.