COLOR #706A50

HEX: #706A50
RGB: (112,106,80)

Color info

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

RGB color model

#706A50 color RGB value is (112,106,80).

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

RGB channels and saturation

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

112
106
80

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

Portions of RGB colors in percentages

R + G + B =
112 + 106 + 80 = 298 (100%)
R 112 of 298 ~ 37.58%
G 106 of 298 ~ 35.57%
B 80 of 298 ~ 26.85%

%37.58
%35.57
%26.85

CMYK color model

#706A50 color CMYK value is (0,5,29,56).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 28.57%
  • key color value is 56.08%
CMYK:
(0,5,29,56)
C0M5Y29K56 
(0%,5%,29%,56%)
(0.00/0.05/0.29/0.56)	

CMYK percentages

%0
%5.36
%28.57
%56.08

Codes

Color #706A50 in popluar color models

706A50
RGB11210680
HSL49°16.67%37.65%
HSB/HSV49°28.57%43.92%
CMYK0.00%5.36%28.57%
56.08%

Color #706A50 in popluar number systems.

HEX706A50
Decimal11210680
Binary111000011010101010000
Octal160152120

Shades and tints

Shades of #706A50

#706A50
(112,106,80)
#666149
(102,97,73)
#5C5842
(92,88,66)
#524F3B
(82,79,59)
#484634
(72,70,52)
#3E3D2D
(62,61,45)
#343426
(52,52,38)
#2A2B1F
(42,43,31)
#202218
(32,34,24)
#161911
(22,25,17)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #706A50

#706A50
(112,106,80)
#7D775F
(125,119,95)
#8A846E
(138,132,110)
#97917D
(151,145,125)
#A49E8C
(164,158,140)
#B1AB9B
(177,171,155)
#BEB8AA
(190,184,170)
#CBC5B9
(203,197,185)
#D8D2C8
(216,210,200)
#E5DFD7
(229,223,215)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706A50; }

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

This text font color is #706A50.


Background Color

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

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

This div background color is #706A50.


Border color

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

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

This div border color is #706A50.


Opacity

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

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

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

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

This text has shadow with #706A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706A50 on black background.


Color preview on white background

This text has color #706A50 on white background.



Black color preview on #706A50 background

This text has black color on #706A50 background.


White color preview on #706A50 background

This text has white color on #706A50 background.