COLOR #706E4B

HEX: #706E4B RGB: (112,110,75)

Color info

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

RGB color model

#706E4B color RGB value is (112,110,75).

RGB: (112,110,75) (44%, 43%, 29%)

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 75 of 255 = 29%

112
110
75

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

Portions of RGB colors in percentages

R + G + B = 112 + 110 + 75 = 297 (100%)
R 112 of 297 ~ 37.71%
G 110 of 297 ~ 37.04%
B 75 of 297 ~ 25.25'%

%37.71
%37.04
%25.25

CMYK color model

#706E4B color CMYK value is (0,2,33,56).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 33.04%
  • key color value is 56.08%

CMYK: (0,2,33,56)
C0M2Y33K56 (0%, 2%, 33%, 56%)
(0.00 / 0.02 / 0.33 / 0.56)

CMYK percentages

%0
%1.79
%33.04
%56.08

Codes

Color #706E4B in popluar color models

70 6E 4B
RGB 112 110 75
HSL 57° 19.79% 36.67%
HSB/HSV 57° 33.04% 43.92%
CMYK 0.00% 1.79% 33.04%
56.08%

Color #706E4B in popluar number systems.

HEX 70 6E 4B
Decimal 112 110 75
Binary 1110000 1101110 1001011
Octal 160 156 113

Shades and tints

Shades of #706E4B

#706E4B
(112,110,75)
#666445
(102,100,69)
#5C5A3F
(92,90,63)
#525039
(82,80,57)
#484633
(72,70,51)
#3E3C2D
(62,60,45)
#343227
(52,50,39)
#2A2821
(42,40,33)
#201E1B
(32,30,27)
#161415
(22,20,21)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #706E4B

#706E4B
(112,110,75)
#7D7B5B
(125,123,91)
#8A886B
(138,136,107)
#97957B
(151,149,123)
#A4A28B
(164,162,139)
#B1AF9B
(177,175,155)
#BEBCAB
(190,188,171)
#CBC9BB
(203,201,187)
#D8D6CB
(216,214,203)
#E5E3DB
(229,227,219)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706E4B color. Also use rgb(112,110,75) instead hex code.

Text Font Color

.myTextColor { color: #706E4B; }

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

This text font color is #706E4B.

Background Color

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

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

This div background color is #706E4B.

Border color

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

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

This div border color is #706E4B.

Opacity

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

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

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

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

This text has shadow with #706E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706E4B.

Preview

Color preview on black background

This text has color #706E4B on black background.


Color preview on white background

This text has color #706E4B on white background.


Black color preview on #706E4B background

This text has black color on #706E4B background.


White color preview on #706E4B background

This text has white color on #706E4B background.


Related colors

Complementary color

Complementary color for #hex is #8F91B4.


I love getcolorcode.com

Triadic colors

1 #4B706E and #6E4B70 with #706E4B are triadic colors.

2 #4B6E70 and #6E704B with #706E4B are triadic colors.