COLOR #705D66

HEX: #705D66
RGB: (112,93,102)

Color info

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

RGB color model

#705D66 color RGB value is (112,93,102).

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

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 102 of 255 = 40%

112
93
102

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

Portions of RGB colors in percentages

R + G + B =
112 + 93 + 102 = 307 (100%)
R 112 of 307 ~ 36.48%
G 93 of 307 ~ 30.29%
B 102 of 307 ~ 33.22%

%36.48
%30.29
%33.22

CMYK color model

#705D66 color CMYK value is (0,17,9,56).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 8.93%
  • key color value is 56.08%
CMYK:
(0,17,9,56)
C0M17Y9K56 
(0%,17%,9%,56%)
(0.00/0.17/0.09/0.56)	

CMYK percentages

%0
%16.96
%8.93
%56.08

Codes

Color #705D66 in popluar color models

705D66
RGB11293102
HSL332°9.27%40.20%
HSB/HSV332°16.96%43.92%
CMYK0.00%16.96%8.93%
56.08%

Color #705D66 in popluar number systems.

HEX705D66
Decimal11293102
Binary111000010111011100110
Octal160135146

Shades and tints

Shades of #705D66

#705D66
(112,93,102)
#66555D
(102,85,93)
#5C4D54
(92,77,84)
#52454B
(82,69,75)
#483D42
(72,61,66)
#3E3539
(62,53,57)
#342D30
(52,45,48)
#2A2527
(42,37,39)
#201D1E
(32,29,30)
#161515
(22,21,21)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #705D66

#705D66
(112,93,102)
#7D6B73
(125,107,115)
#8A7980
(138,121,128)
#97878D
(151,135,141)
#A4959A
(164,149,154)
#B1A3A7
(177,163,167)
#BEB1B4
(190,177,180)
#CBBFC1
(203,191,193)
#D8CDCE
(216,205,206)
#E5DBDB
(229,219,219)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705D66; }

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

This text font color is #705D66.


Background Color

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

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

This div background color is #705D66.


Border color

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

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

This div border color is #705D66.


Opacity

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

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

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

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

This text has shadow with #705D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705D66 on black background.


Color preview on white background

This text has color #705D66 on white background.



Black color preview on #705D66 background

This text has black color on #705D66 background.


White color preview on #705D66 background

This text has white color on #705D66 background.