COLOR #706472

HEX: #706472
RGB: (112,100,114)

Color info

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

RGB color model

#706472 color RGB value is (112,100,114).

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

RGB channels and saturation

R 112 of 255 = 44%
G 100 of 255 = 39%
B 114 of 255 = 45%

112
100
114

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

Portions of RGB colors in percentages

R + G + B =
112 + 100 + 114 = 326 (100%)
R 112 of 326 ~ 34.36%
G 100 of 326 ~ 30.67%
B 114 of 326 ~ 34.97%

%34.36
%30.67
%34.97

CMYK color model

#706472 color CMYK value is (2,12,0,55).

  • cyan value is 1.75%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(2,12,0,55)
C2M12Y0K55 
(2%,12%,0%,55%)
(0.02/0.12/0.00/0.55)	

CMYK percentages

%1.75
%12.28
%0
%55.29

Codes

Color #706472 in popluar color models

706472
RGB112100114
HSL291°6.54%41.96%
HSB/HSV291°12.28%44.71%
CMYK1.75%12.28%0.00%
55.29%

Color #706472 in popluar number systems.

HEX706472
Decimal112100114
Binary111000011001001110010
Octal160144162

Shades and tints

Shades of #706472

#706472
(112,100,114)
#665B68
(102,91,104)
#5C525E
(92,82,94)
#524954
(82,73,84)
#48404A
(72,64,74)
#3E3740
(62,55,64)
#342E36
(52,46,54)
#2A252C
(42,37,44)
#201C22
(32,28,34)
#161318
(22,19,24)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #706472

#706472
(112,100,114)
#7D727E
(125,114,126)
#8A808A
(138,128,138)
#978E96
(151,142,150)
#A49CA2
(164,156,162)
#B1AAAE
(177,170,174)
#BEB8BA
(190,184,186)
#CBC6C6
(203,198,198)
#D8D4D2
(216,212,210)
#E5E2DE
(229,226,222)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706472; }

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

This text font color is #706472.


Background Color

.myBgColor { background-color: #706472; }

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

This div background color is #706472.


Border color

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

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

This div border color is #706472.


Opacity

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

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

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

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

This text has shadow with #706472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706472 on black background.


Color preview on white background

This text has color #706472 on white background.



Black color preview on #706472 background

This text has black color on #706472 background.


White color preview on #706472 background

This text has white color on #706472 background.