COLOR #705D57

HEX: #705D57 RGB: (112,93,87)

Color info

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

RGB color model

#705D57 color RGB value is (112,93,87).

RGB: (112,93,87) (44%, 36%, 34%)

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 87 of 255 = 34%

112
93
87

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

Portions of RGB colors in percentages

R + G + B = 112 + 93 + 87 = 292 (100%)
R 112 of 292 ~ 38.36%
G 93 of 292 ~ 31.85%
B 87 of 292 ~ 29.79'%

%38.36
%31.85
%29.79

CMYK color model

#705D57 color CMYK value is (0,17,22,56).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 22.32%
  • key color value is 56.08%

CMYK: (0,17,22,56)
C0M17Y22K56 (0%, 17%, 22%, 56%)
(0.00 / 0.17 / 0.22 / 0.56)

CMYK percentages

%0
%16.96
%22.32
%56.08

Codes

Color #705D57 in popluar color models

70 5D 57
RGB 112 93 87
HSL 14° 12.56% 39.02%
HSB/HSV 14° 22.32% 43.92%
CMYK 0.00% 16.96% 22.32%
56.08%

Color #705D57 in popluar number systems.

HEX 70 5D 57
Decimal 112 93 87
Binary 1110000 1011101 1010111
Octal 160 135 127

Shades and tints

Shades of #705D57

#705D57
(112,93,87)
#665550
(102,85,80)
#5C4D49
(92,77,73)
#524542
(82,69,66)
#483D3B
(72,61,59)
#3E3534
(62,53,52)
#342D2D
(52,45,45)
#2A2526
(42,37,38)
#201D1F
(32,29,31)
#161518
(22,21,24)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #705D57

#705D57
(112,93,87)
#7D6B66
(125,107,102)
#8A7975
(138,121,117)
#978784
(151,135,132)
#A49593
(164,149,147)
#B1A3A2
(177,163,162)
#BEB1B1
(190,177,177)
#CBBFC0
(203,191,192)
#D8CDCF
(216,205,207)
#E5DBDE
(229,219,222)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705D57; }

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

This text font color is #705D57.

Background Color

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

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

This div background color is #705D57.

Border color

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

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

This div border color is #705D57.

Opacity

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

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

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

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

This text has shadow with #705D57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #705D57.

Preview

Color preview on black background

This text has color #705D57 on black background.


Color preview on white background

This text has color #705D57 on white background.


Black color preview on #705D57 background

This text has black color on #705D57 background.


White color preview on #705D57 background

This text has white color on #705D57 background.


Related colors

Complementary color

Complementary color for #hex is #8FA2A8.


I love getcolorcode.com

Triadic colors

1 #57705D and #5D5770 with #705D57 are triadic colors.

2 #575D70 and #5D7057 with #705D57 are triadic colors.