COLOR #706F67

HEX: #706F67 RGB: (112,111,103)

Color info

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

RGB color model

#706F67 color RGB value is (112,111,103).

RGB: (112,111,103) (44%, 44%, 40%)

RGB channels and saturation

R 112 of 255 = 44%
G 111 of 255 = 44%
B 103 of 255 = 40%

112
111
103

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

Portions of RGB colors in percentages

R + G + B = 112 + 111 + 103 = 326 (100%)
R 112 of 326 ~ 34.36%
G 111 of 326 ~ 34.05%
B 103 of 326 ~ 31.6'%

%34.36
%34.05
%31.6

CMYK color model

#706F67 color CMYK value is (0,1,8,56).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 8.04%
  • key color value is 56.08%

CMYK: (0,1,8,56)
C0M1Y8K56 (0%, 1%, 8%, 56%)
(0.00 / 0.01 / 0.08 / 0.56)

CMYK percentages

%0
%0.89
%8.04
%56.08

Codes

Color #706F67 in popluar color models

70 6F 67
RGB 112 111 103
HSL 53° 4.19% 42.16%
HSB/HSV 53° 8.04% 43.92%
CMYK 0.00% 0.89% 8.04%
56.08%

Color #706F67 in popluar number systems.

HEX 70 6F 67
Decimal 112 111 103
Binary 1110000 1101111 1100111
Octal 160 157 147

Shades and tints

Shades of #706F67

#706F67
(112,111,103)
#66655E
(102,101,94)
#5C5B55
(92,91,85)
#52514C
(82,81,76)
#484743
(72,71,67)
#3E3D3A
(62,61,58)
#343331
(52,51,49)
#2A2928
(42,41,40)
#201F1F
(32,31,31)
#161516
(22,21,22)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #706F67

#706F67
(112,111,103)
#7D7C74
(125,124,116)
#8A8981
(138,137,129)
#97968E
(151,150,142)
#A4A39B
(164,163,155)
#B1B0A8
(177,176,168)
#BEBDB5
(190,189,181)
#CBCAC2
(203,202,194)
#D8D7CF
(216,215,207)
#E5E4DC
(229,228,220)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706F67 color. Also use rgb(112,111,103) instead hex code.

Text Font Color

.myTextColor { color: #706F67; }

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

This text font color is #706F67.

Background Color

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

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

This div background color is #706F67.

Border color

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

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

This div border color is #706F67.

Opacity

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

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

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

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

This text has shadow with #706F67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706F67.

Preview

Color preview on black background

This text has color #706F67 on black background.


Color preview on white background

This text has color #706F67 on white background.


Black color preview on #706F67 background

This text has black color on #706F67 background.


White color preview on #706F67 background

This text has white color on #706F67 background.


Related colors

Complementary color

Complementary color for #hex is #8F9098.


I love getcolorcode.com

Triadic colors

1 #67706F and #6F6770 with #706F67 are triadic colors.

2 #676F70 and #6F7067 with #706F67 are triadic colors.