COLOR #786346

HEX: #786346
RGB: (120,99,70)

Color info

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

RGB color model

#786346 color RGB value is (120,99,70).

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

RGB channels and saturation

R 120 of 255 = 47%
G 99 of 255 = 39%
B 70 of 255 = 27%

120
99
70

R + G + B ~ 38%. #786346 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 99 + 70 = 289 (100%)
R 120 of 289 ~ 41.52%
G 99 of 289 ~ 34.26%
B 70 of 289 ~ 24.22%

%41.52
%34.26
%24.22

CMYK color model

#786346 color CMYK value is (0,18,42,53).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 41.67%
  • key color value is 52.94%
CMYK:
(0,18,42,53)
C0M18Y42K53 
(0%,18%,42%,53%)
(0.00/0.18/0.42/0.53)	

CMYK percentages

%0
%17.5
%41.67
%52.94

Codes

Color #786346 in popluar color models

786346
RGB1209970
HSL35°26.32%37.25%
HSB/HSV35°41.67%47.06%
CMYK0.00%17.50%41.67%
52.94%

Color #786346 in popluar number systems.

HEX786346
Decimal1209970
Binary111100011000111000110
Octal170143106

Shades and tints

Shades of #786346

#786346
(120,99,70)
#6E5A40
(110,90,64)
#64513A
(100,81,58)
#5A4834
(90,72,52)
#503F2E
(80,63,46)
#463628
(70,54,40)
#3C2D22
(60,45,34)
#32241C
(50,36,28)
#281B16
(40,27,22)
#1E1210
(30,18,16)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #786346

#786346
(120,99,70)
#847156
(132,113,86)
#907F66
(144,127,102)
#9C8D76
(156,141,118)
#A89B86
(168,155,134)
#B4A996
(180,169,150)
#C0B7A6
(192,183,166)
#CCC5B6
(204,197,182)
#D8D3C6
(216,211,198)
#E4E1D6
(228,225,214)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786346; }

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

This text font color is #786346.


Background Color

.myBgColor { background-color: #786346; }

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

This div background color is #786346.


Border color

.myBorderColor { border: 1px solid #786346; }

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

This div border color is #786346.


Opacity

.myOpacity80 { color: #786346; opacity: 0.8; }

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

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

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

This text has shadow with #786346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786346 on black background.


Color preview on white background

This text has color #786346 on white background.



Black color preview on #786346 background

This text has black color on #786346 background.


White color preview on #786346 background

This text has white color on #786346 background.