COLOR #757152

HEX: #757152
RGB: (117,113,82)

Color info

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

RGB color model

#757152 color RGB value is (117,113,82).

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

RGB channels and saturation

R 117 of 255 = 46%
G 113 of 255 = 44%
B 82 of 255 = 32%

117
113
82

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

Portions of RGB colors in percentages

R + G + B =
117 + 113 + 82 = 312 (100%)
R 117 of 312 ~ 37.5%
G 113 of 312 ~ 36.22%
B 82 of 312 ~ 26.28%

%37.5
%36.22
%26.28

CMYK color model

#757152 color CMYK value is (0,3,30,54).

  • cyan value is 0.00%
  • magenta value is 3.42%
  • yellow value is 29.91%
  • key color value is 54.12%
CMYK:
(0,3,30,54)
C0M3Y30K54 
(0%,3%,30%,54%)
(0.00/0.03/0.30/0.54)	

CMYK percentages

%0
%3.42
%29.91
%54.12

Codes

Color #757152 in popluar color models

757152
RGB11711382
HSL53°17.59%39.02%
HSB/HSV53°29.91%45.88%
CMYK0.00%3.42%29.91%
54.12%

Color #757152 in popluar number systems.

HEX757152
Decimal11711382
Binary111010111100011010010
Octal165161122

Shades and tints

Shades of #757152

#757152
(117,113,82)
#6B674B
(107,103,75)
#615D44
(97,93,68)
#57533D
(87,83,61)
#4D4936
(77,73,54)
#433F2F
(67,63,47)
#393528
(57,53,40)
#2F2B21
(47,43,33)
#25211A
(37,33,26)
#1B1713
(27,23,19)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #757152

#757152
(117,113,82)
#817D61
(129,125,97)
#8D8970
(141,137,112)
#99957F
(153,149,127)
#A5A18E
(165,161,142)
#B1AD9D
(177,173,157)
#BDB9AC
(189,185,172)
#C9C5BB
(201,197,187)
#D5D1CA
(213,209,202)
#E1DDD9
(225,221,217)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757152; }

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

This text font color is #757152.


Background Color

.myBgColor { background-color: #757152; }

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

This div background color is #757152.


Border color

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

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

This div border color is #757152.


Opacity

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

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

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

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

This text has shadow with #757152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757152 on black background.


Color preview on white background

This text has color #757152 on white background.



Black color preview on #757152 background

This text has black color on #757152 background.


White color preview on #757152 background

This text has white color on #757152 background.