COLOR #785444

HEX: #785444
RGB: (120,84,68)

Color info

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

RGB color model

#785444 color RGB value is (120,84,68).

  • red value is 120;
  • green value is 84;
  • blue value is 68.
RGB:
(120,84,68)
(47%,33%,27%)

RGB channels and saturation

R 120 of 255 = 47%
G 84 of 255 = 33%
B 68 of 255 = 27%

120
84
68

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

Portions of RGB colors in percentages

R + G + B =
120 + 84 + 68 = 272 (100%)
R 120 of 272 ~ 44.12%
G 84 of 272 ~ 30.88%
B 68 of 272 ~ 25%

%44.12
%30.88
%25

CMYK color model

#785444 color CMYK value is (0,30,43,53).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 43.33%
  • key color value is 52.94%
CMYK:
(0,30,43,53)
C0M30Y43K53 
(0%,30%,43%,53%)
(0.00/0.30/0.43/0.53)	

CMYK percentages

%0
%30
%43.33
%52.94

Codes

Color #785444 in popluar color models

785444
RGB1208468
HSL18°27.66%36.86%
HSB/HSV18°43.33%47.06%
CMYK0.00%30.00%43.33%
52.94%

Color #785444 in popluar number systems.

HEX785444
Decimal1208468
Binary111100010101001000100
Octal170124104

Shades and tints

Shades of #785444

#785444
(120,84,68)
#6E4D3E
(110,77,62)
#644638
(100,70,56)
#5A3F32
(90,63,50)
#50382C
(80,56,44)
#463126
(70,49,38)
#3C2A20
(60,42,32)
#32231A
(50,35,26)
#281C14
(40,28,20)
#1E150E
(30,21,14)
#140E08
(20,14,8)
#000000
(0,0,0)

Tints of #785444

#785444
(120,84,68)
#846355
(132,99,85)
#907266
(144,114,102)
#9C8177
(156,129,119)
#A89088
(168,144,136)
#B49F99
(180,159,153)
#C0AEAA
(192,174,170)
#CCBDBB
(204,189,187)
#D8CCCC
(216,204,204)
#E4DBDD
(228,219,221)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785444 color. Also use rgb(120,84,68) instead hex code.

Text Font Color

.myTextColor { color: #785444; }

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

This text font color is #785444.


Background Color

.myBgColor { background-color: #785444; }

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

This div background color is #785444.


Border color

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

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

This div border color is #785444.


Opacity

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

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

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

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

This text has shadow with #785444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785444 on black background.


Color preview on white background

This text has color #785444 on white background.



Black color preview on #785444 background

This text has black color on #785444 background.


White color preview on #785444 background

This text has white color on #785444 background.