COLOR #706831

HEX: #706831
RGB: (112,104,49)

Color info

#706831 contains mainly red and green colors. Web safe color of #706831 is #666633 (or #663).

RGB color model

#706831 color RGB value is (112,104,49).

  • red value is 112;
  • green value is 104;
  • blue value is 49.
RGB:
(112,104,49)
(44%,41%,19%)

RGB channels and saturation

R 112 of 255 = 44%
G 104 of 255 = 41%
B 49 of 255 = 19%

112
104
49

R + G + B ~ 35%. #706831 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 104 + 49 = 265 (100%)
R 112 of 265 ~ 42.26%
G 104 of 265 ~ 39.25%
B 49 of 265 ~ 18.49%

%42.26
%39.25
%18.49

CMYK color model

#706831 color CMYK value is (0,7,56,56).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 56.25%
  • key color value is 56.08%
CMYK:
(0,7,56,56)
C0M7Y56K56 
(0%,7%,56%,56%)
(0.00/0.07/0.56/0.56)	

CMYK percentages

%0
%7.14
%56.25
%56.08

Codes

Color #706831 in popluar color models

706831
RGB11210449
HSL52°39.13%31.57%
HSB/HSV52°56.25%43.92%
CMYK0.00%7.14%56.25%
56.08%

Color #706831 in popluar number systems.

HEX706831
Decimal11210449
Binary11100001101000110001
Octal16015061

Shades and tints

Shades of #706831

#706831
(112,104,49)
#665F2D
(102,95,45)
#5C5629
(92,86,41)
#524D25
(82,77,37)
#484421
(72,68,33)
#3E3B1D
(62,59,29)
#343219
(52,50,25)
#2A2915
(42,41,21)
#202011
(32,32,17)
#16170D
(22,23,13)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #706831

#706831
(112,104,49)
#7D7543
(125,117,67)
#8A8255
(138,130,85)
#978F67
(151,143,103)
#A49C79
(164,156,121)
#B1A98B
(177,169,139)
#BEB69D
(190,182,157)
#CBC3AF
(203,195,175)
#D8D0C1
(216,208,193)
#E5DDD3
(229,221,211)
#F2EAE5
(242,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706831 color. Also use rgb(112,104,49) instead hex code.

Text Font Color

.myTextColor { color: #706831; }

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

This text font color is #706831.


Background Color

.myBgColor { background-color: #706831; }

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

This div background color is #706831.


Border color

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

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

This div border color is #706831.


Opacity

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

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

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

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

This text has shadow with #706831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706831 on black background.


Color preview on white background

This text has color #706831 on white background.



Black color preview on #706831 background

This text has black color on #706831 background.


White color preview on #706831 background

This text has white color on #706831 background.