COLOR #757050

HEX: #757050 RGB: (117,112,80)

Color info

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

RGB color model

#757050 color RGB value is (117,112,80).

RGB: (117,112,80) (46%, 44%, 31%)

RGB channels and saturation

R 117 of 255 = 46%
G 112 of 255 = 44%
B 80 of 255 = 31%

117
112
80

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

Portions of RGB colors in percentages

R + G + B = 117 + 112 + 80 = 309 (100%)
R 117 of 309 ~ 37.86%
G 112 of 309 ~ 36.25%
B 80 of 309 ~ 25.89'%

%37.86
%36.25
%25.89

CMYK color model

#757050 color CMYK value is (0,4,32,54).

  • cyan value is 0.00%
  • magenta value is 4.27%
  • yellow value is 31.62%
  • key color value is 54.12%

CMYK: (0,4,32,54)
C0M4Y32K54 (0%, 4%, 32%, 54%)
(0.00 / 0.04 / 0.32 / 0.54)

CMYK percentages

%0
%4.27
%31.62
%54.12

Codes

Color #757050 in popluar color models

75 70 50
RGB 117 112 80
HSL 52° 18.78% 38.63%
HSB/HSV 52° 31.62% 45.88%
CMYK 0.00% 4.27% 31.62%
54.12%

Color #757050 in popluar number systems.

HEX 75 70 50
Decimal 117 112 80
Binary 1110101 1110000 1010000
Octal 165 160 120

Shades and tints

Shades of #757050

#757050
(117,112,80)
#6B6649
(107,102,73)
#615C42
(97,92,66)
#57523B
(87,82,59)
#4D4834
(77,72,52)
#433E2D
(67,62,45)
#393426
(57,52,38)
#2F2A1F
(47,42,31)
#252018
(37,32,24)
#1B1611
(27,22,17)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #757050

#757050
(117,112,80)
#817D5F
(129,125,95)
#8D8A6E
(141,138,110)
#99977D
(153,151,125)
#A5A48C
(165,164,140)
#B1B19B
(177,177,155)
#BDBEAA
(189,190,170)
#C9CBB9
(201,203,185)
#D5D8C8
(213,216,200)
#E1E5D7
(225,229,215)
#EDF2E6
(237,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757050 color. Also use rgb(117,112,80) instead hex code.

Text Font Color

.myTextColor { color: #757050; }

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

This text font color is #757050.

Background Color

.myBgColor { background-color: #757050; }

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

This div background color is #757050.

Border color

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

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

This div border color is #757050.

Opacity

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

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

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

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

This text has shadow with #757050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757050.

Preview

Color preview on black background

This text has color #757050 on black background.


Color preview on white background

This text has color #757050 on white background.


Black color preview on #757050 background

This text has black color on #757050 background.


White color preview on #757050 background

This text has white color on #757050 background.


Related colors

Complementary color

Complementary color for #hex is #8A8FAF.


I love getcolorcode.com

Triadic colors

1 #507570 and #705075 with #757050 are triadic colors.

2 #507075 and #707550 with #757050 are triadic colors.