COLOR #757573

HEX: #757573
RGB: (117,117,115)

Color info

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

RGB color model

#757573 color RGB value is (117,117,115).

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

RGB channels and saturation

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

117
117
115

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

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 115 = 349 (100%)
R 117 of 349 ~ 33.52%
G 117 of 349 ~ 33.52%
B 115 of 349 ~ 32.95%

%33.52
%33.52
%32.95

CMYK color model

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

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

CMYK percentages

%0
%0
%1.71
%54.12

Codes

Color #757573 in popluar color models

757573
RGB117117115
HSL60°0.86%45.49%
HSB/HSV60°1.71%45.88%
CMYK0.00%0.00%1.71%
54.12%

Color #757573 in popluar number systems.

HEX757573
Decimal117117115
Binary111010111101011110011
Octal165165163

Shades and tints

Shades of #757573

#757573
(117,117,115)
#6B6B69
(107,107,105)
#61615F
(97,97,95)
#575755
(87,87,85)
#4D4D4B
(77,77,75)
#434341
(67,67,65)
#393937
(57,57,55)
#2F2F2D
(47,47,45)
#252523
(37,37,35)
#1B1B19
(27,27,25)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #757573

#757573
(117,117,115)
#81817F
(129,129,127)
#8D8D8B
(141,141,139)
#999997
(153,153,151)
#A5A5A3
(165,165,163)
#B1B1AF
(177,177,175)
#BDBDBB
(189,189,187)
#C9C9C7
(201,201,199)
#D5D5D3
(213,213,211)
#E1E1DF
(225,225,223)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757573; }

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

This text font color is #757573.


Background Color

.myBgColor { background-color: #757573; }

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

This div background color is #757573.


Border color

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

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

This div border color is #757573.


Opacity

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

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

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

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

This text has shadow with #757573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757573 on black background.


Color preview on white background

This text has color #757573 on white background.



Black color preview on #757573 background

This text has black color on #757573 background.


White color preview on #757573 background

This text has white color on #757573 background.