COLOR #786342

HEX: #786342
RGB: (120,99,66)

Color info

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

RGB color model

#786342 color RGB value is (120,99,66).

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

RGB channels and saturation

R 120 of 255 = 47%
G 99 of 255 = 39%
B 66 of 255 = 26%

120
99
66

R + G + B ~ 37%. #786342 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 99 + 66 = 285 (100%)
R 120 of 285 ~ 42.11%
G 99 of 285 ~ 34.74%
B 66 of 285 ~ 23.16%

%42.11
%34.74
%23.16

CMYK color model

#786342 color CMYK value is (0,18,45,53).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 45.00%
  • key color value is 52.94%
CMYK:
(0,18,45,53)
C0M18Y45K53 
(0%,18%,45%,53%)
(0.00/0.18/0.45/0.53)	

CMYK percentages

%0
%17.5
%45
%52.94

Codes

Color #786342 in popluar color models

786342
RGB1209966
HSL37°29.03%36.47%
HSB/HSV37°45.00%47.06%
CMYK0.00%17.50%45.00%
52.94%

Color #786342 in popluar number systems.

HEX786342
Decimal1209966
Binary111100011000111000010
Octal170143102

Shades and tints

Shades of #786342

#786342
(120,99,66)
#6E5A3C
(110,90,60)
#645136
(100,81,54)
#5A4830
(90,72,48)
#503F2A
(80,63,42)
#463624
(70,54,36)
#3C2D1E
(60,45,30)
#322418
(50,36,24)
#281B12
(40,27,18)
#1E120C
(30,18,12)
#140906
(20,9,6)
#000000
(0,0,0)

Tints of #786342

#786342
(120,99,66)
#847153
(132,113,83)
#907F64
(144,127,100)
#9C8D75
(156,141,117)
#A89B86
(168,155,134)
#B4A997
(180,169,151)
#C0B7A8
(192,183,168)
#CCC5B9
(204,197,185)
#D8D3CA
(216,211,202)
#E4E1DB
(228,225,219)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786342; }

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

This text font color is #786342.


Background Color

.myBgColor { background-color: #786342; }

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

This div background color is #786342.


Border color

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

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

This div border color is #786342.


Opacity

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

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

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

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

This text has shadow with #786342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786342 on black background.


Color preview on white background

This text has color #786342 on white background.



Black color preview on #786342 background

This text has black color on #786342 background.


White color preview on #786342 background

This text has white color on #786342 background.