COLOR #786829

HEX: #786829
RGB: (120,104,41)

Color info

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

RGB color model

#786829 color RGB value is (120,104,41).

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

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 41 of 255 = 16%

120
104
41

R + G + B ~ 35%. #786829 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 41 = 265 (100%)
R 120 of 265 ~ 45.28%
G 104 of 265 ~ 39.25%
B 41 of 265 ~ 15.47%

%45.28
%39.25
%15.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 65.83%
  • key color value is 52.94%
CMYK:
(0,13,66,53)
C0M13Y66K53 
(0%,13%,66%,53%)
(0.00/0.13/0.66/0.53)	

CMYK percentages

%0
%13.33
%65.83
%52.94

Codes

Color #786829 in popluar color models

786829
RGB12010441
HSL48°49.07%31.57%
HSB/HSV48°65.83%47.06%
CMYK0.00%13.33%65.83%
52.94%

Color #786829 in popluar number systems.

HEX786829
Decimal12010441
Binary11110001101000101001
Octal17015051

Shades and tints

Shades of #786829

#786829
(120,104,41)
#6E5F26
(110,95,38)
#645623
(100,86,35)
#5A4D20
(90,77,32)
#50441D
(80,68,29)
#463B1A
(70,59,26)
#3C3217
(60,50,23)
#322914
(50,41,20)
#282011
(40,32,17)
#1E170E
(30,23,14)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #786829

#786829
(120,104,41)
#84753C
(132,117,60)
#90824F
(144,130,79)
#9C8F62
(156,143,98)
#A89C75
(168,156,117)
#B4A988
(180,169,136)
#C0B69B
(192,182,155)
#CCC3AE
(204,195,174)
#D8D0C1
(216,208,193)
#E4DDD4
(228,221,212)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786829; }

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

This text font color is #786829.


Background Color

.myBgColor { background-color: #786829; }

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

This div background color is #786829.


Border color

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

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

This div border color is #786829.


Opacity

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

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

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

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

This text has shadow with #786829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786829 on black background.


Color preview on white background

This text has color #786829 on white background.



Black color preview on #786829 background

This text has black color on #786829 background.


White color preview on #786829 background

This text has white color on #786829 background.