COLOR #757957

HEX: #757957
RGB: (117,121,87)

Color info

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

RGB color model

#757957 color RGB value is (117,121,87).

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

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 87 of 255 = 34%

117
121
87

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 87 = 325 (100%)
R 117 of 325 ~ 36%
G 121 of 325 ~ 37.23%
B 87 of 325 ~ 26.77%

%36
%37.23
%26.77

CMYK color model

#757957 color CMYK value is (3,0,28,53).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 52.55%
CMYK:
(3,0,28,53)
C3M0Y28K53 
(3%,0%,28%,53%)
(0.03/0.00/0.28/0.53)	

CMYK percentages

%3.31
%0
%28.1
%52.55

Codes

Color #757957 in popluar color models

757957
RGB11712187
HSL67°16.35%40.78%
HSB/HSV67°28.10%47.45%
CMYK3.31%0.00%28.10%
52.55%

Color #757957 in popluar number systems.

HEX757957
Decimal11712187
Binary111010111110011010111
Octal165171127

Shades and tints

Shades of #757957

#757957
(117,121,87)
#6B6E50
(107,110,80)
#616349
(97,99,73)
#575842
(87,88,66)
#4D4D3B
(77,77,59)
#434234
(67,66,52)
#39372D
(57,55,45)
#2F2C26
(47,44,38)
#25211F
(37,33,31)
#1B1618
(27,22,24)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #757957

#757957
(117,121,87)
#818566
(129,133,102)
#8D9175
(141,145,117)
#999D84
(153,157,132)
#A5A993
(165,169,147)
#B1B5A2
(177,181,162)
#BDC1B1
(189,193,177)
#C9CDC0
(201,205,192)
#D5D9CF
(213,217,207)
#E1E5DE
(225,229,222)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757957; }

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

This text font color is #757957.


Background Color

.myBgColor { background-color: #757957; }

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

This div background color is #757957.


Border color

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

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

This div border color is #757957.


Opacity

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

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

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

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

This text has shadow with #757957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757957 on black background.


Color preview on white background

This text has color #757957 on white background.



Black color preview on #757957 background

This text has black color on #757957 background.


White color preview on #757957 background

This text has white color on #757957 background.