COLOR #706A69

HEX: #706A69
RGB: (112,106,105)

Color info

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

RGB color model

#706A69 color RGB value is (112,106,105).

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

RGB channels and saturation

R 112 of 255 = 44%
G 106 of 255 = 42%
B 105 of 255 = 41%

112
106
105

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

Portions of RGB colors in percentages

R + G + B =
112 + 106 + 105 = 323 (100%)
R 112 of 323 ~ 34.67%
G 106 of 323 ~ 32.82%
B 105 of 323 ~ 32.51%

%34.67
%32.82
%32.51

CMYK color model

#706A69 color CMYK value is (0,5,6,56).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 6.25%
  • key color value is 56.08%
CMYK:
(0,5,6,56)
C0M5Y6K56 
(0%,5%,6%,56%)
(0.00/0.05/0.06/0.56)	

CMYK percentages

%0
%5.36
%6.25
%56.08

Codes

Color #706A69 in popluar color models

706A69
RGB112106105
HSL3.23%42.55%
HSB/HSV6.25%43.92%
CMYK0.00%5.36%6.25%
56.08%

Color #706A69 in popluar number systems.

HEX706A69
Decimal112106105
Binary111000011010101101001
Octal160152151

Shades and tints

Shades of #706A69

#706A69
(112,106,105)
#666160
(102,97,96)
#5C5857
(92,88,87)
#524F4E
(82,79,78)
#484645
(72,70,69)
#3E3D3C
(62,61,60)
#343433
(52,52,51)
#2A2B2A
(42,43,42)
#202221
(32,34,33)
#161918
(22,25,24)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #706A69

#706A69
(112,106,105)
#7D7776
(125,119,118)
#8A8483
(138,132,131)
#979190
(151,145,144)
#A49E9D
(164,158,157)
#B1ABAA
(177,171,170)
#BEB8B7
(190,184,183)
#CBC5C4
(203,197,196)
#D8D2D1
(216,210,209)
#E5DFDE
(229,223,222)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706A69; }

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

This text font color is #706A69.


Background Color

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

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

This div background color is #706A69.


Border color

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

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

This div border color is #706A69.


Opacity

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

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

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

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

This text has shadow with #706A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706A69 on black background.


Color preview on white background

This text has color #706A69 on white background.



Black color preview on #706A69 background

This text has black color on #706A69 background.


White color preview on #706A69 background

This text has white color on #706A69 background.