COLOR #706F65

HEX: #706F65 RGB: (112,111,101)

Color info

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

RGB color model

#706F65 color RGB value is (112,111,101).

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

RGB channels and saturation

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

112
111
101

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

Portions of RGB colors in percentages

R + G + B = 112 + 111 + 101 = 324 (100%)
R 112 of 324 ~ 34.57%
G 111 of 324 ~ 34.26%
B 101 of 324 ~ 31.17'%

%34.57
%34.26
%31.17

CMYK color model

#706F65 color CMYK value is (0,1,10,56).

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

CMYK: (0,1,10,56)
C0M1Y10K56 (0%, 1%, 10%, 56%)
(0.00 / 0.01 / 0.10 / 0.56)

CMYK percentages

%0
%0.89
%9.82
%56.08

Codes

Color #706F65 in popluar color models

70 6F 65
RGB 112 111 101
HSL 55° 5.16% 41.76%
HSB/HSV 55° 9.82% 43.92%
CMYK 0.00% 0.89% 9.82%
56.08%

Color #706F65 in popluar number systems.

HEX 70 6F 65
Decimal 112 111 101
Binary 1110000 1101111 1100101
Octal 160 157 145

Shades and tints

Shades of #706F65

#706F65
(112,111,101)
#66655C
(102,101,92)
#5C5B53
(92,91,83)
#52514A
(82,81,74)
#484741
(72,71,65)
#3E3D38
(62,61,56)
#34332F
(52,51,47)
#2A2926
(42,41,38)
#201F1D
(32,31,29)
#161514
(22,21,20)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #706F65

#706F65
(112,111,101)
#7D7C73
(125,124,115)
#8A8981
(138,137,129)
#97968F
(151,150,143)
#A4A39D
(164,163,157)
#B1B0AB
(177,176,171)
#BEBDB9
(190,189,185)
#CBCAC7
(203,202,199)
#D8D7D5
(216,215,213)
#E5E4E3
(229,228,227)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706F65; }

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

This text font color is #706F65.

Background Color

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

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

This div background color is #706F65.

Border color

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

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

This div border color is #706F65.

Opacity

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

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

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

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

This text has shadow with #706F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706F65.

Preview

Color preview on black background

This text has color #706F65 on black background.


Color preview on white background

This text has color #706F65 on white background.


Black color preview on #706F65 background

This text has black color on #706F65 background.


White color preview on #706F65 background

This text has white color on #706F65 background.


Related colors

Complementary color

Complementary color for #hex is #8F909A.


I love getcolorcode.com

Triadic colors

1 #65706F and #6F6570 with #706F65 are triadic colors.

2 #656F70 and #6F7065 with #706F65 are triadic colors.