COLOR #786D3B

HEX: #786D3B RGB: (120,109,59)

Color info

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

RGB color model

#786D3B color RGB value is (120,109,59).

RGB: (120,109,59) (47%, 43%, 23%)

RGB channels and saturation

R 120 of 255 = 47%
G 109 of 255 = 43%
B 59 of 255 = 23%

120
109
59

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

Portions of RGB colors in percentages

R + G + B = 120 + 109 + 59 = 288 (100%)
R 120 of 288 ~ 41.67%
G 109 of 288 ~ 37.85%
B 59 of 288 ~ 20.49'%

%41.67
%37.85
%20.49

CMYK color model

#786D3B color CMYK value is (0,9,51,53).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 50.83%
  • key color value is 52.94%

CMYK: (0,9,51,53)
C0M9Y51K53 (0%, 9%, 51%, 53%)
(0.00 / 0.09 / 0.51 / 0.53)

CMYK percentages

%0
%9.17
%50.83
%52.94

Codes

Color #786D3B in popluar color models

78 6D 3B
RGB 120 109 59
HSL 49° 34.08% 35.10%
HSB/HSV 49° 50.83% 47.06%
CMYK 0.00% 9.17% 50.83%
52.94%

Color #786D3B in popluar number systems.

HEX 78 6D 3B
Decimal 120 109 59
Binary 1111000 1101101 111011
Octal 170 155 73

Shades and tints

Shades of #786D3B

#786D3B
(120,109,59)
#6E6436
(110,100,54)
#645B31
(100,91,49)
#5A522C
(90,82,44)
#504927
(80,73,39)
#464022
(70,64,34)
#3C371D
(60,55,29)
#322E18
(50,46,24)
#282513
(40,37,19)
#1E1C0E
(30,28,14)
#141309
(20,19,9)
#000000
(0,0,0)

Tints of #786D3B

#786D3B
(120,109,59)
#847A4C
(132,122,76)
#90875D
(144,135,93)
#9C946E
(156,148,110)
#A8A17F
(168,161,127)
#B4AE90
(180,174,144)
#C0BBA1
(192,187,161)
#CCC8B2
(204,200,178)
#D8D5C3
(216,213,195)
#E4E2D4
(228,226,212)
#F0EFE5
(240,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786D3B color. Also use rgb(120,109,59) instead hex code.

Text Font Color

.myTextColor { color: #786D3B; }

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

This text font color is #786D3B.

Background Color

.myBgColor { background-color: #786D3B; }

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

This div background color is #786D3B.

Border color

.myBorderColor { border: 1px solid #786D3B; }

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

This div border color is #786D3B.

Opacity

.myOpacity80 { color: #786D3B; opacity: 0.8; }

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

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

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

This text has shadow with #786D3B color.


.textShadow {text-shadow: 3px 3px 1px #786D3B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #786D3B; -webkit-box-shadow: 1px 1px 3px 2px #786D3B; box-shadow:1px 1px 3px 2px #786D3B;">
Div content here
</div>

This div box has shadow with color #786D3B.

Preview

Color preview on black background

This text has color #786D3B on black background.


Color preview on white background

This text has color #786D3B on white background.


Black color preview on #786D3B background

This text has black color on #786D3B background.


White color preview on #786D3B background

This text has white color on #786D3B background.


Related colors

Complementary color

Complementary color for #hex is #8792C4.


I love getcolorcode.com

Triadic colors

1 #3B786D and #6D3B78 with #786D3B are triadic colors.

2 #3B6D78 and #6D783B with #786D3B are triadic colors.