COLOR #70586A

HEX: #70586A
RGB: (112,88,106)

Color info

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

RGB color model

#70586A color RGB value is (112,88,106).

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

RGB channels and saturation

R 112 of 255 = 44%
G 88 of 255 = 35%
B 106 of 255 = 42%

112
88
106

R + G + B ~ 40%. #70586A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 88 + 106 = 306 (100%)
R 112 of 306 ~ 36.6%
G 88 of 306 ~ 28.76%
B 106 of 306 ~ 34.64%

%36.6
%28.76
%34.64

CMYK color model

#70586A color CMYK value is (0,21,5,56).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 5.36%
  • key color value is 56.08%
CMYK:
(0,21,5,56)
C0M21Y5K56 
(0%,21%,5%,56%)
(0.00/0.21/0.05/0.56)	

CMYK percentages

%0
%21.43
%5.36
%56.08

Codes

Color #70586A in popluar color models

70586A
RGB11288106
HSL315°12.00%39.22%
HSB/HSV315°21.43%43.92%
CMYK0.00%21.43%5.36%
56.08%

Color #70586A in popluar number systems.

HEX70586A
Decimal11288106
Binary111000010110001101010
Octal160130152

Shades and tints

Shades of #70586A

#70586A
(112,88,106)
#665061
(102,80,97)
#5C4858
(92,72,88)
#52404F
(82,64,79)
#483846
(72,56,70)
#3E303D
(62,48,61)
#342834
(52,40,52)
#2A202B
(42,32,43)
#201822
(32,24,34)
#161019
(22,16,25)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #70586A

#70586A
(112,88,106)
#7D6777
(125,103,119)
#8A7684
(138,118,132)
#978591
(151,133,145)
#A4949E
(164,148,158)
#B1A3AB
(177,163,171)
#BEB2B8
(190,178,184)
#CBC1C5
(203,193,197)
#D8D0D2
(216,208,210)
#E5DFDF
(229,223,223)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70586A color. Also use rgb(112,88,106) instead hex code.

Text Font Color

.myTextColor { color: #70586A; }

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

This text font color is #70586A.


Background Color

.myBgColor { background-color: #70586A; }

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

This div background color is #70586A.


Border color

.myBorderColor { border: 1px solid #70586A; }

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

This div border color is #70586A.


Opacity

.myOpacity80 { color: #70586A; opacity: 0.8; }

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

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

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

This text has shadow with #70586A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70586A on black background.


Color preview on white background

This text has color #70586A on white background.



Black color preview on #70586A background

This text has black color on #70586A background.


White color preview on #70586A background

This text has white color on #70586A background.