COLOR #706462

HEX: #706462
RGB: (112,100,98)

Color info

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

RGB color model

#706462 color RGB value is (112,100,98).

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

RGB channels and saturation

R 112 of 255 = 44%
G 100 of 255 = 39%
B 98 of 255 = 38%

112
100
98

R + G + B ~ 40%. #706462 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 100 + 98 = 310 (100%)
R 112 of 310 ~ 36.13%
G 100 of 310 ~ 32.26%
B 98 of 310 ~ 31.61%

%36.13
%32.26
%31.61

CMYK color model

#706462 color CMYK value is (0,11,13,56).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 12.50%
  • key color value is 56.08%
CMYK:
(0,11,13,56)
C0M11Y13K56 
(0%,11%,13%,56%)
(0.00/0.11/0.13/0.56)	

CMYK percentages

%0
%10.71
%12.5
%56.08

Codes

Color #706462 in popluar color models

706462
RGB11210098
HSL6.67%41.18%
HSB/HSV12.50%43.92%
CMYK0.00%10.71%12.50%
56.08%

Color #706462 in popluar number systems.

HEX706462
Decimal11210098
Binary111000011001001100010
Octal160144142

Shades and tints

Shades of #706462

#706462
(112,100,98)
#665B5A
(102,91,90)
#5C5252
(92,82,82)
#52494A
(82,73,74)
#484042
(72,64,66)
#3E373A
(62,55,58)
#342E32
(52,46,50)
#2A252A
(42,37,42)
#201C22
(32,28,34)
#16131A
(22,19,26)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #706462

#706462
(112,100,98)
#7D7270
(125,114,112)
#8A807E
(138,128,126)
#978E8C
(151,142,140)
#A49C9A
(164,156,154)
#B1AAA8
(177,170,168)
#BEB8B6
(190,184,182)
#CBC6C4
(203,198,196)
#D8D4D2
(216,212,210)
#E5E2E0
(229,226,224)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706462; }

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

This text font color is #706462.


Background Color

.myBgColor { background-color: #706462; }

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

This div background color is #706462.


Border color

.myBorderColor { border: 1px solid #706462; }

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

This div border color is #706462.


Opacity

.myOpacity80 { color: #706462; opacity: 0.8; }

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

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

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

This text has shadow with #706462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706462 on black background.


Color preview on white background

This text has color #706462 on white background.



Black color preview on #706462 background

This text has black color on #706462 background.


White color preview on #706462 background

This text has white color on #706462 background.