COLOR #705D1B

HEX: #705D1B
RGB: (112,93,27)

Color info

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

RGB color model

#705D1B color RGB value is (112,93,27).

  • red value is 112;
  • green value is 93;
  • blue value is 27.
RGB:
(112,93,27)
(44%,36%,11%)

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 27 of 255 = 11%

112
93
27

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

Portions of RGB colors in percentages

R + G + B =
112 + 93 + 27 = 232 (100%)
R 112 of 232 ~ 48.28%
G 93 of 232 ~ 40.09%
B 27 of 232 ~ 11.64%

%48.28
%40.09
%11.64

CMYK color model

#705D1B color CMYK value is (0,17,76,56).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 75.89%
  • key color value is 56.08%
CMYK:
(0,17,76,56)
C0M17Y76K56 
(0%,17%,76%,56%)
(0.00/0.17/0.76/0.56)	

CMYK percentages

%0
%16.96
%75.89
%56.08

Codes

Color #705D1B in popluar color models

705D1B
RGB1129327
HSL47°61.15%27.25%
HSB/HSV47°75.89%43.92%
CMYK0.00%16.96%75.89%
56.08%

Color #705D1B in popluar number systems.

HEX705D1B
Decimal1129327
Binary1110000101110111011
Octal16013533

Shades and tints

Shades of #705D1B

#705D1B
(112,93,27)
#665519
(102,85,25)
#5C4D17
(92,77,23)
#524515
(82,69,21)
#483D13
(72,61,19)
#3E3511
(62,53,17)
#342D0F
(52,45,15)
#2A250D
(42,37,13)
#201D0B
(32,29,11)
#161509
(22,21,9)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #705D1B

#705D1B
(112,93,27)
#7D6B2F
(125,107,47)
#8A7943
(138,121,67)
#978757
(151,135,87)
#A4956B
(164,149,107)
#B1A37F
(177,163,127)
#BEB193
(190,177,147)
#CBBFA7
(203,191,167)
#D8CDBB
(216,205,187)
#E5DBCF
(229,219,207)
#F2E9E3
(242,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705D1B color. Also use rgb(112,93,27) instead hex code.

Text Font Color

.myTextColor { color: #705D1B; }

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

This text font color is #705D1B.


Background Color

.myBgColor { background-color: #705D1B; }

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

This div background color is #705D1B.


Border color

.myBorderColor { border: 1px solid #705D1B; }

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

This div border color is #705D1B.


Opacity

.myOpacity80 { color: #705D1B; opacity: 0.8; }

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

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

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

This text has shadow with #705D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705D1B on black background.


Color preview on white background

This text has color #705D1B on white background.



Black color preview on #705D1B background

This text has black color on #705D1B background.


White color preview on #705D1B background

This text has white color on #705D1B background.