COLOR #757E5B

HEX: #757E5B
RGB: (117,126,91)

Color info

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

RGB color model

#757E5B color RGB value is (117,126,91).

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

RGB channels and saturation

R 117 of 255 = 46%
G 126 of 255 = 49%
B 91 of 255 = 36%

117
126
91

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

Portions of RGB colors in percentages

R + G + B =
117 + 126 + 91 = 334 (100%)
R 117 of 334 ~ 35.03%
G 126 of 334 ~ 37.72%
B 91 of 334 ~ 27.25%

%35.03
%37.72
%27.25

CMYK color model

#757E5B color CMYK value is (7,0,28,51).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(7,0,28,51)
C7M0Y28K51 
(7%,0%,28%,51%)
(0.07/0.00/0.28/0.51)	

CMYK percentages

%7.14
%0
%27.78
%50.59

Codes

Color #757E5B in popluar color models

757E5B
RGB11712691
HSL75°16.13%42.55%
HSB/HSV75°27.78%49.41%
CMYK7.14%0.00%27.78%
50.59%

Color #757E5B in popluar number systems.

HEX757E5B
Decimal11712691
Binary111010111111101011011
Octal165176133

Shades and tints

Shades of #757E5B

#757E5B
(117,126,91)
#6B7353
(107,115,83)
#61684B
(97,104,75)
#575D43
(87,93,67)
#4D523B
(77,82,59)
#434733
(67,71,51)
#393C2B
(57,60,43)
#2F3123
(47,49,35)
#25261B
(37,38,27)
#1B1B13
(27,27,19)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #757E5B

#757E5B
(117,126,91)
#818969
(129,137,105)
#8D9477
(141,148,119)
#999F85
(153,159,133)
#A5AA93
(165,170,147)
#B1B5A1
(177,181,161)
#BDC0AF
(189,192,175)
#C9CBBD
(201,203,189)
#D5D6CB
(213,214,203)
#E1E1D9
(225,225,217)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757E5B; }

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

This text font color is #757E5B.


Background Color

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

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

This div background color is #757E5B.


Border color

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

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

This div border color is #757E5B.


Opacity

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

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

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

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

This text has shadow with #757E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757E5B on black background.


Color preview on white background

This text has color #757E5B on white background.



Black color preview on #757E5B background

This text has black color on #757E5B background.


White color preview on #757E5B background

This text has white color on #757E5B background.