COLOR #706B4D

HEX: #706B4D RGB: (112,107,77)

Color info

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

RGB color model

#706B4D color RGB value is (112,107,77).

RGB: (112,107,77) (44%, 42%, 30%)

RGB channels and saturation

R 112 of 255 = 44%
G 107 of 255 = 42%
B 77 of 255 = 30%

112
107
77

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

Portions of RGB colors in percentages

R + G + B = 112 + 107 + 77 = 296 (100%)
R 112 of 296 ~ 37.84%
G 107 of 296 ~ 36.15%
B 77 of 296 ~ 26.01'%

%37.84
%36.15
%26.01

CMYK color model

#706B4D color CMYK value is (0,4,31,56).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 31.25%
  • key color value is 56.08%
CMYK: (0,4,31,56) C0M4Y31K56 (0%,4%,31%,56%) (0.00/0.04/0.31/0.56) 

CMYK percentages

%0
%4.46
%31.25
%56.08

Codes

Color #706B4D in popluar color models

70 6B 4D
RGB 112 107 77
HSL 51° 18.52% 37.06%
HSB/HSV 51° 31.25% 43.92%
CMYK 0.00% 4.46% 31.25%
56.08%

Color #706B4D in popluar number systems.

HEX 70 6B 4D
Decimal 112 107 77
Binary 1110000 1101011 1001101
Octal 160 153 115

Shades and tints

Shades of #706B4D

#706B4D
(112,107,77)
#666246
(102,98,70)
#5C593F
(92,89,63)
#525038
(82,80,56)
#484731
(72,71,49)
#3E3E2A
(62,62,42)
#343523
(52,53,35)
#2A2C1C
(42,44,28)
#202315
(32,35,21)
#161A0E
(22,26,14)
#0C1107
(12,17,7)
#000000
(0,0,0)

Tints of #706B4D

#706B4D
(112,107,77)
#7D785D
(125,120,93)
#8A856D
(138,133,109)
#97927D
(151,146,125)
#A49F8D
(164,159,141)
#B1AC9D
(177,172,157)
#BEB9AD
(190,185,173)
#CBC6BD
(203,198,189)
#D8D3CD
(216,211,205)
#E5E0DD
(229,224,221)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706B4D color. Also use rgb(112,107,77) instead hex code.

Text Font Color

.myTextColor { color: #706B4D; }

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

This text font color is #706B4D.

Background Color

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

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

This div background color is #706B4D.

Border color

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

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

This div border color is #706B4D.

Opacity

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

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

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

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

This text has shadow with #706B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706B4D.

Preview

Color preview on black background

This text has color #706B4D on black background.


Color preview on white background

This text has color #706B4D on white background.


Black color preview on #706B4D background

This text has black color on #706B4D background.


White color preview on #706B4D background

This text has white color on #706B4D background.


Related colors

Complementary color

Complementary color for #hex is #8F94B2.


I love getcolorcode.com

Triadic colors

1 #4D706B and #6B4D70 with #706B4D are triadic colors.

2 #4D6B70 and #6B704D with #706B4D are triadic colors.