COLOR #757159

HEX: #757159
RGB: (117,113,89)

Color info

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

RGB color model

#757159 color RGB value is (117,113,89).

  • red value is 117;
  • green value is 113;
  • blue value is 89.
RGB:
(117,113,89)
(46%,44%,35%)

RGB channels and saturation

R 117 of 255 = 46%
G 113 of 255 = 44%
B 89 of 255 = 35%

117
113
89

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

Portions of RGB colors in percentages

R + G + B =
117 + 113 + 89 = 319 (100%)
R 117 of 319 ~ 36.68%
G 113 of 319 ~ 35.42%
B 89 of 319 ~ 27.9%

%36.68
%35.42
%27.9

CMYK color model

#757159 color CMYK value is (0,3,24,54).

  • cyan value is 0.00%
  • magenta value is 3.42%
  • yellow value is 23.93%
  • key color value is 54.12%
CMYK:
(0,3,24,54)
C0M3Y24K54 
(0%,3%,24%,54%)
(0.00/0.03/0.24/0.54)	

CMYK percentages

%0
%3.42
%23.93
%54.12

Codes

Color #757159 in popluar color models

757159
RGB11711389
HSL51°13.59%40.39%
HSB/HSV51°23.93%45.88%
CMYK0.00%3.42%23.93%
54.12%

Color #757159 in popluar number systems.

HEX757159
Decimal11711389
Binary111010111100011011001
Octal165161131

Shades and tints

Shades of #757159

#757159
(117,113,89)
#6B6751
(107,103,81)
#615D49
(97,93,73)
#575341
(87,83,65)
#4D4939
(77,73,57)
#433F31
(67,63,49)
#393529
(57,53,41)
#2F2B21
(47,43,33)
#252119
(37,33,25)
#1B1711
(27,23,17)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #757159

#757159
(117,113,89)
#817D68
(129,125,104)
#8D8977
(141,137,119)
#999586
(153,149,134)
#A5A195
(165,161,149)
#B1ADA4
(177,173,164)
#BDB9B3
(189,185,179)
#C9C5C2
(201,197,194)
#D5D1D1
(213,209,209)
#E1DDE0
(225,221,224)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757159 color. Also use rgb(117,113,89) instead hex code.

Text Font Color

.myTextColor { color: #757159; }

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

This text font color is #757159.


Background Color

.myBgColor { background-color: #757159; }

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

This div background color is #757159.


Border color

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

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

This div border color is #757159.


Opacity

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

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

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

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

This text has shadow with #757159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757159 on black background.


Color preview on white background

This text has color #757159 on white background.



Black color preview on #757159 background

This text has black color on #757159 background.


White color preview on #757159 background

This text has white color on #757159 background.