COLOR #707572

HEX: #707572
RGB: (112,117,114)

Color info

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

RGB color model

#707572 color RGB value is (112,117,114).

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

RGB channels and saturation

R 112 of 255 = 44%
G 117 of 255 = 46%
B 114 of 255 = 45%

112
117
114

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

Portions of RGB colors in percentages

R + G + B =
112 + 117 + 114 = 343 (100%)
R 112 of 343 ~ 32.65%
G 117 of 343 ~ 34.11%
B 114 of 343 ~ 33.24%

%32.65
%34.11
%33.24

CMYK color model

#707572 color CMYK value is (4,0,3,54).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 54.12%
CMYK:
(4,0,3,54)
C4M0Y3K54 
(4%,0%,3%,54%)
(0.04/0.00/0.03/0.54)	

CMYK percentages

%4.27
%0
%2.56
%54.12

Codes

Color #707572 in popluar color models

707572
RGB112117114
HSL144°2.18%44.90%
HSB/HSV144°4.27%45.88%
CMYK4.27%0.00%2.56%
54.12%

Color #707572 in popluar number systems.

HEX707572
Decimal112117114
Binary111000011101011110010
Octal160165162

Shades and tints

Shades of #707572

#707572
(112,117,114)
#666B68
(102,107,104)
#5C615E
(92,97,94)
#525754
(82,87,84)
#484D4A
(72,77,74)
#3E4340
(62,67,64)
#343936
(52,57,54)
#2A2F2C
(42,47,44)
#202522
(32,37,34)
#161B18
(22,27,24)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #707572

#707572
(112,117,114)
#7D817E
(125,129,126)
#8A8D8A
(138,141,138)
#979996
(151,153,150)
#A4A5A2
(164,165,162)
#B1B1AE
(177,177,174)
#BEBDBA
(190,189,186)
#CBC9C6
(203,201,198)
#D8D5D2
(216,213,210)
#E5E1DE
(229,225,222)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707572; }

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

This text font color is #707572.


Background Color

.myBgColor { background-color: #707572; }

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

This div background color is #707572.


Border color

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

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

This div border color is #707572.


Opacity

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

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

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

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

This text has shadow with #707572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707572 on black background.


Color preview on white background

This text has color #707572 on white background.



Black color preview on #707572 background

This text has black color on #707572 background.


White color preview on #707572 background

This text has white color on #707572 background.