COLOR #706242

HEX: #706242
RGB: (112,98,66)

Color info

#706242 contains red, green and blue colors in about the same proportion. Web safe color of #706242 is #666633 (or #663).

RGB color model

#706242 color RGB value is (112,98,66).

  • red value is 112;
  • green value is 98;
  • blue value is 66.
RGB:
(112,98,66)
(44%,38%,26%)

RGB channels and saturation

R 112 of 255 = 44%
G 98 of 255 = 38%
B 66 of 255 = 26%

112
98
66

R + G + B ~ 36%. #706242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 98 + 66 = 276 (100%)
R 112 of 276 ~ 40.58%
G 98 of 276 ~ 35.51%
B 66 of 276 ~ 23.91%

%40.58
%35.51
%23.91

CMYK color model

#706242 color CMYK value is (0,13,41,56).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 41.07%
  • key color value is 56.08%
CMYK:
(0,13,41,56)
C0M13Y41K56 
(0%,13%,41%,56%)
(0.00/0.13/0.41/0.56)	

CMYK percentages

%0
%12.5
%41.07
%56.08

Codes

Color #706242 in popluar color models

706242
RGB1129866
HSL42°25.84%34.90%
HSB/HSV42°41.07%43.92%
CMYK0.00%12.50%41.07%
56.08%

Color #706242 in popluar number systems.

HEX706242
Decimal1129866
Binary111000011000101000010
Octal160142102

Shades and tints

Shades of #706242

#706242
(112,98,66)
#665A3C
(102,90,60)
#5C5236
(92,82,54)
#524A30
(82,74,48)
#48422A
(72,66,42)
#3E3A24
(62,58,36)
#34321E
(52,50,30)
#2A2A18
(42,42,24)
#202212
(32,34,18)
#161A0C
(22,26,12)
#0C1206
(12,18,6)
#000000
(0,0,0)

Tints of #706242

#706242
(112,98,66)
#7D7053
(125,112,83)
#8A7E64
(138,126,100)
#978C75
(151,140,117)
#A49A86
(164,154,134)
#B1A897
(177,168,151)
#BEB6A8
(190,182,168)
#CBC4B9
(203,196,185)
#D8D2CA
(216,210,202)
#E5E0DB
(229,224,219)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706242 color. Also use rgb(112,98,66) instead hex code.

Text Font Color

.myTextColor { color: #706242; }

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

This text font color is #706242.


Background Color

.myBgColor { background-color: #706242; }

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

This div background color is #706242.


Border color

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

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

This div border color is #706242.


Opacity

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

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

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

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

This text has shadow with #706242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706242 on black background.


Color preview on white background

This text has color #706242 on white background.



Black color preview on #706242 background

This text has black color on #706242 background.


White color preview on #706242 background

This text has white color on #706242 background.