COLOR #786B49

HEX: #786B49
RGB: (120,107,73)

Color info

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

RGB color model

#786B49 color RGB value is (120,107,73).

  • red value is 120;
  • green value is 107;
  • blue value is 73.
RGB:
(120,107,73)
(47%,42%,29%)

RGB channels and saturation

R 120 of 255 = 47%
G 107 of 255 = 42%
B 73 of 255 = 29%

120
107
73

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

Portions of RGB colors in percentages

R + G + B =
120 + 107 + 73 = 300 (100%)
R 120 of 300 ~ 40%
G 107 of 300 ~ 35.67%
B 73 of 300 ~ 24.33%

%40
%35.67
%24.33

CMYK color model

#786B49 color CMYK value is (0,11,39,53).

  • cyan value is 0.00%
  • magenta value is 10.83%
  • yellow value is 39.17%
  • key color value is 52.94%
CMYK:
(0,11,39,53)
C0M11Y39K53 
(0%,11%,39%,53%)
(0.00/0.11/0.39/0.53)	

CMYK percentages

%0
%10.83
%39.17
%52.94

Codes

Color #786B49 in popluar color models

786B49
RGB12010773
HSL43°24.35%37.84%
HSB/HSV43°39.17%47.06%
CMYK0.00%10.83%39.17%
52.94%

Color #786B49 in popluar number systems.

HEX786B49
Decimal12010773
Binary111100011010111001001
Octal170153111

Shades and tints

Shades of #786B49

#786B49
(120,107,73)
#6E6243
(110,98,67)
#64593D
(100,89,61)
#5A5037
(90,80,55)
#504731
(80,71,49)
#463E2B
(70,62,43)
#3C3525
(60,53,37)
#322C1F
(50,44,31)
#282319
(40,35,25)
#1E1A13
(30,26,19)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #786B49

#786B49
(120,107,73)
#847859
(132,120,89)
#908569
(144,133,105)
#9C9279
(156,146,121)
#A89F89
(168,159,137)
#B4AC99
(180,172,153)
#C0B9A9
(192,185,169)
#CCC6B9
(204,198,185)
#D8D3C9
(216,211,201)
#E4E0D9
(228,224,217)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786B49 color. Also use rgb(120,107,73) instead hex code.

Text Font Color

.myTextColor { color: #786B49; }

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

This text font color is #786B49.


Background Color

.myBgColor { background-color: #786B49; }

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

This div background color is #786B49.


Border color

.myBorderColor { border: 1px solid #786B49; }

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

This div border color is #786B49.


Opacity

.myOpacity80 { color: #786B49; opacity: 0.8; }

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

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

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

This text has shadow with #786B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786B49 on black background.


Color preview on white background

This text has color #786B49 on white background.



Black color preview on #786B49 background

This text has black color on #786B49 background.


White color preview on #786B49 background

This text has white color on #786B49 background.