COLOR #706633

HEX: #706633
RGB: (112,102,51)

Color info

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

RGB color model

#706633 color RGB value is (112,102,51).

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

RGB channels and saturation

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

112
102
51

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

Portions of RGB colors in percentages

R + G + B =
112 + 102 + 51 = 265 (100%)
R 112 of 265 ~ 42.26%
G 102 of 265 ~ 38.49%
B 51 of 265 ~ 19.25%

%42.26
%38.49
%19.25

CMYK color model

#706633 color CMYK value is (0,9,54,56).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 54.46%
  • key color value is 56.08%
CMYK:
(0,9,54,56)
C0M9Y54K56 
(0%,9%,54%,56%)
(0.00/0.09/0.54/0.56)	

CMYK percentages

%0
%8.93
%54.46
%56.08

Codes

Color #706633 in popluar color models

706633
RGB11210251
HSL50°37.42%31.96%
HSB/HSV50°54.46%43.92%
CMYK0.00%8.93%54.46%
56.08%

Color #706633 in popluar number systems.

HEX706633
Decimal11210251
Binary11100001100110110011
Octal16014663

Shades and tints

Shades of #706633

#706633
(112,102,51)
#665D2F
(102,93,47)
#5C542B
(92,84,43)
#524B27
(82,75,39)
#484223
(72,66,35)
#3E391F
(62,57,31)
#34301B
(52,48,27)
#2A2717
(42,39,23)
#201E13
(32,30,19)
#16150F
(22,21,15)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #706633

#706633
(112,102,51)
#7D7345
(125,115,69)
#8A8057
(138,128,87)
#978D69
(151,141,105)
#A49A7B
(164,154,123)
#B1A78D
(177,167,141)
#BEB49F
(190,180,159)
#CBC1B1
(203,193,177)
#D8CEC3
(216,206,195)
#E5DBD5
(229,219,213)
#F2E8E7
(242,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706633; }

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

This text font color is #706633.


Background Color

.myBgColor { background-color: #706633; }

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

This div background color is #706633.


Border color

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

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

This div border color is #706633.


Opacity

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

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

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

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

This text has shadow with #706633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706633 on black background.


Color preview on white background

This text has color #706633 on white background.



Black color preview on #706633 background

This text has black color on #706633 background.


White color preview on #706633 background

This text has white color on #706633 background.