COLOR #705F4D

HEX: #705F4D
RGB: (112,95,77)

Color info

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

RGB color model

#705F4D color RGB value is (112,95,77).

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

RGB channels and saturation

R 112 of 255 = 44%
G 95 of 255 = 37%
B 77 of 255 = 30%

112
95
77

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

Portions of RGB colors in percentages

R + G + B =
112 + 95 + 77 = 284 (100%)
R 112 of 284 ~ 39.44%
G 95 of 284 ~ 33.45%
B 77 of 284 ~ 27.11%

%39.44
%33.45
%27.11

CMYK color model

#705F4D color CMYK value is (0,15,31,56).

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 31.25%
  • key color value is 56.08%
CMYK:
(0,15,31,56)
C0M15Y31K56 
(0%,15%,31%,56%)
(0.00/0.15/0.31/0.56)	

CMYK percentages

%0
%15.18
%31.25
%56.08

Codes

Color #705F4D in popluar color models

705F4D
RGB1129577
HSL31°18.52%37.06%
HSB/HSV31°31.25%43.92%
CMYK0.00%15.18%31.25%
56.08%

Color #705F4D in popluar number systems.

HEX705F4D
Decimal1129577
Binary111000010111111001101
Octal160137115

Shades and tints

Shades of #705F4D

#705F4D
(112,95,77)
#665746
(102,87,70)
#5C4F3F
(92,79,63)
#524738
(82,71,56)
#483F31
(72,63,49)
#3E372A
(62,55,42)
#342F23
(52,47,35)
#2A271C
(42,39,28)
#201F15
(32,31,21)
#16170E
(22,23,14)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #705F4D

#705F4D
(112,95,77)
#7D6D5D
(125,109,93)
#8A7B6D
(138,123,109)
#97897D
(151,137,125)
#A4978D
(164,151,141)
#B1A59D
(177,165,157)
#BEB3AD
(190,179,173)
#CBC1BD
(203,193,189)
#D8CFCD
(216,207,205)
#E5DDDD
(229,221,221)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705F4D; }

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

This text font color is #705F4D.


Background Color

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

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

This div background color is #705F4D.


Border color

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

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

This div border color is #705F4D.


Opacity

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

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

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

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

This text has shadow with #705F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705F4D on black background.


Color preview on white background

This text has color #705F4D on white background.



Black color preview on #705F4D background

This text has black color on #705F4D background.


White color preview on #705F4D background

This text has white color on #705F4D background.