COLOR #705A5D

HEX: #705A5D RGB: (112,90,93)

Color info

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

RGB color model

#705A5D color RGB value is (112,90,93).

RGB: (112,90,93) (44%, 35%, 36%)

RGB channels and saturation

R 112 of 255 = 44%
G 90 of 255 = 35%
B 93 of 255 = 36%

112
90
93

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

Portions of RGB colors in percentages

R + G + B = 112 + 90 + 93 = 295 (100%)
R 112 of 295 ~ 37.97%
G 90 of 295 ~ 30.51%
B 93 of 295 ~ 31.53'%

%37.97
%30.51
%31.53

CMYK color model

#705A5D color CMYK value is (0,20,17,56).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 16.96%
  • key color value is 56.08%
CMYK: (0,20,17,56) C0M20Y17K56 (0%,20%,17%,56%) (0.00/0.20/0.17/0.56) 

CMYK percentages

%0
%19.64
%16.96
%56.08

Codes

Color #705A5D in popluar color models

70 5A 5D
RGB 112 90 93
HSL 352° 10.89% 39.61%
HSB/HSV 352° 19.64% 43.92%
CMYK 0.00% 19.64% 16.96%
56.08%

Color #705A5D in popluar number systems.

HEX 70 5A 5D
Decimal 112 90 93
Binary 1110000 1011010 1011101
Octal 160 132 135

Shades and tints

Shades of #705A5D

#705A5D
(112,90,93)
#665255
(102,82,85)
#5C4A4D
(92,74,77)
#524245
(82,66,69)
#483A3D
(72,58,61)
#3E3235
(62,50,53)
#342A2D
(52,42,45)
#2A2225
(42,34,37)
#201A1D
(32,26,29)
#161215
(22,18,21)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #705A5D

#705A5D
(112,90,93)
#7D696B
(125,105,107)
#8A7879
(138,120,121)
#978787
(151,135,135)
#A49695
(164,150,149)
#B1A5A3
(177,165,163)
#BEB4B1
(190,180,177)
#CBC3BF
(203,195,191)
#D8D2CD
(216,210,205)
#E5E1DB
(229,225,219)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705A5D; }

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

This text font color is #705A5D.

Background Color

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

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

This div background color is #705A5D.

Border color

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

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

This div border color is #705A5D.

Opacity

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

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

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

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

This text has shadow with #705A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #705A5D.

Preview

Color preview on black background

This text has color #705A5D on black background.


Color preview on white background

This text has color #705A5D on white background.


Black color preview on #705A5D background

This text has black color on #705A5D background.


White color preview on #705A5D background

This text has white color on #705A5D background.


Related colors

Complementary color

Complementary color for #hex is #8FA5A2.


I love getcolorcode.com

Triadic colors

1 #5D705A and #5A5D70 with #705A5D are triadic colors.

2 #5D5A70 and #5A705D with #705A5D are triadic colors.