COLOR #784E49

HEX: #784E49
RGB: (120,78,73)

Color info

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

RGB color model

#784E49 color RGB value is (120,78,73).

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

RGB channels and saturation

R 120 of 255 = 47%
G 78 of 255 = 31%
B 73 of 255 = 29%

120
78
73

R + G + B ~ 36%. #784E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 78 + 73 = 271 (100%)
R 120 of 271 ~ 44.28%
G 78 of 271 ~ 28.78%
B 73 of 271 ~ 26.94%

%44.28
%28.78
%26.94

CMYK color model

#784E49 color CMYK value is (0,35,39,53).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 39.17%
  • key color value is 52.94%
CMYK:
(0,35,39,53)
C0M35Y39K53 
(0%,35%,39%,53%)
(0.00/0.35/0.39/0.53)	

CMYK percentages

%0
%35
%39.17
%52.94

Codes

Color #784E49 in popluar color models

784E49
RGB1207873
HSL24.35%37.84%
HSB/HSV39.17%47.06%
CMYK0.00%35.00%39.17%
52.94%

Color #784E49 in popluar number systems.

HEX784E49
Decimal1207873
Binary111100010011101001001
Octal170116111

Shades and tints

Shades of #784E49

#784E49
(120,78,73)
#6E4743
(110,71,67)
#64403D
(100,64,61)
#5A3937
(90,57,55)
#503231
(80,50,49)
#462B2B
(70,43,43)
#3C2425
(60,36,37)
#321D1F
(50,29,31)
#281619
(40,22,25)
#1E0F13
(30,15,19)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #784E49

#784E49
(120,78,73)
#845E59
(132,94,89)
#906E69
(144,110,105)
#9C7E79
(156,126,121)
#A88E89
(168,142,137)
#B49E99
(180,158,153)
#C0AEA9
(192,174,169)
#CCBEB9
(204,190,185)
#D8CEC9
(216,206,201)
#E4DED9
(228,222,217)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #784E49; }

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

This text font color is #784E49.


Background Color

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

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

This div background color is #784E49.


Border color

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

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

This div border color is #784E49.


Opacity

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

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

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

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

This text has shadow with #784E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784E49 on black background.


Color preview on white background

This text has color #784E49 on white background.



Black color preview on #784E49 background

This text has black color on #784E49 background.


White color preview on #784E49 background

This text has white color on #784E49 background.