COLOR #784E2E

HEX: #784E2E
RGB: (120,78,46)

Color info

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

RGB color model

#784E2E color RGB value is (120,78,46).

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

RGB channels and saturation

R 120 of 255 = 47%
G 78 of 255 = 31%
B 46 of 255 = 18%

120
78
46

R + G + B ~ 32%. #784E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 78 + 46 = 244 (100%)
R 120 of 244 ~ 49.18%
G 78 of 244 ~ 31.97%
B 46 of 244 ~ 18.85%

%49.18
%31.97
%18.85

CMYK color model

#784E2E color CMYK value is (0,35,62,53).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 61.67%
  • key color value is 52.94%
CMYK:
(0,35,62,53)
C0M35Y62K53 
(0%,35%,62%,53%)
(0.00/0.35/0.62/0.53)	

CMYK percentages

%0
%35
%61.67
%52.94

Codes

Color #784E2E in popluar color models

784E2E
RGB1207846
HSL26°44.58%32.55%
HSB/HSV26°61.67%47.06%
CMYK0.00%35.00%61.67%
52.94%

Color #784E2E in popluar number systems.

HEX784E2E
Decimal1207846
Binary11110001001110101110
Octal17011656

Shades and tints

Shades of #784E2E

#784E2E
(120,78,46)
#6E472A
(110,71,42)
#644026
(100,64,38)
#5A3922
(90,57,34)
#50321E
(80,50,30)
#462B1A
(70,43,26)
#3C2416
(60,36,22)
#321D12
(50,29,18)
#28160E
(40,22,14)
#1E0F0A
(30,15,10)
#140806
(20,8,6)
#000000
(0,0,0)

Tints of #784E2E

#784E2E
(120,78,46)
#845E41
(132,94,65)
#906E54
(144,110,84)
#9C7E67
(156,126,103)
#A88E7A
(168,142,122)
#B49E8D
(180,158,141)
#C0AEA0
(192,174,160)
#CCBEB3
(204,190,179)
#D8CEC6
(216,206,198)
#E4DED9
(228,222,217)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784E2E; }

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

This text font color is #784E2E.


Background Color

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

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

This div background color is #784E2E.


Border color

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

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

This div border color is #784E2E.


Opacity

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

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

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

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

This text has shadow with #784E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784E2E on black background.


Color preview on white background

This text has color #784E2E on white background.



Black color preview on #784E2E background

This text has black color on #784E2E background.


White color preview on #784E2E background

This text has white color on #784E2E background.