COLOR #757048

HEX: #757048
RGB: (117,112,72)

Color info

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

RGB color model

#757048 color RGB value is (117,112,72).

  • red value is 117;
  • green value is 112;
  • blue value is 72.
RGB:
(117,112,72)
(46%,44%,28%)

RGB channels and saturation

R 117 of 255 = 46%
G 112 of 255 = 44%
B 72 of 255 = 28%

117
112
72

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

Portions of RGB colors in percentages

R + G + B =
117 + 112 + 72 = 301 (100%)
R 117 of 301 ~ 38.87%
G 112 of 301 ~ 37.21%
B 72 of 301 ~ 23.92%

%38.87
%37.21
%23.92

CMYK color model

#757048 color CMYK value is (0,4,38,54).

  • cyan value is 0.00%
  • magenta value is 4.27%
  • yellow value is 38.46%
  • key color value is 54.12%
CMYK:
(0,4,38,54)
C0M4Y38K54 
(0%,4%,38%,54%)
(0.00/0.04/0.38/0.54)	

CMYK percentages

%0
%4.27
%38.46
%54.12

Codes

Color #757048 in popluar color models

757048
RGB11711272
HSL53°23.81%37.06%
HSB/HSV53°38.46%45.88%
CMYK0.00%4.27%38.46%
54.12%

Color #757048 in popluar number systems.

HEX757048
Decimal11711272
Binary111010111100001001000
Octal165160110

Shades and tints

Shades of #757048

#757048
(117,112,72)
#6B6642
(107,102,66)
#615C3C
(97,92,60)
#575236
(87,82,54)
#4D4830
(77,72,48)
#433E2A
(67,62,42)
#393424
(57,52,36)
#2F2A1E
(47,42,30)
#252018
(37,32,24)
#1B1612
(27,22,18)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #757048

#757048
(117,112,72)
#817D58
(129,125,88)
#8D8A68
(141,138,104)
#999778
(153,151,120)
#A5A488
(165,164,136)
#B1B198
(177,177,152)
#BDBEA8
(189,190,168)
#C9CBB8
(201,203,184)
#D5D8C8
(213,216,200)
#E1E5D8
(225,229,216)
#EDF2E8
(237,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757048; }

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

This text font color is #757048.


Background Color

.myBgColor { background-color: #757048; }

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

This div background color is #757048.


Border color

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

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

This div border color is #757048.


Opacity

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

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

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

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

This text has shadow with #757048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757048 on black background.


Color preview on white background

This text has color #757048 on white background.



Black color preview on #757048 background

This text has black color on #757048 background.


White color preview on #757048 background

This text has white color on #757048 background.