COLOR #706C3F

HEX: #706C3F RGB: (112,108,63)

Color info

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

RGB color model

#706C3F color RGB value is (112,108,63).

RGB: (112,108,63) (44%, 42%, 25%)

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 63 of 255 = 25%

112
108
63

R + G + B ~ 37%. #706C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 108 + 63 = 283 (100%)
R 112 of 283 ~ 39.58%
G 108 of 283 ~ 38.16%
B 63 of 283 ~ 22.26'%

%39.58
%38.16
%22.26

CMYK color model

#706C3F color CMYK value is (0,4,44,56).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 43.75%
  • key color value is 56.08%

CMYK: (0,4,44,56)
C0M4Y44K56 (0%, 4%, 44%, 56%)
(0.00 / 0.04 / 0.44 / 0.56)

CMYK percentages

%0
%3.57
%43.75
%56.08

Codes

Color #706C3F in popluar color models

70 6C 3F
RGB 112 108 63
HSL 55° 28.00% 34.31%
HSB/HSV 55° 43.75% 43.92%
CMYK 0.00% 3.57% 43.75%
56.08%

Color #706C3F in popluar number systems.

HEX 70 6C 3F
Decimal 112 108 63
Binary 1110000 1101100 111111
Octal 160 154 77

Shades and tints

Shades of #706C3F

#706C3F
(112,108,63)
#66633A
(102,99,58)
#5C5A35
(92,90,53)
#525130
(82,81,48)
#48482B
(72,72,43)
#3E3F26
(62,63,38)
#343621
(52,54,33)
#2A2D1C
(42,45,28)
#202417
(32,36,23)
#161B12
(22,27,18)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #706C3F

#706C3F
(112,108,63)
#7D7950
(125,121,80)
#8A8661
(138,134,97)
#979372
(151,147,114)
#A4A083
(164,160,131)
#B1AD94
(177,173,148)
#BEBAA5
(190,186,165)
#CBC7B6
(203,199,182)
#D8D4C7
(216,212,199)
#E5E1D8
(229,225,216)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706C3F color. Also use rgb(112,108,63) instead hex code.

Text Font Color

.myTextColor { color: #706C3F; }

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

This text font color is #706C3F.

Background Color

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

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

This div background color is #706C3F.

Border color

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

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

This div border color is #706C3F.

Opacity

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

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

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

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

This text has shadow with #706C3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706C3F.

Preview

Color preview on black background

This text has color #706C3F on black background.


Color preview on white background

This text has color #706C3F on white background.


Black color preview on #706C3F background

This text has black color on #706C3F background.


White color preview on #706C3F background

This text has white color on #706C3F background.


Related colors

Complementary color

Complementary color for #hex is #8F93C0.


I love getcolorcode.com

Triadic colors

1 #3F706C and #6C3F70 with #706C3F are triadic colors.

2 #3F6C70 and #6C703F with #706C3F are triadic colors.