COLOR #78372E

HEX: #78372E
RGB: (120,55,46)

Color info

#78372E contains mainly red color. Web safe color of #78372E is #663333 (or #633).

RGB color model

#78372E color RGB value is (120,55,46).

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

RGB channels and saturation

R 120 of 255 = 47%
G 55 of 255 = 22%
B 46 of 255 = 18%

120
55
46

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

Portions of RGB colors in percentages

R + G + B =
120 + 55 + 46 = 221 (100%)
R 120 of 221 ~ 54.3%
G 55 of 221 ~ 24.89%
B 46 of 221 ~ 20.81%

%54.3
%24.89
%20.81

CMYK color model

#78372E color CMYK value is (0,54,62,53).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 61.67%
  • key color value is 52.94%
CMYK:
(0,54,62,53)
C0M54Y62K53 
(0%,54%,62%,53%)
(0.00/0.54/0.62/0.53)	

CMYK percentages

%0
%54.17
%61.67
%52.94

Codes

Color #78372E in popluar color models

78372E
RGB1205546
HSL44.58%32.55%
HSB/HSV61.67%47.06%
CMYK0.00%54.17%61.67%
52.94%

Color #78372E in popluar number systems.

HEX78372E
Decimal1205546
Binary1111000110111101110
Octal1706756

Shades and tints

Shades of #78372E

#78372E
(120,55,46)
#6E322A
(110,50,42)
#642D26
(100,45,38)
#5A2822
(90,40,34)
#50231E
(80,35,30)
#461E1A
(70,30,26)
#3C1916
(60,25,22)
#321412
(50,20,18)
#280F0E
(40,15,14)
#1E0A0A
(30,10,10)
#140506
(20,5,6)
#000000
(0,0,0)

Tints of #78372E

#78372E
(120,55,46)
#844941
(132,73,65)
#905B54
(144,91,84)
#9C6D67
(156,109,103)
#A87F7A
(168,127,122)
#B4918D
(180,145,141)
#C0A3A0
(192,163,160)
#CCB5B3
(204,181,179)
#D8C7C6
(216,199,198)
#E4D9D9
(228,217,217)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78372E color. Also use rgb(120,55,46) instead hex code.

Text Font Color

.myTextColor { color: #78372E; }

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

This text font color is #78372E.


Background Color

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

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

This div background color is #78372E.


Border color

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

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

This div border color is #78372E.


Opacity

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

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

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

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

This text has shadow with #78372E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78372E on black background.


Color preview on white background

This text has color #78372E on white background.



Black color preview on #78372E background

This text has black color on #78372E background.


White color preview on #78372E background

This text has white color on #78372E background.