COLOR #706F79

HEX: #706F79
RGB: (112,111,121)

Color info

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

RGB color model

#706F79 color RGB value is (112,111,121).

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

RGB channels and saturation

R 112 of 255 = 44%
G 111 of 255 = 44%
B 121 of 255 = 47%

112
111
121

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

Portions of RGB colors in percentages

R + G + B =
112 + 111 + 121 = 344 (100%)
R 112 of 344 ~ 32.56%
G 111 of 344 ~ 32.27%
B 121 of 344 ~ 35.17%

%32.56
%32.27
%35.17

CMYK color model

#706F79 color CMYK value is (7,8,0,53).

  • cyan value is 7.44%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,8,0,53)
C7M8Y0K53 
(7%,8%,0%,53%)
(0.07/0.08/0.00/0.53)	

CMYK percentages

%7.44
%8.26
%0
%52.55

Codes

Color #706F79 in popluar color models

706F79
RGB112111121
HSL246°4.31%45.49%
HSB/HSV246°8.26%47.45%
CMYK7.44%8.26%0.00%
52.55%

Color #706F79 in popluar number systems.

HEX706F79
Decimal112111121
Binary111000011011111111001
Octal160157171

Shades and tints

Shades of #706F79

#706F79
(112,111,121)
#66656E
(102,101,110)
#5C5B63
(92,91,99)
#525158
(82,81,88)
#48474D
(72,71,77)
#3E3D42
(62,61,66)
#343337
(52,51,55)
#2A292C
(42,41,44)
#201F21
(32,31,33)
#161516
(22,21,22)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #706F79

#706F79
(112,111,121)
#7D7C85
(125,124,133)
#8A8991
(138,137,145)
#97969D
(151,150,157)
#A4A3A9
(164,163,169)
#B1B0B5
(177,176,181)
#BEBDC1
(190,189,193)
#CBCACD
(203,202,205)
#D8D7D9
(216,215,217)
#E5E4E5
(229,228,229)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706F79 color. Also use rgb(112,111,121) instead hex code.

Text Font Color

.myTextColor { color: #706F79; }

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

This text font color is #706F79.


Background Color

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

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

This div background color is #706F79.


Border color

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

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

This div border color is #706F79.


Opacity

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

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

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

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

This text has shadow with #706F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706F79 on black background.


Color preview on white background

This text has color #706F79 on white background.



Black color preview on #706F79 background

This text has black color on #706F79 background.


White color preview on #706F79 background

This text has white color on #706F79 background.