COLOR #706A62

HEX: #706A62
RGB: (112,106,98)

Color info

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

RGB color model

#706A62 color RGB value is (112,106,98).

  • red value is 112;
  • green value is 106;
  • blue value is 98.
RGB:
(112,106,98)
(44%,42%,38%)

RGB channels and saturation

R 112 of 255 = 44%
G 106 of 255 = 42%
B 98 of 255 = 38%

112
106
98

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

Portions of RGB colors in percentages

R + G + B =
112 + 106 + 98 = 316 (100%)
R 112 of 316 ~ 35.44%
G 106 of 316 ~ 33.54%
B 98 of 316 ~ 31.01%

%35.44
%33.54
%31.01

CMYK color model

#706A62 color CMYK value is (0,5,13,56).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 12.50%
  • key color value is 56.08%
CMYK:
(0,5,13,56)
C0M5Y13K56 
(0%,5%,13%,56%)
(0.00/0.05/0.13/0.56)	

CMYK percentages

%0
%5.36
%12.5
%56.08

Codes

Color #706A62 in popluar color models

706A62
RGB11210698
HSL34°6.67%41.18%
HSB/HSV34°12.50%43.92%
CMYK0.00%5.36%12.50%
56.08%

Color #706A62 in popluar number systems.

HEX706A62
Decimal11210698
Binary111000011010101100010
Octal160152142

Shades and tints

Shades of #706A62

#706A62
(112,106,98)
#66615A
(102,97,90)
#5C5852
(92,88,82)
#524F4A
(82,79,74)
#484642
(72,70,66)
#3E3D3A
(62,61,58)
#343432
(52,52,50)
#2A2B2A
(42,43,42)
#202222
(32,34,34)
#16191A
(22,25,26)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #706A62

#706A62
(112,106,98)
#7D7770
(125,119,112)
#8A847E
(138,132,126)
#97918C
(151,145,140)
#A49E9A
(164,158,154)
#B1ABA8
(177,171,168)
#BEB8B6
(190,184,182)
#CBC5C4
(203,197,196)
#D8D2D2
(216,210,210)
#E5DFE0
(229,223,224)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706A62; }

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

This text font color is #706A62.


Background Color

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

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

This div background color is #706A62.


Border color

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

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

This div border color is #706A62.


Opacity

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

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

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

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

This text has shadow with #706A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706A62 on black background.


Color preview on white background

This text has color #706A62 on white background.



Black color preview on #706A62 background

This text has black color on #706A62 background.


White color preview on #706A62 background

This text has white color on #706A62 background.