COLOR #785A3B

HEX: #785A3B
RGB: (120,90,59)

Color info

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

RGB color model

#785A3B color RGB value is (120,90,59).

  • red value is 120;
  • green value is 90;
  • blue value is 59.
RGB:
(120,90,59)
(47%,35%,23%)

RGB channels and saturation

R 120 of 255 = 47%
G 90 of 255 = 35%
B 59 of 255 = 23%

120
90
59

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

Portions of RGB colors in percentages

R + G + B =
120 + 90 + 59 = 269 (100%)
R 120 of 269 ~ 44.61%
G 90 of 269 ~ 33.46%
B 59 of 269 ~ 21.93%

%44.61
%33.46
%21.93

CMYK color model

#785A3B color CMYK value is (0,25,51,53).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 50.83%
  • key color value is 52.94%
CMYK:
(0,25,51,53)
C0M25Y51K53 
(0%,25%,51%,53%)
(0.00/0.25/0.51/0.53)	

CMYK percentages

%0
%25
%50.83
%52.94

Codes

Color #785A3B in popluar color models

785A3B
RGB1209059
HSL30°34.08%35.10%
HSB/HSV30°50.83%47.06%
CMYK0.00%25.00%50.83%
52.94%

Color #785A3B in popluar number systems.

HEX785A3B
Decimal1209059
Binary11110001011010111011
Octal17013273

Shades and tints

Shades of #785A3B

#785A3B
(120,90,59)
#6E5236
(110,82,54)
#644A31
(100,74,49)
#5A422C
(90,66,44)
#503A27
(80,58,39)
#463222
(70,50,34)
#3C2A1D
(60,42,29)
#322218
(50,34,24)
#281A13
(40,26,19)
#1E120E
(30,18,14)
#140A09
(20,10,9)
#000000
(0,0,0)

Tints of #785A3B

#785A3B
(120,90,59)
#84694C
(132,105,76)
#90785D
(144,120,93)
#9C876E
(156,135,110)
#A8967F
(168,150,127)
#B4A590
(180,165,144)
#C0B4A1
(192,180,161)
#CCC3B2
(204,195,178)
#D8D2C3
(216,210,195)
#E4E1D4
(228,225,212)
#F0F0E5
(240,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785A3B color. Also use rgb(120,90,59) instead hex code.

Text Font Color

.myTextColor { color: #785A3B; }

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

This text font color is #785A3B.


Background Color

.myBgColor { background-color: #785A3B; }

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

This div background color is #785A3B.


Border color

.myBorderColor { border: 1px solid #785A3B; }

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

This div border color is #785A3B.


Opacity

.myOpacity80 { color: #785A3B; opacity: 0.8; }

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

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

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

This text has shadow with #785A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785A3B on black background.


Color preview on white background

This text has color #785A3B on white background.



Black color preview on #785A3B background

This text has black color on #785A3B background.


White color preview on #785A3B background

This text has white color on #785A3B background.