COLOR #707573

HEX: #707573
RGB: (112,117,115)

Color info

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

RGB color model

#707573 color RGB value is (112,117,115).

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

RGB channels and saturation

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

112
117
115

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

Portions of RGB colors in percentages

R + G + B =
112 + 117 + 115 = 344 (100%)
R 112 of 344 ~ 32.56%
G 117 of 344 ~ 34.01%
B 115 of 344 ~ 33.43%

%32.56
%34.01
%33.43

CMYK color model

#707573 color CMYK value is (4,0,2,54).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 54.12%
CMYK:
(4,0,2,54)
C4M0Y2K54 
(4%,0%,2%,54%)
(0.04/0.00/0.02/0.54)	

CMYK percentages

%4.27
%0
%1.71
%54.12

Codes

Color #707573 in popluar color models

707573
RGB112117115
HSL156°2.18%44.90%
HSB/HSV156°4.27%45.88%
CMYK4.27%0.00%1.71%
54.12%

Color #707573 in popluar number systems.

HEX707573
Decimal112117115
Binary111000011101011110011
Octal160165163

Shades and tints

Shades of #707573

#707573
(112,117,115)
#666B69
(102,107,105)
#5C615F
(92,97,95)
#525755
(82,87,85)
#484D4B
(72,77,75)
#3E4341
(62,67,65)
#343937
(52,57,55)
#2A2F2D
(42,47,45)
#202523
(32,37,35)
#161B19
(22,27,25)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #707573

#707573
(112,117,115)
#7D817F
(125,129,127)
#8A8D8B
(138,141,139)
#979997
(151,153,151)
#A4A5A3
(164,165,163)
#B1B1AF
(177,177,175)
#BEBDBB
(190,189,187)
#CBC9C7
(203,201,199)
#D8D5D3
(216,213,211)
#E5E1DF
(229,225,223)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707573; }

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

This text font color is #707573.


Background Color

.myBgColor { background-color: #707573; }

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

This div background color is #707573.


Border color

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

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

This div border color is #707573.


Opacity

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

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

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

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

This text has shadow with #707573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707573 on black background.


Color preview on white background

This text has color #707573 on white background.



Black color preview on #707573 background

This text has black color on #707573 background.


White color preview on #707573 background

This text has white color on #707573 background.