COLOR #785949

HEX: #785949
RGB: (120,89,73)

Color info

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

RGB color model

#785949 color RGB value is (120,89,73).

  • red value is 120;
  • green value is 89;
  • blue value is 73.
RGB:
(120,89,73)
(47%,35%,29%)

RGB channels and saturation

R 120 of 255 = 47%
G 89 of 255 = 35%
B 73 of 255 = 29%

120
89
73

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

Portions of RGB colors in percentages

R + G + B =
120 + 89 + 73 = 282 (100%)
R 120 of 282 ~ 42.55%
G 89 of 282 ~ 31.56%
B 73 of 282 ~ 25.89%

%42.55
%31.56
%25.89

CMYK color model

#785949 color CMYK value is (0,26,39,53).

  • cyan value is 0.00%
  • magenta value is 25.83%
  • yellow value is 39.17%
  • key color value is 52.94%
CMYK:
(0,26,39,53)
C0M26Y39K53 
(0%,26%,39%,53%)
(0.00/0.26/0.39/0.53)	

CMYK percentages

%0
%25.83
%39.17
%52.94

Codes

Color #785949 in popluar color models

785949
RGB1208973
HSL20°24.35%37.84%
HSB/HSV20°39.17%47.06%
CMYK0.00%25.83%39.17%
52.94%

Color #785949 in popluar number systems.

HEX785949
Decimal1208973
Binary111100010110011001001
Octal170131111

Shades and tints

Shades of #785949

#785949
(120,89,73)
#6E5143
(110,81,67)
#64493D
(100,73,61)
#5A4137
(90,65,55)
#503931
(80,57,49)
#46312B
(70,49,43)
#3C2925
(60,41,37)
#32211F
(50,33,31)
#281919
(40,25,25)
#1E1113
(30,17,19)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #785949

#785949
(120,89,73)
#846859
(132,104,89)
#907769
(144,119,105)
#9C8679
(156,134,121)
#A89589
(168,149,137)
#B4A499
(180,164,153)
#C0B3A9
(192,179,169)
#CCC2B9
(204,194,185)
#D8D1C9
(216,209,201)
#E4E0D9
(228,224,217)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785949 color. Also use rgb(120,89,73) instead hex code.

Text Font Color

.myTextColor { color: #785949; }

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

This text font color is #785949.


Background Color

.myBgColor { background-color: #785949; }

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

This div background color is #785949.


Border color

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

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

This div border color is #785949.


Opacity

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

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

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

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

This text has shadow with #785949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785949 on black background.


Color preview on white background

This text has color #785949 on white background.



Black color preview on #785949 background

This text has black color on #785949 background.


White color preview on #785949 background

This text has white color on #785949 background.