COLOR #78441E

HEX: #78441E
RGB: (120,68,30)

Color info

#78441E contains mainly red and green colors. Web safe color of #78441E is #663333 (or #633).

RGB color model

#78441E color RGB value is (120,68,30).

  • red value is 120;
  • green value is 68;
  • blue value is 30.
RGB:
(120,68,30)
(47%,27%,12%)

RGB channels and saturation

R 120 of 255 = 47%
G 68 of 255 = 27%
B 30 of 255 = 12%

120
68
30

R + G + B ~ 29%. #78441E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 68 + 30 = 218 (100%)
R 120 of 218 ~ 55.05%
G 68 of 218 ~ 31.19%
B 30 of 218 ~ 13.76%

%55.05
%31.19
%13.76

CMYK color model

#78441E color CMYK value is (0,43,75,53).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 75.00%
  • key color value is 52.94%
CMYK:
(0,43,75,53)
C0M43Y75K53 
(0%,43%,75%,53%)
(0.00/0.43/0.75/0.53)	

CMYK percentages

%0
%43.33
%75
%52.94

Codes

Color #78441E in popluar color models

78441E
RGB1206830
HSL25°60.00%29.41%
HSB/HSV25°75.00%47.06%
CMYK0.00%43.33%75.00%
52.94%

Color #78441E in popluar number systems.

HEX78441E
Decimal1206830
Binary1111000100010011110
Octal17010436

Shades and tints

Shades of #78441E

#78441E
(120,68,30)
#6E3E1C
(110,62,28)
#64381A
(100,56,26)
#5A3218
(90,50,24)
#502C16
(80,44,22)
#462614
(70,38,20)
#3C2012
(60,32,18)
#321A10
(50,26,16)
#28140E
(40,20,14)
#1E0E0C
(30,14,12)
#14080A
(20,8,10)
#000000
(0,0,0)

Tints of #78441E

#78441E
(120,68,30)
#845532
(132,85,50)
#906646
(144,102,70)
#9C775A
(156,119,90)
#A8886E
(168,136,110)
#B49982
(180,153,130)
#C0AA96
(192,170,150)
#CCBBAA
(204,187,170)
#D8CCBE
(216,204,190)
#E4DDD2
(228,221,210)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78441E color. Also use rgb(120,68,30) instead hex code.

Text Font Color

.myTextColor { color: #78441E; }

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

This text font color is #78441E.


Background Color

.myBgColor { background-color: #78441E; }

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

This div background color is #78441E.


Border color

.myBorderColor { border: 1px solid #78441E; }

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

This div border color is #78441E.


Opacity

.myOpacity80 { color: #78441E; opacity: 0.8; }

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

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

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

This text has shadow with #78441E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78441E on black background.


Color preview on white background

This text has color #78441E on white background.



Black color preview on #78441E background

This text has black color on #78441E background.


White color preview on #78441E background

This text has white color on #78441E background.