COLOR #786D46

HEX: #786D46
RGB: (120,109,70)

Color info

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

RGB color model

#786D46 color RGB value is (120,109,70).

  • red value is 120;
  • green value is 109;
  • blue value is 70.
RGB:
(120,109,70)
(47%,43%,27%)

RGB channels and saturation

R 120 of 255 = 47%
G 109 of 255 = 43%
B 70 of 255 = 27%

120
109
70

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

Portions of RGB colors in percentages

R + G + B =
120 + 109 + 70 = 299 (100%)
R 120 of 299 ~ 40.13%
G 109 of 299 ~ 36.45%
B 70 of 299 ~ 23.41%

%40.13
%36.45
%23.41

CMYK color model

#786D46 color CMYK value is (0,9,42,53).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 41.67%
  • key color value is 52.94%
CMYK:
(0,9,42,53)
C0M9Y42K53 
(0%,9%,42%,53%)
(0.00/0.09/0.42/0.53)	

CMYK percentages

%0
%9.17
%41.67
%52.94

Codes

Color #786D46 in popluar color models

786D46
RGB12010970
HSL47°26.32%37.25%
HSB/HSV47°41.67%47.06%
CMYK0.00%9.17%41.67%
52.94%

Color #786D46 in popluar number systems.

HEX786D46
Decimal12010970
Binary111100011011011000110
Octal170155106

Shades and tints

Shades of #786D46

#786D46
(120,109,70)
#6E6440
(110,100,64)
#645B3A
(100,91,58)
#5A5234
(90,82,52)
#50492E
(80,73,46)
#464028
(70,64,40)
#3C3722
(60,55,34)
#322E1C
(50,46,28)
#282516
(40,37,22)
#1E1C10
(30,28,16)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #786D46

#786D46
(120,109,70)
#847A56
(132,122,86)
#908766
(144,135,102)
#9C9476
(156,148,118)
#A8A186
(168,161,134)
#B4AE96
(180,174,150)
#C0BBA6
(192,187,166)
#CCC8B6
(204,200,182)
#D8D5C6
(216,213,198)
#E4E2D6
(228,226,214)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786D46 color. Also use rgb(120,109,70) instead hex code.

Text Font Color

.myTextColor { color: #786D46; }

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

This text font color is #786D46.


Background Color

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

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

This div background color is #786D46.


Border color

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

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

This div border color is #786D46.


Opacity

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

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

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

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

This text has shadow with #786D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786D46 on black background.


Color preview on white background

This text has color #786D46 on white background.



Black color preview on #786D46 background

This text has black color on #786D46 background.


White color preview on #786D46 background

This text has white color on #786D46 background.