COLOR #705C68

HEX: #705C68
RGB: (112,92,104)

Color info

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

RGB color model

#705C68 color RGB value is (112,92,104).

  • red value is 112;
  • green value is 92;
  • blue value is 104.
RGB:
(112,92,104)
(44%,36%,41%)

RGB channels and saturation

R 112 of 255 = 44%
G 92 of 255 = 36%
B 104 of 255 = 41%

112
92
104

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

Portions of RGB colors in percentages

R + G + B =
112 + 92 + 104 = 308 (100%)
R 112 of 308 ~ 36.36%
G 92 of 308 ~ 29.87%
B 104 of 308 ~ 33.77%

%36.36
%29.87
%33.77

CMYK color model

#705C68 color CMYK value is (0,18,7,56).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 7.14%
  • key color value is 56.08%
CMYK:
(0,18,7,56)
C0M18Y7K56 
(0%,18%,7%,56%)
(0.00/0.18/0.07/0.56)	

CMYK percentages

%0
%17.86
%7.14
%56.08

Codes

Color #705C68 in popluar color models

705C68
RGB11292104
HSL324°9.80%40.00%
HSB/HSV324°17.86%43.92%
CMYK0.00%17.86%7.14%
56.08%

Color #705C68 in popluar number systems.

HEX705C68
Decimal11292104
Binary111000010111001101000
Octal160134150

Shades and tints

Shades of #705C68

#705C68
(112,92,104)
#66545F
(102,84,95)
#5C4C56
(92,76,86)
#52444D
(82,68,77)
#483C44
(72,60,68)
#3E343B
(62,52,59)
#342C32
(52,44,50)
#2A2429
(42,36,41)
#201C20
(32,28,32)
#161417
(22,20,23)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #705C68

#705C68
(112,92,104)
#7D6A75
(125,106,117)
#8A7882
(138,120,130)
#97868F
(151,134,143)
#A4949C
(164,148,156)
#B1A2A9
(177,162,169)
#BEB0B6
(190,176,182)
#CBBEC3
(203,190,195)
#D8CCD0
(216,204,208)
#E5DADD
(229,218,221)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705C68 color. Also use rgb(112,92,104) instead hex code.

Text Font Color

.myTextColor { color: #705C68; }

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

This text font color is #705C68.


Background Color

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

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

This div background color is #705C68.


Border color

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

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

This div border color is #705C68.


Opacity

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

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

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

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

This text has shadow with #705C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705C68 on black background.


Color preview on white background

This text has color #705C68 on white background.



Black color preview on #705C68 background

This text has black color on #705C68 background.


White color preview on #705C68 background

This text has white color on #705C68 background.