COLOR #706E73

HEX: #706E73
RGB: (112,110,115)

Color info

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

RGB color model

#706E73 color RGB value is (112,110,115).

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

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 115 of 255 = 45%

112
110
115

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

Portions of RGB colors in percentages

R + G + B =
112 + 110 + 115 = 337 (100%)
R 112 of 337 ~ 33.23%
G 110 of 337 ~ 32.64%
B 115 of 337 ~ 34.12%

%33.23
%32.64
%34.12

CMYK color model

#706E73 color CMYK value is (3,4,0,55).

  • cyan value is 2.61%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(3,4,0,55)
C3M4Y0K55 
(3%,4%,0%,55%)
(0.03/0.04/0.00/0.55)	

CMYK percentages

%2.61
%4.35
%0
%54.9

Codes

Color #706E73 in popluar color models

706E73
RGB112110115
HSL264°2.22%44.12%
HSB/HSV264°4.35%45.10%
CMYK2.61%4.35%0.00%
54.90%

Color #706E73 in popluar number systems.

HEX706E73
Decimal112110115
Binary111000011011101110011
Octal160156163

Shades and tints

Shades of #706E73

#706E73
(112,110,115)
#666469
(102,100,105)
#5C5A5F
(92,90,95)
#525055
(82,80,85)
#48464B
(72,70,75)
#3E3C41
(62,60,65)
#343237
(52,50,55)
#2A282D
(42,40,45)
#201E23
(32,30,35)
#161419
(22,20,25)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #706E73

#706E73
(112,110,115)
#7D7B7F
(125,123,127)
#8A888B
(138,136,139)
#979597
(151,149,151)
#A4A2A3
(164,162,163)
#B1AFAF
(177,175,175)
#BEBCBB
(190,188,187)
#CBC9C7
(203,201,199)
#D8D6D3
(216,214,211)
#E5E3DF
(229,227,223)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706E73; }

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

This text font color is #706E73.


Background Color

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

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

This div background color is #706E73.


Border color

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

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

This div border color is #706E73.


Opacity

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

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

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

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

This text has shadow with #706E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706E73 on black background.


Color preview on white background

This text has color #706E73 on white background.



Black color preview on #706E73 background

This text has black color on #706E73 background.


White color preview on #706E73 background

This text has white color on #706E73 background.