COLOR #706F5D

HEX: #706F5D
RGB: (112,111,93)

Color info

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

RGB color model

#706F5D color RGB value is (112,111,93).

  • red value is 112;
  • green value is 111;
  • blue value is 93.
RGB:
(112,111,93)
(44%,44%,36%)

RGB channels and saturation

R 112 of 255 = 44%
G 111 of 255 = 44%
B 93 of 255 = 36%

112
111
93

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

Portions of RGB colors in percentages

R + G + B =
112 + 111 + 93 = 316 (100%)
R 112 of 316 ~ 35.44%
G 111 of 316 ~ 35.13%
B 93 of 316 ~ 29.43%

%35.44
%35.13
%29.43

CMYK color model

#706F5D color CMYK value is (0,1,17,56).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 16.96%
  • key color value is 56.08%
CMYK:
(0,1,17,56)
C0M1Y17K56 
(0%,1%,17%,56%)
(0.00/0.01/0.17/0.56)	

CMYK percentages

%0
%0.89
%16.96
%56.08

Codes

Color #706F5D in popluar color models

706F5D
RGB11211193
HSL57°9.27%40.20%
HSB/HSV57°16.96%43.92%
CMYK0.00%0.89%16.96%
56.08%

Color #706F5D in popluar number systems.

HEX706F5D
Decimal11211193
Binary111000011011111011101
Octal160157135

Shades and tints

Shades of #706F5D

#706F5D
(112,111,93)
#666555
(102,101,85)
#5C5B4D
(92,91,77)
#525145
(82,81,69)
#48473D
(72,71,61)
#3E3D35
(62,61,53)
#34332D
(52,51,45)
#2A2925
(42,41,37)
#201F1D
(32,31,29)
#161515
(22,21,21)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #706F5D

#706F5D
(112,111,93)
#7D7C6B
(125,124,107)
#8A8979
(138,137,121)
#979687
(151,150,135)
#A4A395
(164,163,149)
#B1B0A3
(177,176,163)
#BEBDB1
(190,189,177)
#CBCABF
(203,202,191)
#D8D7CD
(216,215,205)
#E5E4DB
(229,228,219)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706F5D; }

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

This text font color is #706F5D.


Background Color

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

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

This div background color is #706F5D.


Border color

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

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

This div border color is #706F5D.


Opacity

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

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

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

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

This text has shadow with #706F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706F5D on black background.


Color preview on white background

This text has color #706F5D on white background.



Black color preview on #706F5D background

This text has black color on #706F5D background.


White color preview on #706F5D background

This text has white color on #706F5D background.