COLOR #706560

HEX: #706560
RGB: (112,101,96)

Color info

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

RGB color model

#706560 color RGB value is (112,101,96).

  • red value is 112;
  • green value is 101;
  • blue value is 96.
RGB:
(112,101,96)
(44%,40%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 101 of 255 = 40%
B 96 of 255 = 38%

112
101
96

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

Portions of RGB colors in percentages

R + G + B =
112 + 101 + 96 = 309 (100%)
R 112 of 309 ~ 36.25%
G 101 of 309 ~ 32.69%
B 96 of 309 ~ 31.07%

%36.25
%32.69
%31.07

CMYK color model

#706560 color CMYK value is (0,10,14,56).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 14.29%
  • key color value is 56.08%
CMYK:
(0,10,14,56)
C0M10Y14K56 
(0%,10%,14%,56%)
(0.00/0.10/0.14/0.56)	

CMYK percentages

%0
%9.82
%14.29
%56.08

Codes

Color #706560 in popluar color models

706560
RGB11210196
HSL19°7.69%40.78%
HSB/HSV19°14.29%43.92%
CMYK0.00%9.82%14.29%
56.08%

Color #706560 in popluar number systems.

HEX706560
Decimal11210196
Binary111000011001011100000
Octal160145140

Shades and tints

Shades of #706560

#706560
(112,101,96)
#665C58
(102,92,88)
#5C5350
(92,83,80)
#524A48
(82,74,72)
#484140
(72,65,64)
#3E3838
(62,56,56)
#342F30
(52,47,48)
#2A2628
(42,38,40)
#201D20
(32,29,32)
#161418
(22,20,24)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #706560

#706560
(112,101,96)
#7D736E
(125,115,110)
#8A817C
(138,129,124)
#978F8A
(151,143,138)
#A49D98
(164,157,152)
#B1ABA6
(177,171,166)
#BEB9B4
(190,185,180)
#CBC7C2
(203,199,194)
#D8D5D0
(216,213,208)
#E5E3DE
(229,227,222)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706560 color. Also use rgb(112,101,96) instead hex code.

Text Font Color

.myTextColor { color: #706560; }

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

This text font color is #706560.


Background Color

.myBgColor { background-color: #706560; }

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

This div background color is #706560.


Border color

.myBorderColor { border: 1px solid #706560; }

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

This div border color is #706560.


Opacity

.myOpacity80 { color: #706560; opacity: 0.8; }

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

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

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

This text has shadow with #706560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706560 on black background.


Color preview on white background

This text has color #706560 on white background.



Black color preview on #706560 background

This text has black color on #706560 background.


White color preview on #706560 background

This text has white color on #706560 background.