COLOR #706C6A

HEX: #706C6A
RGB: (112,108,106)

Color info

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

RGB color model

#706C6A color RGB value is (112,108,106).

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

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 106 of 255 = 42%

112
108
106

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

Portions of RGB colors in percentages

R + G + B =
112 + 108 + 106 = 326 (100%)
R 112 of 326 ~ 34.36%
G 108 of 326 ~ 33.13%
B 106 of 326 ~ 32.52%

%34.36
%33.13
%32.52

CMYK color model

#706C6A color CMYK value is (0,4,5,56).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 5.36%
  • key color value is 56.08%
CMYK:
(0,4,5,56)
C0M4Y5K56 
(0%,4%,5%,56%)
(0.00/0.04/0.05/0.56)	

CMYK percentages

%0
%3.57
%5.36
%56.08

Codes

Color #706C6A in popluar color models

706C6A
RGB112108106
HSL20°2.75%42.75%
HSB/HSV20°5.36%43.92%
CMYK0.00%3.57%5.36%
56.08%

Color #706C6A in popluar number systems.

HEX706C6A
Decimal112108106
Binary111000011011001101010
Octal160154152

Shades and tints

Shades of #706C6A

#706C6A
(112,108,106)
#666361
(102,99,97)
#5C5A58
(92,90,88)
#52514F
(82,81,79)
#484846
(72,72,70)
#3E3F3D
(62,63,61)
#343634
(52,54,52)
#2A2D2B
(42,45,43)
#202422
(32,36,34)
#161B19
(22,27,25)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #706C6A

#706C6A
(112,108,106)
#7D7977
(125,121,119)
#8A8684
(138,134,132)
#979391
(151,147,145)
#A4A09E
(164,160,158)
#B1ADAB
(177,173,171)
#BEBAB8
(190,186,184)
#CBC7C5
(203,199,197)
#D8D4D2
(216,212,210)
#E5E1DF
(229,225,223)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706C6A; }

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

This text font color is #706C6A.


Background Color

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

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

This div background color is #706C6A.


Border color

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

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

This div border color is #706C6A.


Opacity

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

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

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

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

This text has shadow with #706C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706C6A on black background.


Color preview on white background

This text has color #706C6A on white background.



Black color preview on #706C6A background

This text has black color on #706C6A background.


White color preview on #706C6A background

This text has white color on #706C6A background.