COLOR #785842

HEX: #785842
RGB: (120,88,66)

Color info

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

RGB color model

#785842 color RGB value is (120,88,66).

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

RGB channels and saturation

R 120 of 255 = 47%
G 88 of 255 = 35%
B 66 of 255 = 26%

120
88
66

R + G + B ~ 36%. #785842 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 88 + 66 = 274 (100%)
R 120 of 274 ~ 43.8%
G 88 of 274 ~ 32.12%
B 66 of 274 ~ 24.09%

%43.8
%32.12
%24.09

CMYK color model

#785842 color CMYK value is (0,27,45,53).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 45.00%
  • key color value is 52.94%
CMYK:
(0,27,45,53)
C0M27Y45K53 
(0%,27%,45%,53%)
(0.00/0.27/0.45/0.53)	

CMYK percentages

%0
%26.67
%45
%52.94

Codes

Color #785842 in popluar color models

785842
RGB1208866
HSL24°29.03%36.47%
HSB/HSV24°45.00%47.06%
CMYK0.00%26.67%45.00%
52.94%

Color #785842 in popluar number systems.

HEX785842
Decimal1208866
Binary111100010110001000010
Octal170130102

Shades and tints

Shades of #785842

#785842
(120,88,66)
#6E503C
(110,80,60)
#644836
(100,72,54)
#5A4030
(90,64,48)
#50382A
(80,56,42)
#463024
(70,48,36)
#3C281E
(60,40,30)
#322018
(50,32,24)
#281812
(40,24,18)
#1E100C
(30,16,12)
#140806
(20,8,6)
#000000
(0,0,0)

Tints of #785842

#785842
(120,88,66)
#846753
(132,103,83)
#907664
(144,118,100)
#9C8575
(156,133,117)
#A89486
(168,148,134)
#B4A397
(180,163,151)
#C0B2A8
(192,178,168)
#CCC1B9
(204,193,185)
#D8D0CA
(216,208,202)
#E4DFDB
(228,223,219)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785842; }

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

This text font color is #785842.


Background Color

.myBgColor { background-color: #785842; }

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

This div background color is #785842.


Border color

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

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

This div border color is #785842.


Opacity

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

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

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

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

This text has shadow with #785842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785842 on black background.


Color preview on white background

This text has color #785842 on white background.



Black color preview on #785842 background

This text has black color on #785842 background.


White color preview on #785842 background

This text has white color on #785842 background.