COLOR #786328

HEX: #786328
RGB: (120,99,40)

Color info

#786328 contains mainly red and green colors. Web safe color of #786328 is #666633 (or #663).

RGB color model

#786328 color RGB value is (120,99,40).

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

RGB channels and saturation

R 120 of 255 = 47%
G 99 of 255 = 39%
B 40 of 255 = 16%

120
99
40

R + G + B ~ 34%. #786328 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 99 + 40 = 259 (100%)
R 120 of 259 ~ 46.33%
G 99 of 259 ~ 38.22%
B 40 of 259 ~ 15.44%

%46.33
%38.22
%15.44

CMYK color model

#786328 color CMYK value is (0,18,67,53).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 66.67%
  • key color value is 52.94%
CMYK:
(0,18,67,53)
C0M18Y67K53 
(0%,18%,67%,53%)
(0.00/0.18/0.67/0.53)	

CMYK percentages

%0
%17.5
%66.67
%52.94

Codes

Color #786328 in popluar color models

786328
RGB1209940
HSL44°50.00%31.37%
HSB/HSV44°66.67%47.06%
CMYK0.00%17.50%66.67%
52.94%

Color #786328 in popluar number systems.

HEX786328
Decimal1209940
Binary11110001100011101000
Octal17014350

Shades and tints

Shades of #786328

#786328
(120,99,40)
#6E5A25
(110,90,37)
#645122
(100,81,34)
#5A481F
(90,72,31)
#503F1C
(80,63,28)
#463619
(70,54,25)
#3C2D16
(60,45,22)
#322413
(50,36,19)
#281B10
(40,27,16)
#1E120D
(30,18,13)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #786328

#786328
(120,99,40)
#84713B
(132,113,59)
#907F4E
(144,127,78)
#9C8D61
(156,141,97)
#A89B74
(168,155,116)
#B4A987
(180,169,135)
#C0B79A
(192,183,154)
#CCC5AD
(204,197,173)
#D8D3C0
(216,211,192)
#E4E1D3
(228,225,211)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786328; }

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

This text font color is #786328.


Background Color

.myBgColor { background-color: #786328; }

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

This div background color is #786328.


Border color

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

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

This div border color is #786328.


Opacity

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

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

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

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

This text has shadow with #786328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786328 on black background.


Color preview on white background

This text has color #786328 on white background.



Black color preview on #786328 background

This text has black color on #786328 background.


White color preview on #786328 background

This text has white color on #786328 background.