COLOR #705C56

HEX: #705C56
RGB: (112,92,86)

Color info

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

RGB color model

#705C56 color RGB value is (112,92,86).

  • red value is 112;
  • green value is 92;
  • blue value is 86.
RGB:
(112,92,86)
(44%,36%,34%)

RGB channels and saturation

R 112 of 255 = 44%
G 92 of 255 = 36%
B 86 of 255 = 34%

112
92
86

R + G + B ~ 38%. #705C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 92 + 86 = 290 (100%)
R 112 of 290 ~ 38.62%
G 92 of 290 ~ 31.72%
B 86 of 290 ~ 29.66%

%38.62
%31.72
%29.66

CMYK color model

#705C56 color CMYK value is (0,18,23,56).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 23.21%
  • key color value is 56.08%
CMYK:
(0,18,23,56)
C0M18Y23K56 
(0%,18%,23%,56%)
(0.00/0.18/0.23/0.56)	

CMYK percentages

%0
%17.86
%23.21
%56.08

Codes

Color #705C56 in popluar color models

705C56
RGB1129286
HSL14°13.13%38.82%
HSB/HSV14°23.21%43.92%
CMYK0.00%17.86%23.21%
56.08%

Color #705C56 in popluar number systems.

HEX705C56
Decimal1129286
Binary111000010111001010110
Octal160134126

Shades and tints

Shades of #705C56

#705C56
(112,92,86)
#66544F
(102,84,79)
#5C4C48
(92,76,72)
#524441
(82,68,65)
#483C3A
(72,60,58)
#3E3433
(62,52,51)
#342C2C
(52,44,44)
#2A2425
(42,36,37)
#201C1E
(32,28,30)
#161417
(22,20,23)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #705C56

#705C56
(112,92,86)
#7D6A65
(125,106,101)
#8A7874
(138,120,116)
#978683
(151,134,131)
#A49492
(164,148,146)
#B1A2A1
(177,162,161)
#BEB0B0
(190,176,176)
#CBBEBF
(203,190,191)
#D8CCCE
(216,204,206)
#E5DADD
(229,218,221)
#F2E8EC
(242,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705C56 color. Also use rgb(112,92,86) instead hex code.

Text Font Color

.myTextColor { color: #705C56; }

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

This text font color is #705C56.


Background Color

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

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

This div background color is #705C56.


Border color

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

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

This div border color is #705C56.


Opacity

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

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

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

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

This text has shadow with #705C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705C56 on black background.


Color preview on white background

This text has color #705C56 on white background.



Black color preview on #705C56 background

This text has black color on #705C56 background.


White color preview on #705C56 background

This text has white color on #705C56 background.