COLOR #757F51

HEX: #757F51
RGB: (117,127,81)

Color info

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

RGB color model

#757F51 color RGB value is (117,127,81).

  • red value is 117;
  • green value is 127;
  • blue value is 81.
RGB:
(117,127,81)
(46%,50%,32%)

RGB channels and saturation

R 117 of 255 = 46%
G 127 of 255 = 50%
B 81 of 255 = 32%

117
127
81

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

Portions of RGB colors in percentages

R + G + B =
117 + 127 + 81 = 325 (100%)
R 117 of 325 ~ 36%
G 127 of 325 ~ 39.08%
B 81 of 325 ~ 24.92%

%36
%39.08
%24.92

CMYK color model

#757F51 color CMYK value is (8,0,36,50).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 36.22%
  • key color value is 50.20%
CMYK:
(8,0,36,50)
C8M0Y36K50 
(8%,0%,36%,50%)
(0.08/0.00/0.36/0.50)	

CMYK percentages

%7.87
%0
%36.22
%50.2

Codes

Color #757F51 in popluar color models

757F51
RGB11712781
HSL73°22.12%40.78%
HSB/HSV73°36.22%49.80%
CMYK7.87%0.00%36.22%
50.20%

Color #757F51 in popluar number systems.

HEX757F51
Decimal11712781
Binary111010111111111010001
Octal165177121

Shades and tints

Shades of #757F51

#757F51
(117,127,81)
#6B744A
(107,116,74)
#616943
(97,105,67)
#575E3C
(87,94,60)
#4D5335
(77,83,53)
#43482E
(67,72,46)
#393D27
(57,61,39)
#2F3220
(47,50,32)
#252719
(37,39,25)
#1B1C12
(27,28,18)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #757F51

#757F51
(117,127,81)
#818A60
(129,138,96)
#8D956F
(141,149,111)
#99A07E
(153,160,126)
#A5AB8D
(165,171,141)
#B1B69C
(177,182,156)
#BDC1AB
(189,193,171)
#C9CCBA
(201,204,186)
#D5D7C9
(213,215,201)
#E1E2D8
(225,226,216)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757F51 color. Also use rgb(117,127,81) instead hex code.

Text Font Color

.myTextColor { color: #757F51; }

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

This text font color is #757F51.


Background Color

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

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

This div background color is #757F51.


Border color

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

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

This div border color is #757F51.


Opacity

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

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

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

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

This text has shadow with #757F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757F51 on black background.


Color preview on white background

This text has color #757F51 on white background.



Black color preview on #757F51 background

This text has black color on #757F51 background.


White color preview on #757F51 background

This text has white color on #757F51 background.