COLOR #756C41

HEX: #756C41
RGB: (117,108,65)

Color info

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

RGB color model

#756C41 color RGB value is (117,108,65).

  • red value is 117;
  • green value is 108;
  • blue value is 65.
RGB:
(117,108,65)
(46%,42%,25%)

RGB channels and saturation

R 117 of 255 = 46%
G 108 of 255 = 42%
B 65 of 255 = 25%

117
108
65

R + G + B ~ 38%. #756C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 108 + 65 = 290 (100%)
R 117 of 290 ~ 40.34%
G 108 of 290 ~ 37.24%
B 65 of 290 ~ 22.41%

%40.34
%37.24
%22.41

CMYK color model

#756C41 color CMYK value is (0,8,44,54).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 44.44%
  • key color value is 54.12%
CMYK:
(0,8,44,54)
C0M8Y44K54 
(0%,8%,44%,54%)
(0.00/0.08/0.44/0.54)	

CMYK percentages

%0
%7.69
%44.44
%54.12

Codes

Color #756C41 in popluar color models

756C41
RGB11710865
HSL50°28.57%35.69%
HSB/HSV50°44.44%45.88%
CMYK0.00%7.69%44.44%
54.12%

Color #756C41 in popluar number systems.

HEX756C41
Decimal11710865
Binary111010111011001000001
Octal165154101

Shades and tints

Shades of #756C41

#756C41
(117,108,65)
#6B633C
(107,99,60)
#615A37
(97,90,55)
#575132
(87,81,50)
#4D482D
(77,72,45)
#433F28
(67,63,40)
#393623
(57,54,35)
#2F2D1E
(47,45,30)
#252419
(37,36,25)
#1B1B14
(27,27,20)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #756C41

#756C41
(117,108,65)
#817952
(129,121,82)
#8D8663
(141,134,99)
#999374
(153,147,116)
#A5A085
(165,160,133)
#B1AD96
(177,173,150)
#BDBAA7
(189,186,167)
#C9C7B8
(201,199,184)
#D5D4C9
(213,212,201)
#E1E1DA
(225,225,218)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756C41 color. Also use rgb(117,108,65) instead hex code.

Text Font Color

.myTextColor { color: #756C41; }

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

This text font color is #756C41.


Background Color

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

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

This div background color is #756C41.


Border color

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

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

This div border color is #756C41.


Opacity

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

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

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

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

This text has shadow with #756C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756C41 on black background.


Color preview on white background

This text has color #756C41 on white background.



Black color preview on #756C41 background

This text has black color on #756C41 background.


White color preview on #756C41 background

This text has white color on #756C41 background.