COLOR #757E48

HEX: #757E48
RGB: (117,126,72)

Color info

#757E48 contains red, green and blue colors in about the same proportion. Web safe color of #757E48 is #666633 (or #663).

RGB color model

#757E48 color RGB value is (117,126,72).

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

RGB channels and saturation

R 117 of 255 = 46%
G 126 of 255 = 49%
B 72 of 255 = 28%

117
126
72

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

Portions of RGB colors in percentages

R + G + B =
117 + 126 + 72 = 315 (100%)
R 117 of 315 ~ 37.14%
G 126 of 315 ~ 40%
B 72 of 315 ~ 22.86%

%37.14
%40
%22.86

CMYK color model

#757E48 color CMYK value is (7,0,43,51).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 50.59%
CMYK:
(7,0,43,51)
C7M0Y43K51 
(7%,0%,43%,51%)
(0.07/0.00/0.43/0.51)	

CMYK percentages

%7.14
%0
%42.86
%50.59

Codes

Color #757E48 in popluar color models

757E48
RGB11712672
HSL70°27.27%38.82%
HSB/HSV70°42.86%49.41%
CMYK7.14%0.00%42.86%
50.59%

Color #757E48 in popluar number systems.

HEX757E48
Decimal11712672
Binary111010111111101001000
Octal165176110

Shades and tints

Shades of #757E48

#757E48
(117,126,72)
#6B7342
(107,115,66)
#61683C
(97,104,60)
#575D36
(87,93,54)
#4D5230
(77,82,48)
#43472A
(67,71,42)
#393C24
(57,60,36)
#2F311E
(47,49,30)
#252618
(37,38,24)
#1B1B12
(27,27,18)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #757E48

#757E48
(117,126,72)
#818958
(129,137,88)
#8D9468
(141,148,104)
#999F78
(153,159,120)
#A5AA88
(165,170,136)
#B1B598
(177,181,152)
#BDC0A8
(189,192,168)
#C9CBB8
(201,203,184)
#D5D6C8
(213,214,200)
#E1E1D8
(225,225,216)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757E48; }

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

This text font color is #757E48.


Background Color

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

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

This div background color is #757E48.


Border color

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

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

This div border color is #757E48.


Opacity

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

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

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

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

This text has shadow with #757E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757E48 on black background.


Color preview on white background

This text has color #757E48 on white background.



Black color preview on #757E48 background

This text has black color on #757E48 background.


White color preview on #757E48 background

This text has white color on #757E48 background.