COLOR #786C49

HEX: #786C49
RGB: (120,108,73)

Color info

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

RGB color model

#786C49 color RGB value is (120,108,73).

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

RGB channels and saturation

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

120
108
73

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

Portions of RGB colors in percentages

R + G + B =
120 + 108 + 73 = 301 (100%)
R 120 of 301 ~ 39.87%
G 108 of 301 ~ 35.88%
B 73 of 301 ~ 24.25%

%39.87
%35.88
%24.25

CMYK color model

#786C49 color CMYK value is (0,10,39,53).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 39.17%
  • key color value is 52.94%
CMYK:
(0,10,39,53)
C0M10Y39K53 
(0%,10%,39%,53%)
(0.00/0.10/0.39/0.53)	

CMYK percentages

%0
%10
%39.17
%52.94

Codes

Color #786C49 in popluar color models

786C49
RGB12010873
HSL45°24.35%37.84%
HSB/HSV45°39.17%47.06%
CMYK0.00%10.00%39.17%
52.94%

Color #786C49 in popluar number systems.

HEX786C49
Decimal12010873
Binary111100011011001001001
Octal170154111

Shades and tints

Shades of #786C49

#786C49
(120,108,73)
#6E6343
(110,99,67)
#645A3D
(100,90,61)
#5A5137
(90,81,55)
#504831
(80,72,49)
#463F2B
(70,63,43)
#3C3625
(60,54,37)
#322D1F
(50,45,31)
#282419
(40,36,25)
#1E1B13
(30,27,19)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #786C49

#786C49
(120,108,73)
#847959
(132,121,89)
#908669
(144,134,105)
#9C9379
(156,147,121)
#A8A089
(168,160,137)
#B4AD99
(180,173,153)
#C0BAA9
(192,186,169)
#CCC7B9
(204,199,185)
#D8D4C9
(216,212,201)
#E4E1D9
(228,225,217)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786C49; }

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

This text font color is #786C49.


Background Color

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

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

This div background color is #786C49.


Border color

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

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

This div border color is #786C49.


Opacity

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

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

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

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

This text has shadow with #786C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786C49 on black background.


Color preview on white background

This text has color #786C49 on white background.



Black color preview on #786C49 background

This text has black color on #786C49 background.


White color preview on #786C49 background

This text has white color on #786C49 background.