COLOR #757973

HEX: #757973
RGB: (117,121,115)

Color info

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

RGB color model

#757973 color RGB value is (117,121,115).

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

RGB channels and saturation

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

117
121
115

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 115 = 353 (100%)
R 117 of 353 ~ 33.14%
G 121 of 353 ~ 34.28%
B 115 of 353 ~ 32.58%

%33.14
%34.28
%32.58

CMYK color model

#757973 color CMYK value is (3,0,5,53).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 4.96%
  • key color value is 52.55%
CMYK:
(3,0,5,53)
C3M0Y5K53 
(3%,0%,5%,53%)
(0.03/0.00/0.05/0.53)	

CMYK percentages

%3.31
%0
%4.96
%52.55

Codes

Color #757973 in popluar color models

757973
RGB117121115
HSL100°2.54%46.27%
HSB/HSV100°4.96%47.45%
CMYK3.31%0.00%4.96%
52.55%

Color #757973 in popluar number systems.

HEX757973
Decimal117121115
Binary111010111110011110011
Octal165171163

Shades and tints

Shades of #757973

#757973
(117,121,115)
#6B6E69
(107,110,105)
#61635F
(97,99,95)
#575855
(87,88,85)
#4D4D4B
(77,77,75)
#434241
(67,66,65)
#393737
(57,55,55)
#2F2C2D
(47,44,45)
#252123
(37,33,35)
#1B1619
(27,22,25)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #757973

#757973
(117,121,115)
#81857F
(129,133,127)
#8D918B
(141,145,139)
#999D97
(153,157,151)
#A5A9A3
(165,169,163)
#B1B5AF
(177,181,175)
#BDC1BB
(189,193,187)
#C9CDC7
(201,205,199)
#D5D9D3
(213,217,211)
#E1E5DF
(225,229,223)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757973; }

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

This text font color is #757973.


Background Color

.myBgColor { background-color: #757973; }

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

This div background color is #757973.


Border color

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

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

This div border color is #757973.


Opacity

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

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

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

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

This text has shadow with #757973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757973 on black background.


Color preview on white background

This text has color #757973 on white background.



Black color preview on #757973 background

This text has black color on #757973 background.


White color preview on #757973 background

This text has white color on #757973 background.