COLOR #705937

HEX: #705937
RGB: (112,89,55)

Color info

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

RGB color model

#705937 color RGB value is (112,89,55).

  • red value is 112;
  • green value is 89;
  • blue value is 55.
RGB:
(112,89,55)
(44%,35%,22%)

RGB channels and saturation

R 112 of 255 = 44%
G 89 of 255 = 35%
B 55 of 255 = 22%

112
89
55

R + G + B ~ 34%. #705937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 89 + 55 = 256 (100%)
R 112 of 256 ~ 43.75%
G 89 of 256 ~ 34.77%
B 55 of 256 ~ 21.48%

%43.75
%34.77
%21.48

CMYK color model

#705937 color CMYK value is (0,21,51,56).

  • cyan value is 0.00%
  • magenta value is 20.54%
  • yellow value is 50.89%
  • key color value is 56.08%
CMYK:
(0,21,51,56)
C0M21Y51K56 
(0%,21%,51%,56%)
(0.00/0.21/0.51/0.56)	

CMYK percentages

%0
%20.54
%50.89
%56.08

Codes

Color #705937 in popluar color models

705937
RGB1128955
HSL36°34.13%32.75%
HSB/HSV36°50.89%43.92%
CMYK0.00%20.54%50.89%
56.08%

Color #705937 in popluar number systems.

HEX705937
Decimal1128955
Binary11100001011001110111
Octal16013167

Shades and tints

Shades of #705937

#705937
(112,89,55)
#665132
(102,81,50)
#5C492D
(92,73,45)
#524128
(82,65,40)
#483923
(72,57,35)
#3E311E
(62,49,30)
#342919
(52,41,25)
#2A2114
(42,33,20)
#20190F
(32,25,15)
#16110A
(22,17,10)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #705937

#705937
(112,89,55)
#7D6849
(125,104,73)
#8A775B
(138,119,91)
#97866D
(151,134,109)
#A4957F
(164,149,127)
#B1A491
(177,164,145)
#BEB3A3
(190,179,163)
#CBC2B5
(203,194,181)
#D8D1C7
(216,209,199)
#E5E0D9
(229,224,217)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705937 color. Also use rgb(112,89,55) instead hex code.

Text Font Color

.myTextColor { color: #705937; }

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

This text font color is #705937.


Background Color

.myBgColor { background-color: #705937; }

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

This div background color is #705937.


Border color

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

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

This div border color is #705937.


Opacity

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

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

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

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

This text has shadow with #705937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705937 on black background.


Color preview on white background

This text has color #705937 on white background.



Black color preview on #705937 background

This text has black color on #705937 background.


White color preview on #705937 background

This text has white color on #705937 background.