COLOR #706733

HEX: #706733
RGB: (112,103,51)

Color info

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

RGB color model

#706733 color RGB value is (112,103,51).

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

RGB channels and saturation

R 112 of 255 = 44%
G 103 of 255 = 40%
B 51 of 255 = 20%

112
103
51

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

Portions of RGB colors in percentages

R + G + B =
112 + 103 + 51 = 266 (100%)
R 112 of 266 ~ 42.11%
G 103 of 266 ~ 38.72%
B 51 of 266 ~ 19.17%

%42.11
%38.72
%19.17

CMYK color model

#706733 color CMYK value is (0,8,54,56).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 54.46%
  • key color value is 56.08%
CMYK:
(0,8,54,56)
C0M8Y54K56 
(0%,8%,54%,56%)
(0.00/0.08/0.54/0.56)	

CMYK percentages

%0
%8.04
%54.46
%56.08

Codes

Color #706733 in popluar color models

706733
RGB11210351
HSL51°37.42%31.96%
HSB/HSV51°54.46%43.92%
CMYK0.00%8.04%54.46%
56.08%

Color #706733 in popluar number systems.

HEX706733
Decimal11210351
Binary11100001100111110011
Octal16014763

Shades and tints

Shades of #706733

#706733
(112,103,51)
#665E2F
(102,94,47)
#5C552B
(92,85,43)
#524C27
(82,76,39)
#484323
(72,67,35)
#3E3A1F
(62,58,31)
#34311B
(52,49,27)
#2A2817
(42,40,23)
#201F13
(32,31,19)
#16160F
(22,22,15)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #706733

#706733
(112,103,51)
#7D7445
(125,116,69)
#8A8157
(138,129,87)
#978E69
(151,142,105)
#A49B7B
(164,155,123)
#B1A88D
(177,168,141)
#BEB59F
(190,181,159)
#CBC2B1
(203,194,177)
#D8CFC3
(216,207,195)
#E5DCD5
(229,220,213)
#F2E9E7
(242,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706733; }

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

This text font color is #706733.


Background Color

.myBgColor { background-color: #706733; }

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

This div background color is #706733.


Border color

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

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

This div border color is #706733.


Opacity

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

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

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

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

This text has shadow with #706733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706733 on black background.


Color preview on white background

This text has color #706733 on white background.



Black color preview on #706733 background

This text has black color on #706733 background.


White color preview on #706733 background

This text has white color on #706733 background.