COLOR #706964

HEX: #706964 RGB: (112,105,100)

Color info

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

RGB color model

#706964 color RGB value is (112,105,100).

RGB: (112,105,100) (44%, 41%, 39%)

RGB channels and saturation

R 112 of 255 = 44%
G 105 of 255 = 41%
B 100 of 255 = 39%

112
105
100

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

Portions of RGB colors in percentages

R + G + B = 112 + 105 + 100 = 317 (100%)
R 112 of 317 ~ 35.33%
G 105 of 317 ~ 33.12%
B 100 of 317 ~ 31.55'%

%35.33
%33.12
%31.55

CMYK color model

#706964 color CMYK value is (0,6,11,56).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 10.71%
  • key color value is 56.08%
CMYK: (0,6,11,56) C0M6Y11K56 (0%,6%,11%,56%) (0.00/0.06/0.11/0.56) 

CMYK percentages

%0
%6.25
%10.71
%56.08

Codes

Color #706964 in popluar color models

70 69 64
RGB 112 105 100
HSL 25° 5.66% 41.57%
HSB/HSV 25° 10.71% 43.92%
CMYK 0.00% 6.25% 10.71%
56.08%

Color #706964 in popluar number systems.

HEX 70 69 64
Decimal 112 105 100
Binary 1110000 1101001 1100100
Octal 160 151 144

Shades and tints

Shades of #706964

#706964
(112,105,100)
#66605B
(102,96,91)
#5C5752
(92,87,82)
#524E49
(82,78,73)
#484540
(72,69,64)
#3E3C37
(62,60,55)
#34332E
(52,51,46)
#2A2A25
(42,42,37)
#20211C
(32,33,28)
#161813
(22,24,19)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #706964

#706964
(112,105,100)
#7D7672
(125,118,114)
#8A8380
(138,131,128)
#97908E
(151,144,142)
#A49D9C
(164,157,156)
#B1AAAA
(177,170,170)
#BEB7B8
(190,183,184)
#CBC4C6
(203,196,198)
#D8D1D4
(216,209,212)
#E5DEE2
(229,222,226)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706964; }

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

This text font color is #706964.

Background Color

.myBgColor { background-color: #706964; }

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

This div background color is #706964.

Border color

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

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

This div border color is #706964.

Opacity

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

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

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

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

This text has shadow with #706964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706964.

Preview

Color preview on black background

This text has color #706964 on black background.


Color preview on white background

This text has color #706964 on white background.


Black color preview on #706964 background

This text has black color on #706964 background.


White color preview on #706964 background

This text has white color on #706964 background.


Related colors

Complementary color

Complementary color for #hex is #8F969B.


I love getcolorcode.com

Triadic colors

1 #647069 and #696470 with #706964 are triadic colors.

2 #646970 and #697064 with #706964 are triadic colors.