COLOR #784E3F

HEX: #784E3F
RGB: (120,78,63)

Color info

#784E3F contains red, green and blue colors in about the same proportion. Web safe color of #784E3F is #666633 (or #663).

RGB color model

#784E3F color RGB value is (120,78,63).

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

RGB channels and saturation

R 120 of 255 = 47%
G 78 of 255 = 31%
B 63 of 255 = 25%

120
78
63

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

Portions of RGB colors in percentages

R + G + B =
120 + 78 + 63 = 261 (100%)
R 120 of 261 ~ 45.98%
G 78 of 261 ~ 29.89%
B 63 of 261 ~ 24.14%

%45.98
%29.89
%24.14

CMYK color model

#784E3F color CMYK value is (0,35,48,53).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 47.50%
  • key color value is 52.94%
CMYK:
(0,35,48,53)
C0M35Y48K53 
(0%,35%,48%,53%)
(0.00/0.35/0.48/0.53)	

CMYK percentages

%0
%35
%47.5
%52.94

Codes

Color #784E3F in popluar color models

784E3F
RGB1207863
HSL16°31.15%35.88%
HSB/HSV16°47.50%47.06%
CMYK0.00%35.00%47.50%
52.94%

Color #784E3F in popluar number systems.

HEX784E3F
Decimal1207863
Binary11110001001110111111
Octal17011677

Shades and tints

Shades of #784E3F

#784E3F
(120,78,63)
#6E473A
(110,71,58)
#644035
(100,64,53)
#5A3930
(90,57,48)
#50322B
(80,50,43)
#462B26
(70,43,38)
#3C2421
(60,36,33)
#321D1C
(50,29,28)
#281617
(40,22,23)
#1E0F12
(30,15,18)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #784E3F

#784E3F
(120,78,63)
#845E50
(132,94,80)
#906E61
(144,110,97)
#9C7E72
(156,126,114)
#A88E83
(168,142,131)
#B49E94
(180,158,148)
#C0AEA5
(192,174,165)
#CCBEB6
(204,190,182)
#D8CEC7
(216,206,199)
#E4DED8
(228,222,216)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784E3F; }

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

This text font color is #784E3F.


Background Color

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

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

This div background color is #784E3F.


Border color

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

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

This div border color is #784E3F.


Opacity

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

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

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

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

This text has shadow with #784E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784E3F on black background.


Color preview on white background

This text has color #784E3F on white background.



Black color preview on #784E3F background

This text has black color on #784E3F background.


White color preview on #784E3F background

This text has white color on #784E3F background.