COLOR #785032

HEX: #785032
RGB: (120,80,50)

Color info

#785032 contains mainly red and green colors. Web safe color of #785032 is #666633 (or #663).

RGB color model

#785032 color RGB value is (120,80,50).

  • red value is 120;
  • green value is 80;
  • blue value is 50.
RGB:
(120,80,50)
(47%,31%,20%)

RGB channels and saturation

R 120 of 255 = 47%
G 80 of 255 = 31%
B 50 of 255 = 20%

120
80
50

R + G + B ~ 33%. #785032 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 80 + 50 = 250 (100%)
R 120 of 250 ~ 48%
G 80 of 250 ~ 32%
B 50 of 250 ~ 20%

%48
%32
%20

CMYK color model

#785032 color CMYK value is (0,33,58,53).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 58.33%
  • key color value is 52.94%
CMYK:
(0,33,58,53)
C0M33Y58K53 
(0%,33%,58%,53%)
(0.00/0.33/0.58/0.53)	

CMYK percentages

%0
%33.33
%58.33
%52.94

Codes

Color #785032 in popluar color models

785032
RGB1208050
HSL26°41.18%33.33%
HSB/HSV26°58.33%47.06%
CMYK0.00%33.33%58.33%
52.94%

Color #785032 in popluar number systems.

HEX785032
Decimal1208050
Binary11110001010000110010
Octal17012062

Shades and tints

Shades of #785032

#785032
(120,80,50)
#6E492E
(110,73,46)
#64422A
(100,66,42)
#5A3B26
(90,59,38)
#503422
(80,52,34)
#462D1E
(70,45,30)
#3C261A
(60,38,26)
#321F16
(50,31,22)
#281812
(40,24,18)
#1E110E
(30,17,14)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #785032

#785032
(120,80,50)
#845F44
(132,95,68)
#906E56
(144,110,86)
#9C7D68
(156,125,104)
#A88C7A
(168,140,122)
#B49B8C
(180,155,140)
#C0AA9E
(192,170,158)
#CCB9B0
(204,185,176)
#D8C8C2
(216,200,194)
#E4D7D4
(228,215,212)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785032 color. Also use rgb(120,80,50) instead hex code.

Text Font Color

.myTextColor { color: #785032; }

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

This text font color is #785032.


Background Color

.myBgColor { background-color: #785032; }

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

This div background color is #785032.


Border color

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

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

This div border color is #785032.


Opacity

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

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

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

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

This text has shadow with #785032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785032 on black background.


Color preview on white background

This text has color #785032 on white background.



Black color preview on #785032 background

This text has black color on #785032 background.


White color preview on #785032 background

This text has white color on #785032 background.