COLOR #705536

HEX: #705536
RGB: (112,85,54)

Color info

#705536 contains red, green and blue colors in about the same proportion. Web safe color of #705536 is #666633 (or #663).

RGB color model

#705536 color RGB value is (112,85,54).

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

RGB channels and saturation

R 112 of 255 = 44%
G 85 of 255 = 33%
B 54 of 255 = 21%

112
85
54

R + G + B ~ 33%. #705536 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 85 + 54 = 251 (100%)
R 112 of 251 ~ 44.62%
G 85 of 251 ~ 33.86%
B 54 of 251 ~ 21.51%

%44.62
%33.86
%21.51

CMYK color model

#705536 color CMYK value is (0,24,52,56).

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 51.79%
  • key color value is 56.08%
CMYK:
(0,24,52,56)
C0M24Y52K56 
(0%,24%,52%,56%)
(0.00/0.24/0.52/0.56)	

CMYK percentages

%0
%24.11
%51.79
%56.08

Codes

Color #705536 in popluar color models

705536
RGB1128554
HSL32°34.94%32.55%
HSB/HSV32°51.79%43.92%
CMYK0.00%24.11%51.79%
56.08%

Color #705536 in popluar number systems.

HEX705536
Decimal1128554
Binary11100001010101110110
Octal16012566

Shades and tints

Shades of #705536

#705536
(112,85,54)
#664E32
(102,78,50)
#5C472E
(92,71,46)
#52402A
(82,64,42)
#483926
(72,57,38)
#3E3222
(62,50,34)
#342B1E
(52,43,30)
#2A241A
(42,36,26)
#201D16
(32,29,22)
#161612
(22,22,18)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #705536

#705536
(112,85,54)
#7D6448
(125,100,72)
#8A735A
(138,115,90)
#97826C
(151,130,108)
#A4917E
(164,145,126)
#B1A090
(177,160,144)
#BEAFA2
(190,175,162)
#CBBEB4
(203,190,180)
#D8CDC6
(216,205,198)
#E5DCD8
(229,220,216)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705536; }

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

This text font color is #705536.


Background Color

.myBgColor { background-color: #705536; }

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

This div background color is #705536.


Border color

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

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

This div border color is #705536.


Opacity

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

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

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

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

This text has shadow with #705536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705536 on black background.


Color preview on white background

This text has color #705536 on white background.



Black color preview on #705536 background

This text has black color on #705536 background.


White color preview on #705536 background

This text has white color on #705536 background.