COLOR #705A51

HEX: #705A51 RGB: (112,90,81)

Color info

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

RGB color model

#705A51 color RGB value is (112,90,81).

RGB: (112,90,81) (44%, 35%, 32%)

RGB channels and saturation

R 112 of 255 = 44%
G 90 of 255 = 35%
B 81 of 255 = 32%

112
90
81

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

Portions of RGB colors in percentages

R + G + B = 112 + 90 + 81 = 283 (100%)
R 112 of 283 ~ 39.58%
G 90 of 283 ~ 31.8%
B 81 of 283 ~ 28.62'%

%39.58
%31.8
%28.62

CMYK color model

#705A51 color CMYK value is (0,20,28,56).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 27.68%
  • key color value is 56.08%

CMYK: (0,20,28,56)
C0M20Y28K56 (0%, 20%, 28%, 56%)
(0.00 / 0.20 / 0.28 / 0.56)

CMYK percentages

%0
%19.64
%27.68
%56.08

Codes

Color #705A51 in popluar color models

70 5A 51
RGB 112 90 81
HSL 17° 16.06% 37.84%
HSB/HSV 17° 27.68% 43.92%
CMYK 0.00% 19.64% 27.68%
56.08%

Color #705A51 in popluar number systems.

HEX 70 5A 51
Decimal 112 90 81
Binary 1110000 1011010 1010001
Octal 160 132 121

Shades and tints

Shades of #705A51

#705A51
(112,90,81)
#66524A
(102,82,74)
#5C4A43
(92,74,67)
#52423C
(82,66,60)
#483A35
(72,58,53)
#3E322E
(62,50,46)
#342A27
(52,42,39)
#2A2220
(42,34,32)
#201A19
(32,26,25)
#161212
(22,18,18)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #705A51

#705A51
(112,90,81)
#7D6960
(125,105,96)
#8A786F
(138,120,111)
#97877E
(151,135,126)
#A4968D
(164,150,141)
#B1A59C
(177,165,156)
#BEB4AB
(190,180,171)
#CBC3BA
(203,195,186)
#D8D2C9
(216,210,201)
#E5E1D8
(229,225,216)
#F2F0E7
(242,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705A51; }

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

This text font color is #705A51.

Background Color

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

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

This div background color is #705A51.

Border color

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

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

This div border color is #705A51.

Opacity

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

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

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

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

This text has shadow with #705A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #705A51.

Preview

Color preview on black background

This text has color #705A51 on black background.


Color preview on white background

This text has color #705A51 on white background.


Black color preview on #705A51 background

This text has black color on #705A51 background.


White color preview on #705A51 background

This text has white color on #705A51 background.


Related colors

Complementary color

Complementary color for #hex is #8FA5AE.


I love getcolorcode.com

Triadic colors

1 #51705A and #5A5170 with #705A51 are triadic colors.

2 #515A70 and #5A7051 with #705A51 are triadic colors.