COLOR #706B6A

HEX: #706B6A RGB: (112,107,106)

Color info

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

RGB color model

#706B6A color RGB value is (112,107,106).

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

RGB channels and saturation

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

112
107
106

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

Portions of RGB colors in percentages

R + G + B = 112 + 107 + 106 = 325 (100%)
R 112 of 325 ~ 34.46%
G 107 of 325 ~ 32.92%
B 106 of 325 ~ 32.62'%

%34.46
%32.92
%32.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.46%
  • 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
%4.46
%5.36
%56.08

Codes

Color #706B6A in popluar color models

70 6B 6A
RGB 112 107 106
HSL 10° 2.75% 42.75%
HSB/HSV 10° 5.36% 43.92%
CMYK 0.00% 4.46% 5.36%
56.08%

Color #706B6A in popluar number systems.

HEX 70 6B 6A
Decimal 112 107 106
Binary 1110000 1101011 1101010
Octal 160 153 152

Shades and tints

Shades of #706B6A

#706B6A
(112,107,106)
#666261
(102,98,97)
#5C5958
(92,89,88)
#52504F
(82,80,79)
#484746
(72,71,70)
#3E3E3D
(62,62,61)
#343534
(52,53,52)
#2A2C2B
(42,44,43)
#202322
(32,35,34)
#161A19
(22,26,25)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #706B6A

#706B6A
(112,107,106)
#7D7877
(125,120,119)
#8A8584
(138,133,132)
#979291
(151,146,145)
#A49F9E
(164,159,158)
#B1ACAB
(177,172,171)
#BEB9B8
(190,185,184)
#CBC6C5
(203,198,197)
#D8D3D2
(216,211,210)
#E5E0DF
(229,224,223)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706B6A; }

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

This text font color is #706B6A.

Background Color

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

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

This div background color is #706B6A.

Border color

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

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

This div border color is #706B6A.

Opacity

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

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

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

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

This text has shadow with #706B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706B6A.

Preview

Color preview on black background

This text has color #706B6A on black background.


Color preview on white background

This text has color #706B6A on white background.


Black color preview on #706B6A background

This text has black color on #706B6A background.


White color preview on #706B6A background

This text has white color on #706B6A background.


Related colors

Complementary color

Complementary color for #hex is #8F9495.


I love getcolorcode.com

Triadic colors

1 #6A706B and #6B6A70 with #706B6A are triadic colors.

2 #6A6B70 and #6B706A with #706B6A are triadic colors.