COLOR #756D38

HEX: #756D38
RGB: (117,109,56)

Color info

#756D38 contains mainly red and green colors. Web safe color of #756D38 is #666633 (or #663).

RGB color model

#756D38 color RGB value is (117,109,56).

  • red value is 117;
  • green value is 109;
  • blue value is 56.
RGB:
(117,109,56)
(46%,43%,22%)

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 56 of 255 = 22%

117
109
56

R + G + B ~ 37%. #756D38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 109 + 56 = 282 (100%)
R 117 of 282 ~ 41.49%
G 109 of 282 ~ 38.65%
B 56 of 282 ~ 19.86%

%41.49
%38.65
%19.86

CMYK color model

#756D38 color CMYK value is (0,7,52,54).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 52.14%
  • key color value is 54.12%
CMYK:
(0,7,52,54)
C0M7Y52K54 
(0%,7%,52%,54%)
(0.00/0.07/0.52/0.54)	

CMYK percentages

%0
%6.84
%52.14
%54.12

Codes

Color #756D38 in popluar color models

756D38
RGB11710956
HSL52°35.26%33.92%
HSB/HSV52°52.14%45.88%
CMYK0.00%6.84%52.14%
54.12%

Color #756D38 in popluar number systems.

HEX756D38
Decimal11710956
Binary11101011101101111000
Octal16515570

Shades and tints

Shades of #756D38

#756D38
(117,109,56)
#6B6433
(107,100,51)
#615B2E
(97,91,46)
#575229
(87,82,41)
#4D4924
(77,73,36)
#43401F
(67,64,31)
#39371A
(57,55,26)
#2F2E15
(47,46,21)
#252510
(37,37,16)
#1B1C0B
(27,28,11)
#111306
(17,19,6)
#000000
(0,0,0)

Tints of #756D38

#756D38
(117,109,56)
#817A4A
(129,122,74)
#8D875C
(141,135,92)
#99946E
(153,148,110)
#A5A180
(165,161,128)
#B1AE92
(177,174,146)
#BDBBA4
(189,187,164)
#C9C8B6
(201,200,182)
#D5D5C8
(213,213,200)
#E1E2DA
(225,226,218)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756D38 color. Also use rgb(117,109,56) instead hex code.

Text Font Color

.myTextColor { color: #756D38; }

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

This text font color is #756D38.


Background Color

.myBgColor { background-color: #756D38; }

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

This div background color is #756D38.


Border color

.myBorderColor { border: 1px solid #756D38; }

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

This div border color is #756D38.


Opacity

.myOpacity80 { color: #756D38; opacity: 0.8; }

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

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

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

This text has shadow with #756D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756D38 on black background.


Color preview on white background

This text has color #756D38 on white background.



Black color preview on #756D38 background

This text has black color on #756D38 background.


White color preview on #756D38 background

This text has white color on #756D38 background.