COLOR #785434

HEX: #785434
RGB: (120,84,52)

Color info

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

RGB color model

#785434 color RGB value is (120,84,52).

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

RGB channels and saturation

R 120 of 255 = 47%
G 84 of 255 = 33%
B 52 of 255 = 20%

120
84
52

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

Portions of RGB colors in percentages

R + G + B =
120 + 84 + 52 = 256 (100%)
R 120 of 256 ~ 46.88%
G 84 of 256 ~ 32.81%
B 52 of 256 ~ 20.31%

%46.88
%32.81
%20.31

CMYK color model

#785434 color CMYK value is (0,30,57,53).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 56.67%
  • key color value is 52.94%
CMYK:
(0,30,57,53)
C0M30Y57K53 
(0%,30%,57%,53%)
(0.00/0.30/0.57/0.53)	

CMYK percentages

%0
%30
%56.67
%52.94

Codes

Color #785434 in popluar color models

785434
RGB1208452
HSL28°39.53%33.73%
HSB/HSV28°56.67%47.06%
CMYK0.00%30.00%56.67%
52.94%

Color #785434 in popluar number systems.

HEX785434
Decimal1208452
Binary11110001010100110100
Octal17012464

Shades and tints

Shades of #785434

#785434
(120,84,52)
#6E4D30
(110,77,48)
#64462C
(100,70,44)
#5A3F28
(90,63,40)
#503824
(80,56,36)
#463120
(70,49,32)
#3C2A1C
(60,42,28)
#322318
(50,35,24)
#281C14
(40,28,20)
#1E1510
(30,21,16)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #785434

#785434
(120,84,52)
#846346
(132,99,70)
#907258
(144,114,88)
#9C816A
(156,129,106)
#A8907C
(168,144,124)
#B49F8E
(180,159,142)
#C0AEA0
(192,174,160)
#CCBDB2
(204,189,178)
#D8CCC4
(216,204,196)
#E4DBD6
(228,219,214)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785434; }

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

This text font color is #785434.


Background Color

.myBgColor { background-color: #785434; }

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

This div background color is #785434.


Border color

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

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

This div border color is #785434.


Opacity

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

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

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

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

This text has shadow with #785434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785434 on black background.


Color preview on white background

This text has color #785434 on white background.



Black color preview on #785434 background

This text has black color on #785434 background.


White color preview on #785434 background

This text has white color on #785434 background.