COLOR #705D51

HEX: #705D51
RGB: (112,93,81)

Color info

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

RGB color model

#705D51 color RGB value is (112,93,81).

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

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 81 of 255 = 32%

112
93
81

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

Portions of RGB colors in percentages

R + G + B =
112 + 93 + 81 = 286 (100%)
R 112 of 286 ~ 39.16%
G 93 of 286 ~ 32.52%
B 81 of 286 ~ 28.32%

%39.16
%32.52
%28.32

CMYK color model

#705D51 color CMYK value is (0,17,28,56).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 27.68%
  • key color value is 56.08%
CMYK:
(0,17,28,56)
C0M17Y28K56 
(0%,17%,28%,56%)
(0.00/0.17/0.28/0.56)	

CMYK percentages

%0
%16.96
%27.68
%56.08

Codes

Color #705D51 in popluar color models

705D51
RGB1129381
HSL23°16.06%37.84%
HSB/HSV23°27.68%43.92%
CMYK0.00%16.96%27.68%
56.08%

Color #705D51 in popluar number systems.

HEX705D51
Decimal1129381
Binary111000010111011010001
Octal160135121

Shades and tints

Shades of #705D51

#705D51
(112,93,81)
#66554A
(102,85,74)
#5C4D43
(92,77,67)
#52453C
(82,69,60)
#483D35
(72,61,53)
#3E352E
(62,53,46)
#342D27
(52,45,39)
#2A2520
(42,37,32)
#201D19
(32,29,25)
#161512
(22,21,18)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #705D51

#705D51
(112,93,81)
#7D6B60
(125,107,96)
#8A796F
(138,121,111)
#97877E
(151,135,126)
#A4958D
(164,149,141)
#B1A39C
(177,163,156)
#BEB1AB
(190,177,171)
#CBBFBA
(203,191,186)
#D8CDC9
(216,205,201)
#E5DBD8
(229,219,216)
#F2E9E7
(242,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705D51; }

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

This text font color is #705D51.


Background Color

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

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

This div background color is #705D51.


Border color

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

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

This div border color is #705D51.


Opacity

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

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

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

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

This text has shadow with #705D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705D51 on black background.


Color preview on white background

This text has color #705D51 on white background.



Black color preview on #705D51 background

This text has black color on #705D51 background.


White color preview on #705D51 background

This text has white color on #705D51 background.