COLOR #706572

HEX: #706572
RGB: (112,101,114)

Color info

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

RGB color model

#706572 color RGB value is (112,101,114).

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

RGB channels and saturation

R 112 of 255 = 44%
G 101 of 255 = 40%
B 114 of 255 = 45%

112
101
114

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

Portions of RGB colors in percentages

R + G + B =
112 + 101 + 114 = 327 (100%)
R 112 of 327 ~ 34.25%
G 101 of 327 ~ 30.89%
B 114 of 327 ~ 34.86%

%34.25
%30.89
%34.86

CMYK color model

#706572 color CMYK value is (2,11,0,55).

  • cyan value is 1.75%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(2,11,0,55)
C2M11Y0K55 
(2%,11%,0%,55%)
(0.02/0.11/0.00/0.55)	

CMYK percentages

%1.75
%11.4
%0
%55.29

Codes

Color #706572 in popluar color models

706572
RGB112101114
HSL291°6.05%42.16%
HSB/HSV291°11.40%44.71%
CMYK1.75%11.40%0.00%
55.29%

Color #706572 in popluar number systems.

HEX706572
Decimal112101114
Binary111000011001011110010
Octal160145162

Shades and tints

Shades of #706572

#706572
(112,101,114)
#665C68
(102,92,104)
#5C535E
(92,83,94)
#524A54
(82,74,84)
#48414A
(72,65,74)
#3E3840
(62,56,64)
#342F36
(52,47,54)
#2A262C
(42,38,44)
#201D22
(32,29,34)
#161418
(22,20,24)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #706572

#706572
(112,101,114)
#7D737E
(125,115,126)
#8A818A
(138,129,138)
#978F96
(151,143,150)
#A49DA2
(164,157,162)
#B1ABAE
(177,171,174)
#BEB9BA
(190,185,186)
#CBC7C6
(203,199,198)
#D8D5D2
(216,213,210)
#E5E3DE
(229,227,222)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706572; }

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

This text font color is #706572.


Background Color

.myBgColor { background-color: #706572; }

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

This div background color is #706572.


Border color

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

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

This div border color is #706572.


Opacity

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

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

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

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

This text has shadow with #706572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706572 on black background.


Color preview on white background

This text has color #706572 on white background.



Black color preview on #706572 background

This text has black color on #706572 background.


White color preview on #706572 background

This text has white color on #706572 background.