COLOR #705B4D

HEX: #705B4D
RGB: (112,91,77)

Color info

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

RGB color model

#705B4D color RGB value is (112,91,77).

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

RGB channels and saturation

R 112 of 255 = 44%
G 91 of 255 = 36%
B 77 of 255 = 30%

112
91
77

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

Portions of RGB colors in percentages

R + G + B =
112 + 91 + 77 = 280 (100%)
R 112 of 280 ~ 40%
G 91 of 280 ~ 32.5%
B 77 of 280 ~ 27.5%

%40
%32.5
%27.5

CMYK color model

#705B4D color CMYK value is (0,19,31,56).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 31.25%
  • key color value is 56.08%
CMYK:
(0,19,31,56)
C0M19Y31K56 
(0%,19%,31%,56%)
(0.00/0.19/0.31/0.56)	

CMYK percentages

%0
%18.75
%31.25
%56.08

Codes

Color #705B4D in popluar color models

705B4D
RGB1129177
HSL24°18.52%37.06%
HSB/HSV24°31.25%43.92%
CMYK0.00%18.75%31.25%
56.08%

Color #705B4D in popluar number systems.

HEX705B4D
Decimal1129177
Binary111000010110111001101
Octal160133115

Shades and tints

Shades of #705B4D

#705B4D
(112,91,77)
#665346
(102,83,70)
#5C4B3F
(92,75,63)
#524338
(82,67,56)
#483B31
(72,59,49)
#3E332A
(62,51,42)
#342B23
(52,43,35)
#2A231C
(42,35,28)
#201B15
(32,27,21)
#16130E
(22,19,14)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #705B4D

#705B4D
(112,91,77)
#7D695D
(125,105,93)
#8A776D
(138,119,109)
#97857D
(151,133,125)
#A4938D
(164,147,141)
#B1A19D
(177,161,157)
#BEAFAD
(190,175,173)
#CBBDBD
(203,189,189)
#D8CBCD
(216,203,205)
#E5D9DD
(229,217,221)
#F2E7ED
(242,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705B4D; }

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

This text font color is #705B4D.


Background Color

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

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

This div background color is #705B4D.


Border color

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

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

This div border color is #705B4D.


Opacity

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

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

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

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

This text has shadow with #705B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705B4D on black background.


Color preview on white background

This text has color #705B4D on white background.



Black color preview on #705B4D background

This text has black color on #705B4D background.


White color preview on #705B4D background

This text has white color on #705B4D background.