COLOR #786846

HEX: #786846
RGB: (120,104,70)

Color info

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

RGB color model

#786846 color RGB value is (120,104,70).

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

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 70 of 255 = 27%

120
104
70

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

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 70 = 294 (100%)
R 120 of 294 ~ 40.82%
G 104 of 294 ~ 35.37%
B 70 of 294 ~ 23.81%

%40.82
%35.37
%23.81

CMYK color model

#786846 color CMYK value is (0,13,42,53).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 41.67%
  • key color value is 52.94%
CMYK:
(0,13,42,53)
C0M13Y42K53 
(0%,13%,42%,53%)
(0.00/0.13/0.42/0.53)	

CMYK percentages

%0
%13.33
%41.67
%52.94

Codes

Color #786846 in popluar color models

786846
RGB12010470
HSL41°26.32%37.25%
HSB/HSV41°41.67%47.06%
CMYK0.00%13.33%41.67%
52.94%

Color #786846 in popluar number systems.

HEX786846
Decimal12010470
Binary111100011010001000110
Octal170150106

Shades and tints

Shades of #786846

#786846
(120,104,70)
#6E5F40
(110,95,64)
#64563A
(100,86,58)
#5A4D34
(90,77,52)
#50442E
(80,68,46)
#463B28
(70,59,40)
#3C3222
(60,50,34)
#32291C
(50,41,28)
#282016
(40,32,22)
#1E1710
(30,23,16)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #786846

#786846
(120,104,70)
#847556
(132,117,86)
#908266
(144,130,102)
#9C8F76
(156,143,118)
#A89C86
(168,156,134)
#B4A996
(180,169,150)
#C0B6A6
(192,182,166)
#CCC3B6
(204,195,182)
#D8D0C6
(216,208,198)
#E4DDD6
(228,221,214)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786846; }

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

This text font color is #786846.


Background Color

.myBgColor { background-color: #786846; }

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

This div background color is #786846.


Border color

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

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

This div border color is #786846.


Opacity

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

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

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

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

This text has shadow with #786846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786846 on black background.


Color preview on white background

This text has color #786846 on white background.



Black color preview on #786846 background

This text has black color on #786846 background.


White color preview on #786846 background

This text has white color on #786846 background.