COLOR #70588D

HEX: #70588D
RGB: (112,88,141)

Color info

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

RGB color model

#70588D color RGB value is (112,88,141).

  • red value is 112;
  • green value is 88;
  • blue value is 141.
RGB:
(112,88,141)
(44%,35%,55%)

RGB channels and saturation

R 112 of 255 = 44%
G 88 of 255 = 35%
B 141 of 255 = 55%

112
88
141

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

Portions of RGB colors in percentages

R + G + B =
112 + 88 + 141 = 341 (100%)
R 112 of 341 ~ 32.84%
G 88 of 341 ~ 25.81%
B 141 of 341 ~ 41.35%

%32.84
%25.81
%41.35

CMYK color model

#70588D color CMYK value is (21,38,0,45).

  • cyan value is 20.57%
  • magenta value is 37.59%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(21,38,0,45)
C21M38Y0K45 
(21%,38%,0%,45%)
(0.21/0.38/0.00/0.45)	

CMYK percentages

%20.57
%37.59
%0
%44.71

Codes

Color #70588D in popluar color models

70588D
RGB11288141
HSL267°23.14%44.90%
HSB/HSV267°37.59%55.29%
CMYK20.57%37.59%0.00%
44.71%

Color #70588D in popluar number systems.

HEX70588D
Decimal11288141
Binary1110000101100010001101
Octal160130215

Shades and tints

Shades of #70588D

#70588D
(112,88,141)
#665081
(102,80,129)
#5C4875
(92,72,117)
#524069
(82,64,105)
#48385D
(72,56,93)
#3E3051
(62,48,81)
#342845
(52,40,69)
#2A2039
(42,32,57)
#20182D
(32,24,45)
#161021
(22,16,33)
#0C0815
(12,8,21)
#000000
(0,0,0)

Tints of #70588D

#70588D
(112,88,141)
#7D6797
(125,103,151)
#8A76A1
(138,118,161)
#9785AB
(151,133,171)
#A494B5
(164,148,181)
#B1A3BF
(177,163,191)
#BEB2C9
(190,178,201)
#CBC1D3
(203,193,211)
#D8D0DD
(216,208,221)
#E5DFE7
(229,223,231)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70588D color. Also use rgb(112,88,141) instead hex code.

Text Font Color

.myTextColor { color: #70588D; }

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

This text font color is #70588D.


Background Color

.myBgColor { background-color: #70588D; }

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

This div background color is #70588D.


Border color

.myBorderColor { border: 1px solid #70588D; }

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

This div border color is #70588D.


Opacity

.myOpacity80 { color: #70588D; opacity: 0.8; }

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

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

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

This text has shadow with #70588D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70588D on black background.


Color preview on white background

This text has color #70588D on white background.



Black color preview on #70588D background

This text has black color on #70588D background.


White color preview on #70588D background

This text has white color on #70588D background.