COLOR #757142

HEX: #757142 RGB: (117,113,66)

Color info

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

RGB color model

#757142 color RGB value is (117,113,66).

RGB: (117,113,66) (46%, 44%, 26%)

RGB channels and saturation

R 117 of 255 = 46%
G 113 of 255 = 44%
B 66 of 255 = 26%

117
113
66

R + G + B ~ 39%. #757142 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 113 + 66 = 296 (100%)
R 117 of 296 ~ 39.53%
G 113 of 296 ~ 38.18%
B 66 of 296 ~ 22.3'%

%39.53
%38.18
%22.3

CMYK color model

#757142 color CMYK value is (0,3,44,54).

  • cyan value is 0.00%
  • magenta value is 3.42%
  • yellow value is 43.59%
  • key color value is 54.12%

CMYK: (0,3,44,54)
C0M3Y44K54 (0%, 3%, 44%, 54%)
(0.00 / 0.03 / 0.44 / 0.54)

CMYK percentages

%0
%3.42
%43.59
%54.12

Codes

Color #757142 in popluar color models

75 71 42
RGB 117 113 66
HSL 55° 27.87% 35.88%
HSB/HSV 55° 43.59% 45.88%
CMYK 0.00% 3.42% 43.59%
54.12%

Color #757142 in popluar number systems.

HEX 75 71 42
Decimal 117 113 66
Binary 1110101 1110001 1000010
Octal 165 161 102

Shades and tints

Shades of #757142

#757142
(117,113,66)
#6B673C
(107,103,60)
#615D36
(97,93,54)
#575330
(87,83,48)
#4D492A
(77,73,42)
#433F24
(67,63,36)
#39351E
(57,53,30)
#2F2B18
(47,43,24)
#252112
(37,33,18)
#1B170C
(27,23,12)
#110D06
(17,13,6)
#000000
(0,0,0)

Tints of #757142

#757142
(117,113,66)
#817D53
(129,125,83)
#8D8964
(141,137,100)
#999575
(153,149,117)
#A5A186
(165,161,134)
#B1AD97
(177,173,151)
#BDB9A8
(189,185,168)
#C9C5B9
(201,197,185)
#D5D1CA
(213,209,202)
#E1DDDB
(225,221,219)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757142; }

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

This text font color is #757142.

Background Color

.myBgColor { background-color: #757142; }

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

This div background color is #757142.

Border color

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

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

This div border color is #757142.

Opacity

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

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

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

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

This text has shadow with #757142 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757142.

Preview

Color preview on black background

This text has color #757142 on black background.


Color preview on white background

This text has color #757142 on white background.


Black color preview on #757142 background

This text has black color on #757142 background.


White color preview on #757142 background

This text has white color on #757142 background.


Related colors

Complementary color

Complementary color for #hex is #8A8EBD.


I love getcolorcode.com

Triadic colors

1 #427571 and #714275 with #757142 are triadic colors.

2 #427175 and #717542 with #757142 are triadic colors.