COLOR #70587B

HEX: #70587B
RGB: (112,88,123)

Color info

#70587B contains red, green and blue colors in about the same proportion. Web safe color of #70587B is #666666 (or #666).

RGB color model

#70587B color RGB value is (112,88,123).

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

RGB channels and saturation

R 112 of 255 = 44%
G 88 of 255 = 35%
B 123 of 255 = 48%

112
88
123

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

Portions of RGB colors in percentages

R + G + B =
112 + 88 + 123 = 323 (100%)
R 112 of 323 ~ 34.67%
G 88 of 323 ~ 27.24%
B 123 of 323 ~ 38.08%

%34.67
%27.24
%38.08

CMYK color model

#70587B color CMYK value is (9,28,0,52).

  • cyan value is 8.94%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (9,28,0,52) C9M28Y0K52 (9%,28%,0%,52%) (0.09/0.28/0.00/0.52)

CMYK percentages

%8.94
%28.46
%0
%51.76

Codes

Color #70587B in popluar color models

70587B
RGB11288123
HSL281°16.59%41.37%
HSB/HSV281°28.46%48.24%
CMYK8.94%28.46%0.00%
51.76%

Color #70587B in popluar number systems.

HEX70587B
Decimal11288123
Binary111000010110001111011
Octal160130173

Shades and tints

Shades of #70587B

#70587B
(112,88,123)
#665070
(102,80,112)
#5C4865
(92,72,101)
#52405A
(82,64,90)
#48384F
(72,56,79)
#3E3044
(62,48,68)
#342839
(52,40,57)
#2A202E
(42,32,46)
#201823
(32,24,35)
#161018
(22,16,24)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #70587B

#70587B
(112,88,123)
#7D6787
(125,103,135)
#8A7693
(138,118,147)
#97859F
(151,133,159)
#A494AB
(164,148,171)
#B1A3B7
(177,163,183)
#BEB2C3
(190,178,195)
#CBC1CF
(203,193,207)
#D8D0DB
(216,208,219)
#E5DFE7
(229,223,231)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70587B color. Also use rgb(112,88,123) instead hex code.

Text Font Color

.myTextColor { color: #70587B; }

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

This text font color is #70587B.


Background Color

.myBgColor { background-color: #70587B; }

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

This div background color is #70587B.


Border color

.myBorderColor { border: 1px solid #70587B; }

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

This div border color is #70587B.


Opacity

.myOpacity80 { color: #70587B; opacity: 0.8; }

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

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

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

This text has shadow with #70587B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #70587B on black background.


Color preview on white background

This text has color #70587B on white background.



Black color preview on #70587B background

This text has black color on #70587B background.


White color preview on #70587B background

This text has white color on #70587B background.