COLOR #757346

HEX: #757346
RGB: (117,115,70)

Color info

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

RGB color model

#757346 color RGB value is (117,115,70).

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

RGB channels and saturation

R 117 of 255 = 46%
G 115 of 255 = 45%
B 70 of 255 = 27%

117
115
70

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

Portions of RGB colors in percentages

R + G + B =
117 + 115 + 70 = 302 (100%)
R 117 of 302 ~ 38.74%
G 115 of 302 ~ 38.08%
B 70 of 302 ~ 23.18%

%38.74
%38.08
%23.18

CMYK color model

#757346 color CMYK value is (0,2,40,54).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 40.17%
  • key color value is 54.12%
CMYK:
(0,2,40,54)
C0M2Y40K54 
(0%,2%,40%,54%)
(0.00/0.02/0.40/0.54)	

CMYK percentages

%0
%1.71
%40.17
%54.12

Codes

Color #757346 in popluar color models

757346
RGB11711570
HSL57°25.13%36.67%
HSB/HSV57°40.17%45.88%
CMYK0.00%1.71%40.17%
54.12%

Color #757346 in popluar number systems.

HEX757346
Decimal11711570
Binary111010111100111000110
Octal165163106

Shades and tints

Shades of #757346

#757346
(117,115,70)
#6B6940
(107,105,64)
#615F3A
(97,95,58)
#575534
(87,85,52)
#4D4B2E
(77,75,46)
#434128
(67,65,40)
#393722
(57,55,34)
#2F2D1C
(47,45,28)
#252316
(37,35,22)
#1B1910
(27,25,16)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #757346

#757346
(117,115,70)
#817F56
(129,127,86)
#8D8B66
(141,139,102)
#999776
(153,151,118)
#A5A386
(165,163,134)
#B1AF96
(177,175,150)
#BDBBA6
(189,187,166)
#C9C7B6
(201,199,182)
#D5D3C6
(213,211,198)
#E1DFD6
(225,223,214)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757346; }

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

This text font color is #757346.


Background Color

.myBgColor { background-color: #757346; }

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

This div background color is #757346.


Border color

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

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

This div border color is #757346.


Opacity

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

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

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

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

This text has shadow with #757346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757346 on black background.


Color preview on white background

This text has color #757346 on white background.



Black color preview on #757346 background

This text has black color on #757346 background.


White color preview on #757346 background

This text has white color on #757346 background.