COLOR #706A73

HEX: #706A73
RGB: (112,106,115)

Color info

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

RGB color model

#706A73 color RGB value is (112,106,115).

  • red value is 112;
  • green value is 106;
  • blue value is 115.
RGB:
(112,106,115)
(44%,42%,45%)

RGB channels and saturation

R 112 of 255 = 44%
G 106 of 255 = 42%
B 115 of 255 = 45%

112
106
115

R + G + B ~ 44%. #706A73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 106 + 115 = 333 (100%)
R 112 of 333 ~ 33.63%
G 106 of 333 ~ 31.83%
B 115 of 333 ~ 34.53%

%33.63
%31.83
%34.53

CMYK color model

#706A73 color CMYK value is (3,8,0,55).

  • cyan value is 2.61%
  • magenta value is 7.83%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(3,8,0,55)
C3M8Y0K55 
(3%,8%,0%,55%)
(0.03/0.08/0.00/0.55)	

CMYK percentages

%2.61
%7.83
%0
%54.9

Codes

Color #706A73 in popluar color models

706A73
RGB112106115
HSL280°4.07%43.33%
HSB/HSV280°7.83%45.10%
CMYK2.61%7.83%0.00%
54.90%

Color #706A73 in popluar number systems.

HEX706A73
Decimal112106115
Binary111000011010101110011
Octal160152163

Shades and tints

Shades of #706A73

#706A73
(112,106,115)
#666169
(102,97,105)
#5C585F
(92,88,95)
#524F55
(82,79,85)
#48464B
(72,70,75)
#3E3D41
(62,61,65)
#343437
(52,52,55)
#2A2B2D
(42,43,45)
#202223
(32,34,35)
#161919
(22,25,25)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #706A73

#706A73
(112,106,115)
#7D777F
(125,119,127)
#8A848B
(138,132,139)
#979197
(151,145,151)
#A49EA3
(164,158,163)
#B1ABAF
(177,171,175)
#BEB8BB
(190,184,187)
#CBC5C7
(203,197,199)
#D8D2D3
(216,210,211)
#E5DFDF
(229,223,223)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706A73 color. Also use rgb(112,106,115) instead hex code.

Text Font Color

.myTextColor { color: #706A73; }

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

This text font color is #706A73.


Background Color

.myBgColor { background-color: #706A73; }

<div style="background-color:#706A73">Inner text</div>

This div background color is #706A73.


Border color

.myBorderColor { border: 1px solid #706A73; }

<div style="border:3px solid #706A73">Div</div>

This div border color is #706A73.


Opacity

.myOpacity80 { color: #706A73; opacity: 0.8; }

<p style="color:#706A73;opacity:0.8;">80%</p>

Text with #706A73 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 #706A73;}

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

This text has shadow with #706A73 color.

.textShadow {text-shadow: 3px 3px 1px #706A73, 3px 3px 1px red;}

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

This text has shadow with #706A73 primary color and red secondary color.


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

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

This text has shadow with #706A73 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706A73 on black background.


Color preview on white background

This text has color #706A73 on white background.



Black color preview on #706A73 background

This text has black color on #706A73 background.


White color preview on #706A73 background

This text has white color on #706A73 background.