COLOR #757131

HEX: #757131
RGB: (117,113,49)

Color info

#757131 contains mainly red and green colors. Web safe color of #757131 is #666633 (or #663).

RGB color model

#757131 color RGB value is (117,113,49).

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

RGB channels and saturation

R 117 of 255 = 46%
G 113 of 255 = 44%
B 49 of 255 = 19%

117
113
49

R + G + B ~ 36%. #757131 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 113 + 49 = 279 (100%)
R 117 of 279 ~ 41.94%
G 113 of 279 ~ 40.5%
B 49 of 279 ~ 17.56%

%41.94
%40.5
%17.56

CMYK color model

#757131 color CMYK value is (0,3,58,54).

  • cyan value is 0.00%
  • magenta value is 3.42%
  • yellow value is 58.12%
  • key color value is 54.12%
CMYK:
(0,3,58,54)
C0M3Y58K54 
(0%,3%,58%,54%)
(0.00/0.03/0.58/0.54)	

CMYK percentages

%0
%3.42
%58.12
%54.12

Codes

Color #757131 in popluar color models

757131
RGB11711349
HSL56°40.96%32.55%
HSB/HSV56°58.12%45.88%
CMYK0.00%3.42%58.12%
54.12%

Color #757131 in popluar number systems.

HEX757131
Decimal11711349
Binary11101011110001110001
Octal16516161

Shades and tints

Shades of #757131

#757131
(117,113,49)
#6B672D
(107,103,45)
#615D29
(97,93,41)
#575325
(87,83,37)
#4D4921
(77,73,33)
#433F1D
(67,63,29)
#393519
(57,53,25)
#2F2B15
(47,43,21)
#252111
(37,33,17)
#1B170D
(27,23,13)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #757131

#757131
(117,113,49)
#817D43
(129,125,67)
#8D8955
(141,137,85)
#999567
(153,149,103)
#A5A179
(165,161,121)
#B1AD8B
(177,173,139)
#BDB99D
(189,185,157)
#C9C5AF
(201,197,175)
#D5D1C1
(213,209,193)
#E1DDD3
(225,221,211)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757131; }

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

This text font color is #757131.


Background Color

.myBgColor { background-color: #757131; }

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

This div background color is #757131.


Border color

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

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

This div border color is #757131.


Opacity

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

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

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

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

This text has shadow with #757131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757131 on black background.


Color preview on white background

This text has color #757131 on white background.



Black color preview on #757131 background

This text has black color on #757131 background.


White color preview on #757131 background

This text has white color on #757131 background.