COLOR #706B6E

HEX: #706B6E
RGB: (112,107,110)

Color info

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

RGB color model

#706B6E color RGB value is (112,107,110).

  • red value is 112;
  • green value is 107;
  • blue value is 110.
RGB: (112,107,110) (44%,42%,43%)

RGB channels and saturation

R 112 of 255 = 44%
G 107 of 255 = 42%
B 110 of 255 = 43%

112
107
110

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

Portions of RGB colors in percentages

R + G + B =
112 + 107 + 110 = 329 (100%)
R 112 of 329 ~ 34.04%
G 107 of 329 ~ 32.52%
B 110 of 329 ~ 33.43%

%34.04
%32.52
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 1.79%
  • key color value is 56.08%
CMYK: (0,4,2,56) C0M4Y2K56 (0%,4%,2%,56%) (0.00/0.04/0.02/0.56)

CMYK percentages

%0
%4.46
%1.79
%56.08

Codes

Color #706B6E in popluar color models

706B6E
RGB112107110
HSL324°2.28%42.94%
HSB/HSV324°4.46%43.92%
CMYK0.00%4.46%1.79%
56.08%

Color #706B6E in popluar number systems.

HEX706B6E
Decimal112107110
Binary111000011010111101110
Octal160153156

Shades and tints

Shades of #706B6E

#706B6E
(112,107,110)
#666264
(102,98,100)
#5C595A
(92,89,90)
#525050
(82,80,80)
#484746
(72,71,70)
#3E3E3C
(62,62,60)
#343532
(52,53,50)
#2A2C28
(42,44,40)
#20231E
(32,35,30)
#161A14
(22,26,20)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #706B6E

#706B6E
(112,107,110)
#7D787B
(125,120,123)
#8A8588
(138,133,136)
#979295
(151,146,149)
#A49FA2
(164,159,162)
#B1ACAF
(177,172,175)
#BEB9BC
(190,185,188)
#CBC6C9
(203,198,201)
#D8D3D6
(216,211,214)
#E5E0E3
(229,224,227)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706B6E; }

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

This text font color is #706B6E.


Background Color

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

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

This div background color is #706B6E.


Border color

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

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

This div border color is #706B6E.


Opacity

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

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

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

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

This text has shadow with #706B6E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #706B6E on black background.


Color preview on white background

This text has color #706B6E on white background.



Black color preview on #706B6E background

This text has black color on #706B6E background.


White color preview on #706B6E background

This text has white color on #706B6E background.