COLOR #705B4E

HEX: #705B4E
RGB: (112,91,78)

Color info

#705B4E contains red, green and blue colors in about the same proportion. Web safe color of #705B4E is #666666 (or #666).

RGB color model

#705B4E color RGB value is (112,91,78).

  • red value is 112;
  • green value is 91;
  • blue value is 78.
RGB:
(112,91,78)
(44%,36%,31%)

RGB channels and saturation

R 112 of 255 = 44%
G 91 of 255 = 36%
B 78 of 255 = 31%

112
91
78

R + G + B ~ 37%. #705B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 91 + 78 = 281 (100%)
R 112 of 281 ~ 39.86%
G 91 of 281 ~ 32.38%
B 78 of 281 ~ 27.76%

%39.86
%32.38
%27.76

CMYK color model

#705B4E color CMYK value is (0,19,30,56).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 30.36%
  • key color value is 56.08%
CMYK:
(0,19,30,56)
C0M19Y30K56 
(0%,19%,30%,56%)
(0.00/0.19/0.30/0.56)	

CMYK percentages

%0
%18.75
%30.36
%56.08

Codes

Color #705B4E in popluar color models

705B4E
RGB1129178
HSL23°17.89%37.25%
HSB/HSV23°30.36%43.92%
CMYK0.00%18.75%30.36%
56.08%

Color #705B4E in popluar number systems.

HEX705B4E
Decimal1129178
Binary111000010110111001110
Octal160133116

Shades and tints

Shades of #705B4E

#705B4E
(112,91,78)
#665347
(102,83,71)
#5C4B40
(92,75,64)
#524339
(82,67,57)
#483B32
(72,59,50)
#3E332B
(62,51,43)
#342B24
(52,43,36)
#2A231D
(42,35,29)
#201B16
(32,27,22)
#16130F
(22,19,15)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #705B4E

#705B4E
(112,91,78)
#7D695E
(125,105,94)
#8A776E
(138,119,110)
#97857E
(151,133,126)
#A4938E
(164,147,142)
#B1A19E
(177,161,158)
#BEAFAE
(190,175,174)
#CBBDBE
(203,189,190)
#D8CBCE
(216,203,206)
#E5D9DE
(229,217,222)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705B4E color. Also use rgb(112,91,78) instead hex code.

Text Font Color

.myTextColor { color: #705B4E; }

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

This text font color is #705B4E.


Background Color

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

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

This div background color is #705B4E.


Border color

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

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

This div border color is #705B4E.


Opacity

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

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

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

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

This text has shadow with #705B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705B4E on black background.


Color preview on white background

This text has color #705B4E on white background.



Black color preview on #705B4E background

This text has black color on #705B4E background.


White color preview on #705B4E background

This text has white color on #705B4E background.