COLOR #706C51

HEX: #706C51
RGB: (112,108,81)

Color info

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

RGB color model

#706C51 color RGB value is (112,108,81).

  • red value is 112;
  • green value is 108;
  • blue value is 81.
RGB:
(112,108,81)
(44%,42%,32%)

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 81 of 255 = 32%

112
108
81

R + G + B ~ 39%. #706C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 108 + 81 = 301 (100%)
R 112 of 301 ~ 37.21%
G 108 of 301 ~ 35.88%
B 81 of 301 ~ 26.91%

%37.21
%35.88
%26.91

CMYK color model

#706C51 color CMYK value is (0,4,28,56).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 27.68%
  • key color value is 56.08%
CMYK:
(0,4,28,56)
C0M4Y28K56 
(0%,4%,28%,56%)
(0.00/0.04/0.28/0.56)	

CMYK percentages

%0
%3.57
%27.68
%56.08

Codes

Color #706C51 in popluar color models

706C51
RGB11210881
HSL52°16.06%37.84%
HSB/HSV52°27.68%43.92%
CMYK0.00%3.57%27.68%
56.08%

Color #706C51 in popluar number systems.

HEX706C51
Decimal11210881
Binary111000011011001010001
Octal160154121

Shades and tints

Shades of #706C51

#706C51
(112,108,81)
#66634A
(102,99,74)
#5C5A43
(92,90,67)
#52513C
(82,81,60)
#484835
(72,72,53)
#3E3F2E
(62,63,46)
#343627
(52,54,39)
#2A2D20
(42,45,32)
#202419
(32,36,25)
#161B12
(22,27,18)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #706C51

#706C51
(112,108,81)
#7D7960
(125,121,96)
#8A866F
(138,134,111)
#97937E
(151,147,126)
#A4A08D
(164,160,141)
#B1AD9C
(177,173,156)
#BEBAAB
(190,186,171)
#CBC7BA
(203,199,186)
#D8D4C9
(216,212,201)
#E5E1D8
(229,225,216)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706C51 color. Also use rgb(112,108,81) instead hex code.

Text Font Color

.myTextColor { color: #706C51; }

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

This text font color is #706C51.


Background Color

.myBgColor { background-color: #706C51; }

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

This div background color is #706C51.


Border color

.myBorderColor { border: 1px solid #706C51; }

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

This div border color is #706C51.


Opacity

.myOpacity80 { color: #706C51; opacity: 0.8; }

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

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

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

This text has shadow with #706C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706C51 on black background.


Color preview on white background

This text has color #706C51 on white background.



Black color preview on #706C51 background

This text has black color on #706C51 background.


White color preview on #706C51 background

This text has white color on #706C51 background.