COLOR #786838

HEX: #786838
RGB: (120,104,56)

Color info

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

RGB color model

#786838 color RGB value is (120,104,56).

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

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 56 of 255 = 22%

120
104
56

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

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 56 = 280 (100%)
R 120 of 280 ~ 42.86%
G 104 of 280 ~ 37.14%
B 56 of 280 ~ 20%

%42.86
%37.14
%20

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 53.33%
  • key color value is 52.94%
CMYK:
(0,13,53,53)
C0M13Y53K53 
(0%,13%,53%,53%)
(0.00/0.13/0.53/0.53)	

CMYK percentages

%0
%13.33
%53.33
%52.94

Codes

Color #786838 in popluar color models

786838
RGB12010456
HSL45°36.36%34.51%
HSB/HSV45°53.33%47.06%
CMYK0.00%13.33%53.33%
52.94%

Color #786838 in popluar number systems.

HEX786838
Decimal12010456
Binary11110001101000111000
Octal17015070

Shades and tints

Shades of #786838

#786838
(120,104,56)
#6E5F33
(110,95,51)
#64562E
(100,86,46)
#5A4D29
(90,77,41)
#504424
(80,68,36)
#463B1F
(70,59,31)
#3C321A
(60,50,26)
#322915
(50,41,21)
#282010
(40,32,16)
#1E170B
(30,23,11)
#140E06
(20,14,6)
#000000
(0,0,0)

Tints of #786838

#786838
(120,104,56)
#84754A
(132,117,74)
#90825C
(144,130,92)
#9C8F6E
(156,143,110)
#A89C80
(168,156,128)
#B4A992
(180,169,146)
#C0B6A4
(192,182,164)
#CCC3B6
(204,195,182)
#D8D0C8
(216,208,200)
#E4DDDA
(228,221,218)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786838; }

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

This text font color is #786838.


Background Color

.myBgColor { background-color: #786838; }

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

This div background color is #786838.


Border color

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

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

This div border color is #786838.


Opacity

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

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

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

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

This text has shadow with #786838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786838 on black background.


Color preview on white background

This text has color #786838 on white background.



Black color preview on #786838 background

This text has black color on #786838 background.


White color preview on #786838 background

This text has white color on #786838 background.