COLOR #705A6F

HEX: #705A6F
RGB: (112,90,111)

Color info

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

RGB color model

#705A6F color RGB value is (112,90,111).

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

RGB channels and saturation

R 112 of 255 = 44%
G 90 of 255 = 35%
B 111 of 255 = 44%

112
90
111

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

Portions of RGB colors in percentages

R + G + B =
112 + 90 + 111 = 313 (100%)
R 112 of 313 ~ 35.78%
G 90 of 313 ~ 28.75%
B 111 of 313 ~ 35.46%

%35.78
%28.75
%35.46

CMYK color model

#705A6F color CMYK value is (0,20,1,56).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 0.89%
  • key color value is 56.08%
CMYK:
(0,20,1,56)
C0M20Y1K56 
(0%,20%,1%,56%)
(0.00/0.20/0.01/0.56)	

CMYK percentages

%0
%19.64
%0.89
%56.08

Codes

Color #705A6F in popluar color models

705A6F
RGB11290111
HSL303°10.89%39.61%
HSB/HSV303°19.64%43.92%
CMYK0.00%19.64%0.89%
56.08%

Color #705A6F in popluar number systems.

HEX705A6F
Decimal11290111
Binary111000010110101101111
Octal160132157

Shades and tints

Shades of #705A6F

#705A6F
(112,90,111)
#665265
(102,82,101)
#5C4A5B
(92,74,91)
#524251
(82,66,81)
#483A47
(72,58,71)
#3E323D
(62,50,61)
#342A33
(52,42,51)
#2A2229
(42,34,41)
#201A1F
(32,26,31)
#161215
(22,18,21)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #705A6F

#705A6F
(112,90,111)
#7D697C
(125,105,124)
#8A7889
(138,120,137)
#978796
(151,135,150)
#A496A3
(164,150,163)
#B1A5B0
(177,165,176)
#BEB4BD
(190,180,189)
#CBC3CA
(203,195,202)
#D8D2D7
(216,210,215)
#E5E1E4
(229,225,228)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705A6F; }

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

This text font color is #705A6F.


Background Color

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

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

This div background color is #705A6F.


Border color

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

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

This div border color is #705A6F.


Opacity

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

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

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

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

This text has shadow with #705A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705A6F on black background.


Color preview on white background

This text has color #705A6F on white background.



Black color preview on #705A6F background

This text has black color on #705A6F background.


White color preview on #705A6F background

This text has white color on #705A6F background.