COLOR #706A4E

HEX: #706A4E
RGB: (112,106,78)

Color info

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

RGB color model

#706A4E color RGB value is (112,106,78).

  • red value is 112;
  • green value is 106;
  • blue value is 78.
RGB:
(112,106,78)
(44%,42%,31%)

RGB channels and saturation

R 112 of 255 = 44%
G 106 of 255 = 42%
B 78 of 255 = 31%

112
106
78

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

Portions of RGB colors in percentages

R + G + B =
112 + 106 + 78 = 296 (100%)
R 112 of 296 ~ 37.84%
G 106 of 296 ~ 35.81%
B 78 of 296 ~ 26.35%

%37.84
%35.81
%26.35

CMYK color model

#706A4E color CMYK value is (0,5,30,56).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 30.36%
  • key color value is 56.08%
CMYK:
(0,5,30,56)
C0M5Y30K56 
(0%,5%,30%,56%)
(0.00/0.05/0.30/0.56)	

CMYK percentages

%0
%5.36
%30.36
%56.08

Codes

Color #706A4E in popluar color models

706A4E
RGB11210678
HSL49°17.89%37.25%
HSB/HSV49°30.36%43.92%
CMYK0.00%5.36%30.36%
56.08%

Color #706A4E in popluar number systems.

HEX706A4E
Decimal11210678
Binary111000011010101001110
Octal160152116

Shades and tints

Shades of #706A4E

#706A4E
(112,106,78)
#666147
(102,97,71)
#5C5840
(92,88,64)
#524F39
(82,79,57)
#484632
(72,70,50)
#3E3D2B
(62,61,43)
#343424
(52,52,36)
#2A2B1D
(42,43,29)
#202216
(32,34,22)
#16190F
(22,25,15)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #706A4E

#706A4E
(112,106,78)
#7D775E
(125,119,94)
#8A846E
(138,132,110)
#97917E
(151,145,126)
#A49E8E
(164,158,142)
#B1AB9E
(177,171,158)
#BEB8AE
(190,184,174)
#CBC5BE
(203,197,190)
#D8D2CE
(216,210,206)
#E5DFDE
(229,223,222)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706A4E color. Also use rgb(112,106,78) instead hex code.

Text Font Color

.myTextColor { color: #706A4E; }

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

This text font color is #706A4E.


Background Color

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

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

This div background color is #706A4E.


Border color

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

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

This div border color is #706A4E.


Opacity

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

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

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

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

This text has shadow with #706A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706A4E on black background.


Color preview on white background

This text has color #706A4E on white background.



Black color preview on #706A4E background

This text has black color on #706A4E background.


White color preview on #706A4E background

This text has white color on #706A4E background.