COLOR #706588

HEX: #706588
RGB: (112,101,136)

Color info

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

RGB color model

#706588 color RGB value is (112,101,136).

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

RGB channels and saturation

R 112 of 255 = 44%
G 101 of 255 = 40%
B 136 of 255 = 53%

112
101
136

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

Portions of RGB colors in percentages

R + G + B =
112 + 101 + 136 = 349 (100%)
R 112 of 349 ~ 32.09%
G 101 of 349 ~ 28.94%
B 136 of 349 ~ 38.97%

%32.09
%28.94
%38.97

CMYK color model

#706588 color CMYK value is (18,26,0,47).

  • cyan value is 17.65%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(18,26,0,47)
C18M26Y0K47 
(18%,26%,0%,47%)
(0.18/0.26/0.00/0.47)	

CMYK percentages

%17.65
%25.74
%0
%46.67

Codes

Color #706588 in popluar color models

706588
RGB112101136
HSL259°14.77%46.47%
HSB/HSV259°25.74%53.33%
CMYK17.65%25.74%0.00%
46.67%

Color #706588 in popluar number systems.

HEX706588
Decimal112101136
Binary1110000110010110001000
Octal160145210

Shades and tints

Shades of #706588

#706588
(112,101,136)
#665C7C
(102,92,124)
#5C5370
(92,83,112)
#524A64
(82,74,100)
#484158
(72,65,88)
#3E384C
(62,56,76)
#342F40
(52,47,64)
#2A2634
(42,38,52)
#201D28
(32,29,40)
#16141C
(22,20,28)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #706588

#706588
(112,101,136)
#7D7392
(125,115,146)
#8A819C
(138,129,156)
#978FA6
(151,143,166)
#A49DB0
(164,157,176)
#B1ABBA
(177,171,186)
#BEB9C4
(190,185,196)
#CBC7CE
(203,199,206)
#D8D5D8
(216,213,216)
#E5E3E2
(229,227,226)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706588; }

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

This text font color is #706588.


Background Color

.myBgColor { background-color: #706588; }

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

This div background color is #706588.


Border color

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

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

This div border color is #706588.


Opacity

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

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

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

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

This text has shadow with #706588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706588 on black background.


Color preview on white background

This text has color #706588 on white background.



Black color preview on #706588 background

This text has black color on #706588 background.


White color preview on #706588 background

This text has white color on #706588 background.