COLOR #706C33

HEX: #706C33
RGB: (112,108,51)

Color info

#706C33 contains mainly red and green colors. Web safe color of #706C33 is #666633 (or #663).

RGB color model

#706C33 color RGB value is (112,108,51).

  • red value is 112;
  • green value is 108;
  • blue value is 51.
RGB:
(112,108,51)
(44%,42%,20%)

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 51 of 255 = 20%

112
108
51

R + G + B ~ 35%. #706C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 108 + 51 = 271 (100%)
R 112 of 271 ~ 41.33%
G 108 of 271 ~ 39.85%
B 51 of 271 ~ 18.82%

%41.33
%39.85
%18.82

CMYK color model

#706C33 color CMYK value is (0,4,54,56).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 54.46%
  • key color value is 56.08%
CMYK:
(0,4,54,56)
C0M4Y54K56 
(0%,4%,54%,56%)
(0.00/0.04/0.54/0.56)	

CMYK percentages

%0
%3.57
%54.46
%56.08

Codes

Color #706C33 in popluar color models

706C33
RGB11210851
HSL56°37.42%31.96%
HSB/HSV56°54.46%43.92%
CMYK0.00%3.57%54.46%
56.08%

Color #706C33 in popluar number systems.

HEX706C33
Decimal11210851
Binary11100001101100110011
Octal16015463

Shades and tints

Shades of #706C33

#706C33
(112,108,51)
#66632F
(102,99,47)
#5C5A2B
(92,90,43)
#525127
(82,81,39)
#484823
(72,72,35)
#3E3F1F
(62,63,31)
#34361B
(52,54,27)
#2A2D17
(42,45,23)
#202413
(32,36,19)
#161B0F
(22,27,15)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #706C33

#706C33
(112,108,51)
#7D7945
(125,121,69)
#8A8657
(138,134,87)
#979369
(151,147,105)
#A4A07B
(164,160,123)
#B1AD8D
(177,173,141)
#BEBA9F
(190,186,159)
#CBC7B1
(203,199,177)
#D8D4C3
(216,212,195)
#E5E1D5
(229,225,213)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706C33; }

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

This text font color is #706C33.


Background Color

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

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

This div background color is #706C33.


Border color

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

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

This div border color is #706C33.


Opacity

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

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

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

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

This text has shadow with #706C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706C33 on black background.


Color preview on white background

This text has color #706C33 on white background.



Black color preview on #706C33 background

This text has black color on #706C33 background.


White color preview on #706C33 background

This text has white color on #706C33 background.