COLOR #705522

HEX: #705522
RGB: (112,85,34)

Color info

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

RGB color model

#705522 color RGB value is (112,85,34).

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

RGB channels and saturation

R 112 of 255 = 44%
G 85 of 255 = 33%
B 34 of 255 = 13%

112
85
34

R + G + B ~ 30%. #705522 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 85 + 34 = 231 (100%)
R 112 of 231 ~ 48.48%
G 85 of 231 ~ 36.8%
B 34 of 231 ~ 14.72%

%48.48
%36.8
%14.72

CMYK color model

#705522 color CMYK value is (0,24,70,56).

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 69.64%
  • key color value is 56.08%
CMYK:
(0,24,70,56)
C0M24Y70K56 
(0%,24%,70%,56%)
(0.00/0.24/0.70/0.56)	

CMYK percentages

%0
%24.11
%69.64
%56.08

Codes

Color #705522 in popluar color models

705522
RGB1128534
HSL39°53.42%28.63%
HSB/HSV39°69.64%43.92%
CMYK0.00%24.11%69.64%
56.08%

Color #705522 in popluar number systems.

HEX705522
Decimal1128534
Binary11100001010101100010
Octal16012542

Shades and tints

Shades of #705522

#705522
(112,85,34)
#664E1F
(102,78,31)
#5C471C
(92,71,28)
#524019
(82,64,25)
#483916
(72,57,22)
#3E3213
(62,50,19)
#342B10
(52,43,16)
#2A240D
(42,36,13)
#201D0A
(32,29,10)
#161607
(22,22,7)
#0C0F04
(12,15,4)
#000000
(0,0,0)

Tints of #705522

#705522
(112,85,34)
#7D6436
(125,100,54)
#8A734A
(138,115,74)
#97825E
(151,130,94)
#A49172
(164,145,114)
#B1A086
(177,160,134)
#BEAF9A
(190,175,154)
#CBBEAE
(203,190,174)
#D8CDC2
(216,205,194)
#E5DCD6
(229,220,214)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705522 color. Also use rgb(112,85,34) instead hex code.

Text Font Color

.myTextColor { color: #705522; }

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

This text font color is #705522.


Background Color

.myBgColor { background-color: #705522; }

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

This div background color is #705522.


Border color

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

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

This div border color is #705522.


Opacity

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

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

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

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

This text has shadow with #705522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705522 on black background.


Color preview on white background

This text has color #705522 on white background.



Black color preview on #705522 background

This text has black color on #705522 background.


White color preview on #705522 background

This text has white color on #705522 background.