COLOR #705F88

HEX: #705F88
RGB: (112,95,136)

Color info

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

RGB color model

#705F88 color RGB value is (112,95,136).

  • red value is 112;
  • green value is 95;
  • blue value is 136.
RGB:
(112,95,136)
(44%,37%,53%)

RGB channels and saturation

R 112 of 255 = 44%
G 95 of 255 = 37%
B 136 of 255 = 53%

112
95
136

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

Portions of RGB colors in percentages

R + G + B =
112 + 95 + 136 = 343 (100%)
R 112 of 343 ~ 32.65%
G 95 of 343 ~ 27.7%
B 136 of 343 ~ 39.65%

%32.65
%27.7
%39.65

CMYK color model

#705F88 color CMYK value is (18,30,0,47).

  • cyan value is 17.65%
  • magenta value is 30.15%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(18,30,0,47)
C18M30Y0K47 
(18%,30%,0%,47%)
(0.18/0.30/0.00/0.47)	

CMYK percentages

%17.65
%30.15
%0
%46.67

Codes

Color #705F88 in popluar color models

705F88
RGB11295136
HSL265°17.75%45.29%
HSB/HSV265°30.15%53.33%
CMYK17.65%30.15%0.00%
46.67%

Color #705F88 in popluar number systems.

HEX705F88
Decimal11295136
Binary1110000101111110001000
Octal160137210

Shades and tints

Shades of #705F88

#705F88
(112,95,136)
#66577C
(102,87,124)
#5C4F70
(92,79,112)
#524764
(82,71,100)
#483F58
(72,63,88)
#3E374C
(62,55,76)
#342F40
(52,47,64)
#2A2734
(42,39,52)
#201F28
(32,31,40)
#16171C
(22,23,28)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #705F88

#705F88
(112,95,136)
#7D6D92
(125,109,146)
#8A7B9C
(138,123,156)
#9789A6
(151,137,166)
#A497B0
(164,151,176)
#B1A5BA
(177,165,186)
#BEB3C4
(190,179,196)
#CBC1CE
(203,193,206)
#D8CFD8
(216,207,216)
#E5DDE2
(229,221,226)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705F88 color. Also use rgb(112,95,136) instead hex code.

Text Font Color

.myTextColor { color: #705F88; }

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

This text font color is #705F88.


Background Color

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

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

This div background color is #705F88.


Border color

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

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

This div border color is #705F88.


Opacity

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

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

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

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

This text has shadow with #705F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705F88 on black background.


Color preview on white background

This text has color #705F88 on white background.



Black color preview on #705F88 background

This text has black color on #705F88 background.


White color preview on #705F88 background

This text has white color on #705F88 background.