COLOR #757357

HEX: #757357
RGB: (117,115,87)

Color info

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

RGB color model

#757357 color RGB value is (117,115,87).

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

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 87 of 255 = 34%

117
115
87

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 87 = 319 (100%)
R 117 of 319 ~ 36.68%
G 115 of 319 ~ 36.05%
B 87 of 319 ~ 27.27%

%36.68
%36.05
%27.27

CMYK color model

#757357 color CMYK value is (0,2,26,54).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 25.64%
  • key color value is 54.12%
CMYK:
(0,2,26,54)
C0M2Y26K54 
(0%,2%,26%,54%)
(0.00/0.02/0.26/0.54)	

CMYK percentages

%0
%1.71
%25.64
%54.12

Codes

Color #757357 in popluar color models

757357
RGB11711587
HSL56°14.71%40.00%
HSB/HSV56°25.64%45.88%
CMYK0.00%1.71%25.64%
54.12%

Color #757357 in popluar number systems.

HEX757357
Decimal11711587
Binary111010111100111010111
Octal165163127

Shades and tints

Shades of #757357

#757357
(117,115,87)
#6B6950
(107,105,80)
#615F49
(97,95,73)
#575542
(87,85,66)
#4D4B3B
(77,75,59)
#434134
(67,65,52)
#39372D
(57,55,45)
#2F2D26
(47,45,38)
#25231F
(37,35,31)
#1B1918
(27,25,24)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #757357

#757357
(117,115,87)
#817F66
(129,127,102)
#8D8B75
(141,139,117)
#999784
(153,151,132)
#A5A393
(165,163,147)
#B1AFA2
(177,175,162)
#BDBBB1
(189,187,177)
#C9C7C0
(201,199,192)
#D5D3CF
(213,211,207)
#E1DFDE
(225,223,222)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757357; }

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

This text font color is #757357.


Background Color

.myBgColor { background-color: #757357; }

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

This div background color is #757357.


Border color

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

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

This div border color is #757357.


Opacity

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

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

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

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

This text has shadow with #757357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757357 on black background.


Color preview on white background

This text has color #757357 on white background.



Black color preview on #757357 background

This text has black color on #757357 background.


White color preview on #757357 background

This text has white color on #757357 background.