COLOR #757348

HEX: #757348
RGB: (117,115,72)

Color info

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

RGB color model

#757348 color RGB value is (117,115,72).

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

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 72 of 255 = 28%

117
115
72

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 72 = 304 (100%)
R 117 of 304 ~ 38.49%
G 115 of 304 ~ 37.83%
B 72 of 304 ~ 23.68%

%38.49
%37.83
%23.68

CMYK color model

#757348 color CMYK value is (0,2,38,54).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 38.46%
  • key color value is 54.12%
CMYK:
(0,2,38,54)
C0M2Y38K54 
(0%,2%,38%,54%)
(0.00/0.02/0.38/0.54)	

CMYK percentages

%0
%1.71
%38.46
%54.12

Codes

Color #757348 in popluar color models

757348
RGB11711572
HSL57°23.81%37.06%
HSB/HSV57°38.46%45.88%
CMYK0.00%1.71%38.46%
54.12%

Color #757348 in popluar number systems.

HEX757348
Decimal11711572
Binary111010111100111001000
Octal165163110

Shades and tints

Shades of #757348

#757348
(117,115,72)
#6B6942
(107,105,66)
#615F3C
(97,95,60)
#575536
(87,85,54)
#4D4B30
(77,75,48)
#43412A
(67,65,42)
#393724
(57,55,36)
#2F2D1E
(47,45,30)
#252318
(37,35,24)
#1B1912
(27,25,18)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #757348

#757348
(117,115,72)
#817F58
(129,127,88)
#8D8B68
(141,139,104)
#999778
(153,151,120)
#A5A388
(165,163,136)
#B1AF98
(177,175,152)
#BDBBA8
(189,187,168)
#C9C7B8
(201,199,184)
#D5D3C8
(213,211,200)
#E1DFD8
(225,223,216)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757348; }

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

This text font color is #757348.


Background Color

.myBgColor { background-color: #757348; }

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

This div background color is #757348.


Border color

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

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

This div border color is #757348.


Opacity

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

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

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

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

This text has shadow with #757348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757348 on black background.


Color preview on white background

This text has color #757348 on white background.



Black color preview on #757348 background

This text has black color on #757348 background.


White color preview on #757348 background

This text has white color on #757348 background.