COLOR #706D53

HEX: #706D53
RGB: (112,109,83)

Color info

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

RGB color model

#706D53 color RGB value is (112,109,83).

  • red value is 112;
  • green value is 109;
  • blue value is 83.
RGB:
(112,109,83)
(44%,43%,33%)

RGB channels and saturation

R 112 of 255 = 44%
G 109 of 255 = 43%
B 83 of 255 = 33%

112
109
83

R + G + B ~ 40%. #706D53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 109 + 83 = 304 (100%)
R 112 of 304 ~ 36.84%
G 109 of 304 ~ 35.86%
B 83 of 304 ~ 27.3%

%36.84
%35.86
%27.3

CMYK color model

#706D53 color CMYK value is (0,3,26,56).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 25.89%
  • key color value is 56.08%
CMYK:
(0,3,26,56)
C0M3Y26K56 
(0%,3%,26%,56%)
(0.00/0.03/0.26/0.56)	

CMYK percentages

%0
%2.68
%25.89
%56.08

Codes

Color #706D53 in popluar color models

706D53
RGB11210983
HSL54°14.87%38.24%
HSB/HSV54°25.89%43.92%
CMYK0.00%2.68%25.89%
56.08%

Color #706D53 in popluar number systems.

HEX706D53
Decimal11210983
Binary111000011011011010011
Octal160155123

Shades and tints

Shades of #706D53

#706D53
(112,109,83)
#66644C
(102,100,76)
#5C5B45
(92,91,69)
#52523E
(82,82,62)
#484937
(72,73,55)
#3E4030
(62,64,48)
#343729
(52,55,41)
#2A2E22
(42,46,34)
#20251B
(32,37,27)
#161C14
(22,28,20)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #706D53

#706D53
(112,109,83)
#7D7A62
(125,122,98)
#8A8771
(138,135,113)
#979480
(151,148,128)
#A4A18F
(164,161,143)
#B1AE9E
(177,174,158)
#BEBBAD
(190,187,173)
#CBC8BC
(203,200,188)
#D8D5CB
(216,213,203)
#E5E2DA
(229,226,218)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706D53 color. Also use rgb(112,109,83) instead hex code.

Text Font Color

.myTextColor { color: #706D53; }

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

This text font color is #706D53.


Background Color

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

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

This div background color is #706D53.


Border color

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

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

This div border color is #706D53.


Opacity

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

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

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

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

This text has shadow with #706D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706D53 on black background.


Color preview on white background

This text has color #706D53 on white background.



Black color preview on #706D53 background

This text has black color on #706D53 background.


White color preview on #706D53 background

This text has white color on #706D53 background.