COLOR #706C6B

HEX: #706C6B RGB: (112,108,107)

Color info

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

RGB color model

#706C6B color RGB value is (112,108,107).

RGB: (112,108,107) (44%, 42%, 42%)

RGB channels and saturation

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

112
108
107

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

Portions of RGB colors in percentages

R + G + B = 112 + 108 + 107 = 327 (100%)
R 112 of 327 ~ 34.25%
G 108 of 327 ~ 33.03%
B 107 of 327 ~ 32.72'%

%34.25
%33.03
%32.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 4.46%
  • key color value is 56.08%

CMYK: (0,4,4,56)
C0M4Y4K56 (0%, 4%, 4%, 56%)
(0.00 / 0.04 / 0.04 / 0.56)

CMYK percentages

%0
%3.57
%4.46
%56.08

Codes

Color #706C6B in popluar color models

70 6C 6B
RGB 112 108 107
HSL 12° 2.28% 42.94%
HSB/HSV 12° 4.46% 43.92%
CMYK 0.00% 3.57% 4.46%
56.08%

Color #706C6B in popluar number systems.

HEX 70 6C 6B
Decimal 112 108 107
Binary 1110000 1101100 1101011
Octal 160 154 153

Shades and tints

Shades of #706C6B

#706C6B
(112,108,107)
#666362
(102,99,98)
#5C5A59
(92,90,89)
#525150
(82,81,80)
#484847
(72,72,71)
#3E3F3E
(62,63,62)
#343635
(52,54,53)
#2A2D2C
(42,45,44)
#202423
(32,36,35)
#161B1A
(22,27,26)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #706C6B

#706C6B
(112,108,107)
#7D7978
(125,121,120)
#8A8685
(138,134,133)
#979392
(151,147,146)
#A4A09F
(164,160,159)
#B1ADAC
(177,173,172)
#BEBAB9
(190,186,185)
#CBC7C6
(203,199,198)
#D8D4D3
(216,212,211)
#E5E1E0
(229,225,224)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706C6B; }

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

This text font color is #706C6B.

Background Color

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

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

This div background color is #706C6B.

Border color

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

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

This div border color is #706C6B.

Opacity

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

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

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

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

This text has shadow with #706C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706C6B.

Preview

Color preview on black background

This text has color #706C6B on black background.


Color preview on white background

This text has color #706C6B on white background.


Black color preview on #706C6B background

This text has black color on #706C6B background.


White color preview on #706C6B background

This text has white color on #706C6B background.


Related colors

Complementary color

Complementary color for #hex is #8F9394.


I love getcolorcode.com

Triadic colors

1 #6B706C and #6C6B70 with #706C6B are triadic colors.

2 #6B6C70 and #6C706B with #706C6B are triadic colors.