COLOR #757570

HEX: #757570
RGB: (117,117,112)

Color info

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

RGB color model

#757570 color RGB value is (117,117,112).

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

RGB channels and saturation

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

117
117
112

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

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 112 = 346 (100%)
R 117 of 346 ~ 33.82%
G 117 of 346 ~ 33.82%
B 112 of 346 ~ 32.37%

%33.82
%33.82
%32.37

CMYK color model

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

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

CMYK percentages

%0
%0
%4.27
%54.12

Codes

Color #757570 in popluar color models

757570
RGB117117112
HSL60°2.18%44.90%
HSB/HSV60°4.27%45.88%
CMYK0.00%0.00%4.27%
54.12%

Color #757570 in popluar number systems.

HEX757570
Decimal117117112
Binary111010111101011110000
Octal165165160

Shades and tints

Shades of #757570

#757570
(117,117,112)
#6B6B66
(107,107,102)
#61615C
(97,97,92)
#575752
(87,87,82)
#4D4D48
(77,77,72)
#43433E
(67,67,62)
#393934
(57,57,52)
#2F2F2A
(47,47,42)
#252520
(37,37,32)
#1B1B16
(27,27,22)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #757570

#757570
(117,117,112)
#81817D
(129,129,125)
#8D8D8A
(141,141,138)
#999997
(153,153,151)
#A5A5A4
(165,165,164)
#B1B1B1
(177,177,177)
#BDBDBE
(189,189,190)
#C9C9CB
(201,201,203)
#D5D5D8
(213,213,216)
#E1E1E5
(225,225,229)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757570; }

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

This text font color is #757570.


Background Color

.myBgColor { background-color: #757570; }

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

This div background color is #757570.


Border color

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

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

This div border color is #757570.


Opacity

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

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

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

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

This text has shadow with #757570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757570 on black background.


Color preview on white background

This text has color #757570 on white background.



Black color preview on #757570 background

This text has black color on #757570 background.


White color preview on #757570 background

This text has white color on #757570 background.