COLOR #706350

HEX: #706350
RGB: (112,99,80)

Color info

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

RGB color model

#706350 color RGB value is (112,99,80).

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

RGB channels and saturation

R 112 of 255 = 44%
G 99 of 255 = 39%
B 80 of 255 = 31%

112
99
80

R + G + B ~ 38%. #706350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 99 + 80 = 291 (100%)
R 112 of 291 ~ 38.49%
G 99 of 291 ~ 34.02%
B 80 of 291 ~ 27.49%

%38.49
%34.02
%27.49

CMYK color model

#706350 color CMYK value is (0,12,29,56).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 28.57%
  • key color value is 56.08%
CMYK:
(0,12,29,56)
C0M12Y29K56 
(0%,12%,29%,56%)
(0.00/0.12/0.29/0.56)	

CMYK percentages

%0
%11.61
%28.57
%56.08

Codes

Color #706350 in popluar color models

706350
RGB1129980
HSL36°16.67%37.65%
HSB/HSV36°28.57%43.92%
CMYK0.00%11.61%28.57%
56.08%

Color #706350 in popluar number systems.

HEX706350
Decimal1129980
Binary111000011000111010000
Octal160143120

Shades and tints

Shades of #706350

#706350
(112,99,80)
#665A49
(102,90,73)
#5C5142
(92,81,66)
#52483B
(82,72,59)
#483F34
(72,63,52)
#3E362D
(62,54,45)
#342D26
(52,45,38)
#2A241F
(42,36,31)
#201B18
(32,27,24)
#161211
(22,18,17)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #706350

#706350
(112,99,80)
#7D715F
(125,113,95)
#8A7F6E
(138,127,110)
#978D7D
(151,141,125)
#A49B8C
(164,155,140)
#B1A99B
(177,169,155)
#BEB7AA
(190,183,170)
#CBC5B9
(203,197,185)
#D8D3C8
(216,211,200)
#E5E1D7
(229,225,215)
#F2EFE6
(242,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706350; }

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

This text font color is #706350.


Background Color

.myBgColor { background-color: #706350; }

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

This div background color is #706350.


Border color

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

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

This div border color is #706350.


Opacity

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

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

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

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

This text has shadow with #706350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706350 on black background.


Color preview on white background

This text has color #706350 on white background.



Black color preview on #706350 background

This text has black color on #706350 background.


White color preview on #706350 background

This text has white color on #706350 background.