COLOR #757470

HEX: #757470
RGB: (117,116,112)

Color info

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

RGB color model

#757470 color RGB value is (117,116,112).

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

RGB channels and saturation

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

117
116
112

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

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 112 = 345 (100%)
R 117 of 345 ~ 33.91%
G 116 of 345 ~ 33.62%
B 112 of 345 ~ 32.46%

%33.91
%33.62
%32.46

CMYK color model

#757470 color CMYK value is (0,1,4,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 4.27%
  • key color value is 54.12%
CMYK:
(0,1,4,54)
C0M1Y4K54 
(0%,1%,4%,54%)
(0.00/0.01/0.04/0.54)	

CMYK percentages

%0
%0.85
%4.27
%54.12

Codes

Color #757470 in popluar color models

757470
RGB117116112
HSL48°2.18%44.90%
HSB/HSV48°4.27%45.88%
CMYK0.00%0.85%4.27%
54.12%

Color #757470 in popluar number systems.

HEX757470
Decimal117116112
Binary111010111101001110000
Octal165164160

Shades and tints

Shades of #757470

#757470
(117,116,112)
#6B6A66
(107,106,102)
#61605C
(97,96,92)
#575652
(87,86,82)
#4D4C48
(77,76,72)
#43423E
(67,66,62)
#393834
(57,56,52)
#2F2E2A
(47,46,42)
#252420
(37,36,32)
#1B1A16
(27,26,22)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #757470

#757470
(117,116,112)
#81807D
(129,128,125)
#8D8C8A
(141,140,138)
#999897
(153,152,151)
#A5A4A4
(165,164,164)
#B1B0B1
(177,176,177)
#BDBCBE
(189,188,190)
#C9C8CB
(201,200,203)
#D5D4D8
(213,212,216)
#E1E0E5
(225,224,229)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757470; }

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

This text font color is #757470.


Background Color

.myBgColor { background-color: #757470; }

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

This div background color is #757470.


Border color

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

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

This div border color is #757470.


Opacity

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

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

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

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

This text has shadow with #757470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757470 on black background.


Color preview on white background

This text has color #757470 on white background.



Black color preview on #757470 background

This text has black color on #757470 background.


White color preview on #757470 background

This text has white color on #757470 background.