COLOR #756D3B

HEX: #756D3B RGB: (117,109,59)

Color info

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

RGB color model

#756D3B color RGB value is (117,109,59).

RGB: (117,109,59) (46%, 43%, 23%)

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 59 of 255 = 23%

117
109
59

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

Portions of RGB colors in percentages

R + G + B = 117 + 109 + 59 = 285 (100%)
R 117 of 285 ~ 41.05%
G 109 of 285 ~ 38.25%
B 59 of 285 ~ 20.7'%

%41.05
%38.25
%20.7

CMYK color model

#756D3B color CMYK value is (0,7,50,54).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 49.57%
  • key color value is 54.12%

CMYK: (0,7,50,54)
C0M7Y50K54 (0%, 7%, 50%, 54%)
(0.00 / 0.07 / 0.50 / 0.54)

CMYK percentages

%0
%6.84
%49.57
%54.12

Codes

Color #756D3B in popluar color models

75 6D 3B
RGB 117 109 59
HSL 52° 32.95% 34.51%
HSB/HSV 52° 49.57% 45.88%
CMYK 0.00% 6.84% 49.57%
54.12%

Color #756D3B in popluar number systems.

HEX 75 6D 3B
Decimal 117 109 59
Binary 1110101 1101101 111011
Octal 165 155 73

Shades and tints

Shades of #756D3B

#756D3B
(117,109,59)
#6B6436
(107,100,54)
#615B31
(97,91,49)
#57522C
(87,82,44)
#4D4927
(77,73,39)
#434022
(67,64,34)
#39371D
(57,55,29)
#2F2E18
(47,46,24)
#252513
(37,37,19)
#1B1C0E
(27,28,14)
#111309
(17,19,9)
#000000
(0,0,0)

Tints of #756D3B

#756D3B
(117,109,59)
#817A4C
(129,122,76)
#8D875D
(141,135,93)
#99946E
(153,148,110)
#A5A17F
(165,161,127)
#B1AE90
(177,174,144)
#BDBBA1
(189,187,161)
#C9C8B2
(201,200,178)
#D5D5C3
(213,213,195)
#E1E2D4
(225,226,212)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756D3B; }

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

This text font color is #756D3B.

Background Color

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

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

This div background color is #756D3B.

Border color

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

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

This div border color is #756D3B.

Opacity

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

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

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

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

This text has shadow with #756D3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756D3B.

Preview

Color preview on black background

This text has color #756D3B on black background.


Color preview on white background

This text has color #756D3B on white background.


Black color preview on #756D3B background

This text has black color on #756D3B background.


White color preview on #756D3B background

This text has white color on #756D3B background.


Related colors

Complementary color

Complementary color for #hex is #8A92C4.


I love getcolorcode.com

Triadic colors

1 #3B756D and #6D3B75 with #756D3B are triadic colors.

2 #3B6D75 and #6D753B with #756D3B are triadic colors.