COLOR #705D6F

HEX: #705D6F
RGB: (112,93,111)

Color info

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

RGB color model

#705D6F color RGB value is (112,93,111).

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

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 111 of 255 = 44%

112
93
111

R + G + B ~ 41%. #705D6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 93 + 111 = 316 (100%)
R 112 of 316 ~ 35.44%
G 93 of 316 ~ 29.43%
B 111 of 316 ~ 35.13%

%35.44
%29.43
%35.13

CMYK color model

#705D6F color CMYK value is (0,17,1,56).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 0.89%
  • key color value is 56.08%
CMYK:
(0,17,1,56)
C0M17Y1K56 
(0%,17%,1%,56%)
(0.00/0.17/0.01/0.56)	

CMYK percentages

%0
%16.96
%0.89
%56.08

Codes

Color #705D6F in popluar color models

705D6F
RGB11293111
HSL303°9.27%40.20%
HSB/HSV303°16.96%43.92%
CMYK0.00%16.96%0.89%
56.08%

Color #705D6F in popluar number systems.

HEX705D6F
Decimal11293111
Binary111000010111011101111
Octal160135157

Shades and tints

Shades of #705D6F

#705D6F
(112,93,111)
#665565
(102,85,101)
#5C4D5B
(92,77,91)
#524551
(82,69,81)
#483D47
(72,61,71)
#3E353D
(62,53,61)
#342D33
(52,45,51)
#2A2529
(42,37,41)
#201D1F
(32,29,31)
#161515
(22,21,21)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #705D6F

#705D6F
(112,93,111)
#7D6B7C
(125,107,124)
#8A7989
(138,121,137)
#978796
(151,135,150)
#A495A3
(164,149,163)
#B1A3B0
(177,163,176)
#BEB1BD
(190,177,189)
#CBBFCA
(203,191,202)
#D8CDD7
(216,205,215)
#E5DBE4
(229,219,228)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705D6F; }

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

This text font color is #705D6F.


Background Color

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

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

This div background color is #705D6F.


Border color

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

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

This div border color is #705D6F.


Opacity

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

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

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

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

This text has shadow with #705D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705D6F on black background.


Color preview on white background

This text has color #705D6F on white background.



Black color preview on #705D6F background

This text has black color on #705D6F background.


White color preview on #705D6F background

This text has white color on #705D6F background.