COLOR #706621

HEX: #706621
RGB: (112,102,33)

Color info

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

RGB color model

#706621 color RGB value is (112,102,33).

  • red value is 112;
  • green value is 102;
  • blue value is 33.
RGB:
(112,102,33)
(44%,40%,13%)

RGB channels and saturation

R 112 of 255 = 44%
G 102 of 255 = 40%
B 33 of 255 = 13%

112
102
33

R + G + B ~ 32%. #706621 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 102 + 33 = 247 (100%)
R 112 of 247 ~ 45.34%
G 102 of 247 ~ 41.3%
B 33 of 247 ~ 13.36%

%45.34
%41.3
%13.36

CMYK color model

#706621 color CMYK value is (0,9,71,56).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 70.54%
  • key color value is 56.08%
CMYK:
(0,9,71,56)
C0M9Y71K56 
(0%,9%,71%,56%)
(0.00/0.09/0.71/0.56)	

CMYK percentages

%0
%8.93
%70.54
%56.08

Codes

Color #706621 in popluar color models

706621
RGB11210233
HSL52°54.48%28.43%
HSB/HSV52°70.54%43.92%
CMYK0.00%8.93%70.54%
56.08%

Color #706621 in popluar number systems.

HEX706621
Decimal11210233
Binary11100001100110100001
Octal16014641

Shades and tints

Shades of #706621

#706621
(112,102,33)
#665D1E
(102,93,30)
#5C541B
(92,84,27)
#524B18
(82,75,24)
#484215
(72,66,21)
#3E3912
(62,57,18)
#34300F
(52,48,15)
#2A270C
(42,39,12)
#201E09
(32,30,9)
#161506
(22,21,6)
#0C0C03
(12,12,3)
#000000
(0,0,0)

Tints of #706621

#706621
(112,102,33)
#7D7335
(125,115,53)
#8A8049
(138,128,73)
#978D5D
(151,141,93)
#A49A71
(164,154,113)
#B1A785
(177,167,133)
#BEB499
(190,180,153)
#CBC1AD
(203,193,173)
#D8CEC1
(216,206,193)
#E5DBD5
(229,219,213)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706621 color. Also use rgb(112,102,33) instead hex code.

Text Font Color

.myTextColor { color: #706621; }

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

This text font color is #706621.


Background Color

.myBgColor { background-color: #706621; }

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

This div background color is #706621.


Border color

.myBorderColor { border: 1px solid #706621; }

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

This div border color is #706621.


Opacity

.myOpacity80 { color: #706621; opacity: 0.8; }

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

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

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

This text has shadow with #706621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706621 on black background.


Color preview on white background

This text has color #706621 on white background.



Black color preview on #706621 background

This text has black color on #706621 background.


White color preview on #706621 background

This text has white color on #706621 background.