COLOR #757E57

HEX: #757E57
RGB: (117,126,87)

Color info

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

RGB color model

#757E57 color RGB value is (117,126,87).

  • red value is 117;
  • green value is 126;
  • blue value is 87.
RGB:
(117,126,87)
(46%,49%,34%)

RGB channels and saturation

R 117 of 255 = 46%
G 126 of 255 = 49%
B 87 of 255 = 34%

117
126
87

R + G + B ~ 43%. #757E57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 126 + 87 = 330 (100%)
R 117 of 330 ~ 35.45%
G 126 of 330 ~ 38.18%
B 87 of 330 ~ 26.36%

%35.45
%38.18
%26.36

CMYK color model

#757E57 color CMYK value is (7,0,31,51).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 30.95%
  • key color value is 50.59%
CMYK:
(7,0,31,51)
C7M0Y31K51 
(7%,0%,31%,51%)
(0.07/0.00/0.31/0.51)	

CMYK percentages

%7.14
%0
%30.95
%50.59

Codes

Color #757E57 in popluar color models

757E57
RGB11712687
HSL74°18.31%41.76%
HSB/HSV74°30.95%49.41%
CMYK7.14%0.00%30.95%
50.59%

Color #757E57 in popluar number systems.

HEX757E57
Decimal11712687
Binary111010111111101010111
Octal165176127

Shades and tints

Shades of #757E57

#757E57
(117,126,87)
#6B7350
(107,115,80)
#616849
(97,104,73)
#575D42
(87,93,66)
#4D523B
(77,82,59)
#434734
(67,71,52)
#393C2D
(57,60,45)
#2F3126
(47,49,38)
#25261F
(37,38,31)
#1B1B18
(27,27,24)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #757E57

#757E57
(117,126,87)
#818966
(129,137,102)
#8D9475
(141,148,117)
#999F84
(153,159,132)
#A5AA93
(165,170,147)
#B1B5A2
(177,181,162)
#BDC0B1
(189,192,177)
#C9CBC0
(201,203,192)
#D5D6CF
(213,214,207)
#E1E1DE
(225,225,222)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757E57 color. Also use rgb(117,126,87) instead hex code.

Text Font Color

.myTextColor { color: #757E57; }

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

This text font color is #757E57.


Background Color

.myBgColor { background-color: #757E57; }

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

This div background color is #757E57.


Border color

.myBorderColor { border: 1px solid #757E57; }

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

This div border color is #757E57.


Opacity

.myOpacity80 { color: #757E57; opacity: 0.8; }

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

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

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

This text has shadow with #757E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757E57 on black background.


Color preview on white background

This text has color #757E57 on white background.



Black color preview on #757E57 background

This text has black color on #757E57 background.


White color preview on #757E57 background

This text has white color on #757E57 background.