COLOR #756D2A

HEX: #756D2A
RGB: (117,109,42)

Color info

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

RGB color model

#756D2A color RGB value is (117,109,42).

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

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 42 of 255 = 16%

117
109
42

R + G + B ~ 35%. #756D2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 109 + 42 = 268 (100%)
R 117 of 268 ~ 43.66%
G 109 of 268 ~ 40.67%
B 42 of 268 ~ 15.67%

%43.66
%40.67
%15.67

CMYK color model

#756D2A color CMYK value is (0,7,64,54).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 64.10%
  • key color value is 54.12%
CMYK:
(0,7,64,54)
C0M7Y64K54 
(0%,7%,64%,54%)
(0.00/0.07/0.64/0.54)	

CMYK percentages

%0
%6.84
%64.1
%54.12

Codes

Color #756D2A in popluar color models

756D2A
RGB11710942
HSL54°47.17%31.18%
HSB/HSV54°64.10%45.88%
CMYK0.00%6.84%64.10%
54.12%

Color #756D2A in popluar number systems.

HEX756D2A
Decimal11710942
Binary11101011101101101010
Octal16515552

Shades and tints

Shades of #756D2A

#756D2A
(117,109,42)
#6B6427
(107,100,39)
#615B24
(97,91,36)
#575221
(87,82,33)
#4D491E
(77,73,30)
#43401B
(67,64,27)
#393718
(57,55,24)
#2F2E15
(47,46,21)
#252512
(37,37,18)
#1B1C0F
(27,28,15)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #756D2A

#756D2A
(117,109,42)
#817A3D
(129,122,61)
#8D8750
(141,135,80)
#999463
(153,148,99)
#A5A176
(165,161,118)
#B1AE89
(177,174,137)
#BDBB9C
(189,187,156)
#C9C8AF
(201,200,175)
#D5D5C2
(213,213,194)
#E1E2D5
(225,226,213)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756D2A; }

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

This text font color is #756D2A.


Background Color

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

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

This div background color is #756D2A.


Border color

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

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

This div border color is #756D2A.


Opacity

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

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

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

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

This text has shadow with #756D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756D2A on black background.


Color preview on white background

This text has color #756D2A on white background.



Black color preview on #756D2A background

This text has black color on #756D2A background.


White color preview on #756D2A background

This text has white color on #756D2A background.