COLOR #705D5E

HEX: #705D5E
RGB: (112,93,94)

Color info

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

RGB color model

#705D5E color RGB value is (112,93,94).

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

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 94 of 255 = 37%

112
93
94

R + G + B ~ 39%. #705D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 93 + 94 = 299 (100%)
R 112 of 299 ~ 37.46%
G 93 of 299 ~ 31.1%
B 94 of 299 ~ 31.44%

%37.46
%31.1
%31.44

CMYK color model

#705D5E color CMYK value is (0,17,16,56).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 16.07%
  • key color value is 56.08%
CMYK:
(0,17,16,56)
C0M17Y16K56 
(0%,17%,16%,56%)
(0.00/0.17/0.16/0.56)	

CMYK percentages

%0
%16.96
%16.07
%56.08

Codes

Color #705D5E in popluar color models

705D5E
RGB1129394
HSL357°9.27%40.20%
HSB/HSV357°16.96%43.92%
CMYK0.00%16.96%16.07%
56.08%

Color #705D5E in popluar number systems.

HEX705D5E
Decimal1129394
Binary111000010111011011110
Octal160135136

Shades and tints

Shades of #705D5E

#705D5E
(112,93,94)
#665556
(102,85,86)
#5C4D4E
(92,77,78)
#524546
(82,69,70)
#483D3E
(72,61,62)
#3E3536
(62,53,54)
#342D2E
(52,45,46)
#2A2526
(42,37,38)
#201D1E
(32,29,30)
#161516
(22,21,22)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #705D5E

#705D5E
(112,93,94)
#7D6B6C
(125,107,108)
#8A797A
(138,121,122)
#978788
(151,135,136)
#A49596
(164,149,150)
#B1A3A4
(177,163,164)
#BEB1B2
(190,177,178)
#CBBFC0
(203,191,192)
#D8CDCE
(216,205,206)
#E5DBDC
(229,219,220)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705D5E; }

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

This text font color is #705D5E.


Background Color

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

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

This div background color is #705D5E.


Border color

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

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

This div border color is #705D5E.


Opacity

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

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

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

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

This text has shadow with #705D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705D5E on black background.


Color preview on white background

This text has color #705D5E on white background.



Black color preview on #705D5E background

This text has black color on #705D5E background.


White color preview on #705D5E background

This text has white color on #705D5E background.