COLOR #706064

HEX: #706064
RGB: (112,96,100)

Color info

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

RGB color model

#706064 color RGB value is (112,96,100).

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

RGB channels and saturation

R 112 of 255 = 44%
G 96 of 255 = 38%
B 100 of 255 = 39%

112
96
100

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

Portions of RGB colors in percentages

R + G + B =
112 + 96 + 100 = 308 (100%)
R 112 of 308 ~ 36.36%
G 96 of 308 ~ 31.17%
B 100 of 308 ~ 32.47%

%36.36
%31.17
%32.47

CMYK color model

#706064 color CMYK value is (0,14,11,56).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 10.71%
  • key color value is 56.08%
CMYK:
(0,14,11,56)
C0M14Y11K56 
(0%,14%,11%,56%)
(0.00/0.14/0.11/0.56)	

CMYK percentages

%0
%14.29
%10.71
%56.08

Codes

Color #706064 in popluar color models

706064
RGB11296100
HSL345°7.69%40.78%
HSB/HSV345°14.29%43.92%
CMYK0.00%14.29%10.71%
56.08%

Color #706064 in popluar number systems.

HEX706064
Decimal11296100
Binary111000011000001100100
Octal160140144

Shades and tints

Shades of #706064

#706064
(112,96,100)
#66585B
(102,88,91)
#5C5052
(92,80,82)
#524849
(82,72,73)
#484040
(72,64,64)
#3E3837
(62,56,55)
#34302E
(52,48,46)
#2A2825
(42,40,37)
#20201C
(32,32,28)
#161813
(22,24,19)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #706064

#706064
(112,96,100)
#7D6E72
(125,110,114)
#8A7C80
(138,124,128)
#978A8E
(151,138,142)
#A4989C
(164,152,156)
#B1A6AA
(177,166,170)
#BEB4B8
(190,180,184)
#CBC2C6
(203,194,198)
#D8D0D4
(216,208,212)
#E5DEE2
(229,222,226)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706064; }

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

This text font color is #706064.


Background Color

.myBgColor { background-color: #706064; }

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

This div background color is #706064.


Border color

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

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

This div border color is #706064.


Opacity

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

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

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

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

This text has shadow with #706064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706064 on black background.


Color preview on white background

This text has color #706064 on white background.



Black color preview on #706064 background

This text has black color on #706064 background.


White color preview on #706064 background

This text has white color on #706064 background.