COLOR #70565F

HEX: #70565F
RGB: (112,86,95)

Color info

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

RGB color model

#70565F color RGB value is (112,86,95).

  • red value is 112;
  • green value is 86;
  • blue value is 95.
RGB:
(112,86,95)
(44%,34%,37%)

RGB channels and saturation

R 112 of 255 = 44%
G 86 of 255 = 34%
B 95 of 255 = 37%

112
86
95

R + G + B ~ 38%. #70565F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 86 + 95 = 293 (100%)
R 112 of 293 ~ 38.23%
G 86 of 293 ~ 29.35%
B 95 of 293 ~ 32.42%

%38.23
%29.35
%32.42

CMYK color model

#70565F color CMYK value is (0,23,15,56).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 15.18%
  • key color value is 56.08%
CMYK:
(0,23,15,56)
C0M23Y15K56 
(0%,23%,15%,56%)
(0.00/0.23/0.15/0.56)	

CMYK percentages

%0
%23.21
%15.18
%56.08

Codes

Color #70565F in popluar color models

70565F
RGB1128695
HSL339°13.13%38.82%
HSB/HSV339°23.21%43.92%
CMYK0.00%23.21%15.18%
56.08%

Color #70565F in popluar number systems.

HEX70565F
Decimal1128695
Binary111000010101101011111
Octal160126137

Shades and tints

Shades of #70565F

#70565F
(112,86,95)
#664F57
(102,79,87)
#5C484F
(92,72,79)
#524147
(82,65,71)
#483A3F
(72,58,63)
#3E3337
(62,51,55)
#342C2F
(52,44,47)
#2A2527
(42,37,39)
#201E1F
(32,30,31)
#161717
(22,23,23)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #70565F

#70565F
(112,86,95)
#7D656D
(125,101,109)
#8A747B
(138,116,123)
#978389
(151,131,137)
#A49297
(164,146,151)
#B1A1A5
(177,161,165)
#BEB0B3
(190,176,179)
#CBBFC1
(203,191,193)
#D8CECF
(216,206,207)
#E5DDDD
(229,221,221)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70565F color. Also use rgb(112,86,95) instead hex code.

Text Font Color

.myTextColor { color: #70565F; }

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

This text font color is #70565F.


Background Color

.myBgColor { background-color: #70565F; }

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

This div background color is #70565F.


Border color

.myBorderColor { border: 1px solid #70565F; }

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

This div border color is #70565F.


Opacity

.myOpacity80 { color: #70565F; opacity: 0.8; }

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

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

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

This text has shadow with #70565F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70565F on black background.


Color preview on white background

This text has color #70565F on white background.



Black color preview on #70565F background

This text has black color on #70565F background.


White color preview on #70565F background

This text has white color on #70565F background.