COLOR #70585C

HEX: #70585C
RGB: (112,88,92)

Color info

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

RGB color model

#70585C color RGB value is (112,88,92).

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

RGB channels and saturation

R 112 of 255 = 44%
G 88 of 255 = 35%
B 92 of 255 = 36%

112
88
92

R + G + B ~ 38%. #70585C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 88 + 92 = 292 (100%)
R 112 of 292 ~ 38.36%
G 88 of 292 ~ 30.14%
B 92 of 292 ~ 31.51%

%38.36
%30.14
%31.51

CMYK color model

#70585C color CMYK value is (0,21,18,56).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 17.86%
  • key color value is 56.08%
CMYK:
(0,21,18,56)
C0M21Y18K56 
(0%,21%,18%,56%)
(0.00/0.21/0.18/0.56)	

CMYK percentages

%0
%21.43
%17.86
%56.08

Codes

Color #70585C in popluar color models

70585C
RGB1128892
HSL350°12.00%39.22%
HSB/HSV350°21.43%43.92%
CMYK0.00%21.43%17.86%
56.08%

Color #70585C in popluar number systems.

HEX70585C
Decimal1128892
Binary111000010110001011100
Octal160130134

Shades and tints

Shades of #70585C

#70585C
(112,88,92)
#665054
(102,80,84)
#5C484C
(92,72,76)
#524044
(82,64,68)
#48383C
(72,56,60)
#3E3034
(62,48,52)
#34282C
(52,40,44)
#2A2024
(42,32,36)
#20181C
(32,24,28)
#161014
(22,16,20)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #70585C

#70585C
(112,88,92)
#7D676A
(125,103,106)
#8A7678
(138,118,120)
#978586
(151,133,134)
#A49494
(164,148,148)
#B1A3A2
(177,163,162)
#BEB2B0
(190,178,176)
#CBC1BE
(203,193,190)
#D8D0CC
(216,208,204)
#E5DFDA
(229,223,218)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70585C color. Also use rgb(112,88,92) instead hex code.

Text Font Color

.myTextColor { color: #70585C; }

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

This text font color is #70585C.


Background Color

.myBgColor { background-color: #70585C; }

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

This div background color is #70585C.


Border color

.myBorderColor { border: 1px solid #70585C; }

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

This div border color is #70585C.


Opacity

.myOpacity80 { color: #70585C; opacity: 0.8; }

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

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

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

This text has shadow with #70585C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70585C on black background.


Color preview on white background

This text has color #70585C on white background.



Black color preview on #70585C background

This text has black color on #70585C background.


White color preview on #70585C background

This text has white color on #70585C background.