COLOR #785246

HEX: #785246
RGB: (120,82,70)

Color info

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

RGB color model

#785246 color RGB value is (120,82,70).

  • red value is 120;
  • green value is 82;
  • blue value is 70.
RGB:
(120,82,70)
(47%,32%,27%)

RGB channels and saturation

R 120 of 255 = 47%
G 82 of 255 = 32%
B 70 of 255 = 27%

120
82
70

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

Portions of RGB colors in percentages

R + G + B =
120 + 82 + 70 = 272 (100%)
R 120 of 272 ~ 44.12%
G 82 of 272 ~ 30.15%
B 70 of 272 ~ 25.74%

%44.12
%30.15
%25.74

CMYK color model

#785246 color CMYK value is (0,32,42,53).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 41.67%
  • key color value is 52.94%
CMYK:
(0,32,42,53)
C0M32Y42K53 
(0%,32%,42%,53%)
(0.00/0.32/0.42/0.53)	

CMYK percentages

%0
%31.67
%41.67
%52.94

Codes

Color #785246 in popluar color models

785246
RGB1208270
HSL14°26.32%37.25%
HSB/HSV14°41.67%47.06%
CMYK0.00%31.67%41.67%
52.94%

Color #785246 in popluar number systems.

HEX785246
Decimal1208270
Binary111100010100101000110
Octal170122106

Shades and tints

Shades of #785246

#785246
(120,82,70)
#6E4B40
(110,75,64)
#64443A
(100,68,58)
#5A3D34
(90,61,52)
#50362E
(80,54,46)
#462F28
(70,47,40)
#3C2822
(60,40,34)
#32211C
(50,33,28)
#281A16
(40,26,22)
#1E1310
(30,19,16)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #785246

#785246
(120,82,70)
#846156
(132,97,86)
#907066
(144,112,102)
#9C7F76
(156,127,118)
#A88E86
(168,142,134)
#B49D96
(180,157,150)
#C0ACA6
(192,172,166)
#CCBBB6
(204,187,182)
#D8CAC6
(216,202,198)
#E4D9D6
(228,217,214)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785246 color. Also use rgb(120,82,70) instead hex code.

Text Font Color

.myTextColor { color: #785246; }

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

This text font color is #785246.


Background Color

.myBgColor { background-color: #785246; }

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

This div background color is #785246.


Border color

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

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

This div border color is #785246.


Opacity

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

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

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

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

This text has shadow with #785246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785246 on black background.


Color preview on white background

This text has color #785246 on white background.



Black color preview on #785246 background

This text has black color on #785246 background.


White color preview on #785246 background

This text has white color on #785246 background.