COLOR #786442

HEX: #786442
RGB: (120,100,66)

Color info

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

RGB color model

#786442 color RGB value is (120,100,66).

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

RGB channels and saturation

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

120
100
66

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

Portions of RGB colors in percentages

R + G + B =
120 + 100 + 66 = 286 (100%)
R 120 of 286 ~ 41.96%
G 100 of 286 ~ 34.97%
B 66 of 286 ~ 23.08%

%41.96
%34.97
%23.08

CMYK color model

#786442 color CMYK value is (0,17,45,53).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 45.00%
  • key color value is 52.94%
CMYK:
(0,17,45,53)
C0M17Y45K53 
(0%,17%,45%,53%)
(0.00/0.17/0.45/0.53)	

CMYK percentages

%0
%16.67
%45
%52.94

Codes

Color #786442 in popluar color models

786442
RGB12010066
HSL38°29.03%36.47%
HSB/HSV38°45.00%47.06%
CMYK0.00%16.67%45.00%
52.94%

Color #786442 in popluar number systems.

HEX786442
Decimal12010066
Binary111100011001001000010
Octal170144102

Shades and tints

Shades of #786442

#786442
(120,100,66)
#6E5B3C
(110,91,60)
#645236
(100,82,54)
#5A4930
(90,73,48)
#50402A
(80,64,42)
#463724
(70,55,36)
#3C2E1E
(60,46,30)
#322518
(50,37,24)
#281C12
(40,28,18)
#1E130C
(30,19,12)
#140A06
(20,10,6)
#000000
(0,0,0)

Tints of #786442

#786442
(120,100,66)
#847253
(132,114,83)
#908064
(144,128,100)
#9C8E75
(156,142,117)
#A89C86
(168,156,134)
#B4AA97
(180,170,151)
#C0B8A8
(192,184,168)
#CCC6B9
(204,198,185)
#D8D4CA
(216,212,202)
#E4E2DB
(228,226,219)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786442; }

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

This text font color is #786442.


Background Color

.myBgColor { background-color: #786442; }

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

This div background color is #786442.


Border color

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

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

This div border color is #786442.


Opacity

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

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

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

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

This text has shadow with #786442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786442 on black background.


Color preview on white background

This text has color #786442 on white background.



Black color preview on #786442 background

This text has black color on #786442 background.


White color preview on #786442 background

This text has white color on #786442 background.