COLOR #784E3A

HEX: #784E3A
RGB: (120,78,58)

Color info

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

RGB color model

#784E3A color RGB value is (120,78,58).

  • red value is 120;
  • green value is 78;
  • blue value is 58.
RGB:
(120,78,58)
(47%,31%,23%)

RGB channels and saturation

R 120 of 255 = 47%
G 78 of 255 = 31%
B 58 of 255 = 23%

120
78
58

R + G + B ~ 34%. #784E3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 78 + 58 = 256 (100%)
R 120 of 256 ~ 46.88%
G 78 of 256 ~ 30.47%
B 58 of 256 ~ 22.66%

%46.88
%30.47
%22.66

CMYK color model

#784E3A color CMYK value is (0,35,52,53).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 51.67%
  • key color value is 52.94%
CMYK:
(0,35,52,53)
C0M35Y52K53 
(0%,35%,52%,53%)
(0.00/0.35/0.52/0.53)	

CMYK percentages

%0
%35
%51.67
%52.94

Codes

Color #784E3A in popluar color models

784E3A
RGB1207858
HSL19°34.83%34.90%
HSB/HSV19°51.67%47.06%
CMYK0.00%35.00%51.67%
52.94%

Color #784E3A in popluar number systems.

HEX784E3A
Decimal1207858
Binary11110001001110111010
Octal17011672

Shades and tints

Shades of #784E3A

#784E3A
(120,78,58)
#6E4735
(110,71,53)
#644030
(100,64,48)
#5A392B
(90,57,43)
#503226
(80,50,38)
#462B21
(70,43,33)
#3C241C
(60,36,28)
#321D17
(50,29,23)
#281612
(40,22,18)
#1E0F0D
(30,15,13)
#140808
(20,8,8)
#000000
(0,0,0)

Tints of #784E3A

#784E3A
(120,78,58)
#845E4B
(132,94,75)
#906E5C
(144,110,92)
#9C7E6D
(156,126,109)
#A88E7E
(168,142,126)
#B49E8F
(180,158,143)
#C0AEA0
(192,174,160)
#CCBEB1
(204,190,177)
#D8CEC2
(216,206,194)
#E4DED3
(228,222,211)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784E3A color. Also use rgb(120,78,58) instead hex code.

Text Font Color

.myTextColor { color: #784E3A; }

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

This text font color is #784E3A.


Background Color

.myBgColor { background-color: #784E3A; }

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

This div background color is #784E3A.


Border color

.myBorderColor { border: 1px solid #784E3A; }

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

This div border color is #784E3A.


Opacity

.myOpacity80 { color: #784E3A; opacity: 0.8; }

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

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

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

This text has shadow with #784E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784E3A on black background.


Color preview on white background

This text has color #784E3A on white background.



Black color preview on #784E3A background

This text has black color on #784E3A background.


White color preview on #784E3A background

This text has white color on #784E3A background.