COLOR #78363C

HEX: #78363C RGB: (120,54,60)

Color info

#78363C contains mainly red color. Web safe color of #78363C is #663333 (or #633).

RGB color model

#78363C color RGB value is (120,54,60).

RGB: (120,54,60) (47%, 21%, 24%)

RGB channels and saturation

R 120 of 255 = 47%
G 54 of 255 = 21%
B 60 of 255 = 24%

120
54
60

R + G + B ~ 31%. #78363C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 54 + 60 = 234 (100%)
R 120 of 234 ~ 51.28%
G 54 of 234 ~ 23.08%
B 60 of 234 ~ 25.64'%

%51.28
%23.08
%25.64

CMYK color model

#78363C color CMYK value is (0,55,50,53).

  • cyan value is 0.00%
  • magenta value is 55.00%
  • yellow value is 50.00%
  • key color value is 52.94%
CMYK: (0,55,50,53) C0M55Y50K53 (0%,55%,50%,53%) (0.00/0.55/0.50/0.53) 

CMYK percentages

%0
%55
%50
%52.94

Codes

Color #78363C in popluar color models

78 36 3C
RGB 120 54 60
HSL 355° 37.93% 34.12%
HSB/HSV 355° 55.00% 47.06%
CMYK 0.00% 55.00% 50.00%
52.94%

Color #78363C in popluar number systems.

HEX 78 36 3C
Decimal 120 54 60
Binary 1111000 110110 111100
Octal 170 66 74

Shades and tints

Shades of #78363C

#78363C
(120,54,60)
#6E3237
(110,50,55)
#642E32
(100,46,50)
#5A2A2D
(90,42,45)
#502628
(80,38,40)
#462223
(70,34,35)
#3C1E1E
(60,30,30)
#321A19
(50,26,25)
#281614
(40,22,20)
#1E120F
(30,18,15)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #78363C

#78363C
(120,54,60)
#84484D
(132,72,77)
#905A5E
(144,90,94)
#9C6C6F
(156,108,111)
#A87E80
(168,126,128)
#B49091
(180,144,145)
#C0A2A2
(192,162,162)
#CCB4B3
(204,180,179)
#D8C6C4
(216,198,196)
#E4D8D5
(228,216,213)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78363C color. Also use rgb(120,54,60) instead hex code.

Text Font Color

.myTextColor { color: #78363C; }

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

This text font color is #78363C.

Background Color

.myBgColor { background-color: #78363C; }

<div style="background-color:#78363C">Inner text</div>

This div background color is #78363C.

Border color

.myBorderColor { border: 1px solid #78363C; }

<div style="border:3px solid #78363C">Div</div>

This div border color is #78363C.

Opacity

.myOpacity80 { color: #78363C; opacity: 0.8; }

<p style="color:#78363C;opacity:0.8;">80%</p>

Text with #78363C 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 #78363C;}

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

This text has shadow with #78363C color.


.textShadow {text-shadow: 3px 3px 1px #78363C', 3px 3px 1px red;}

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

This text has shadow with #78363C primary color and red secondary color.


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

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

This text has shadow with #78363C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78363C; -webkit-box-shadow: 1px 1px 3px 2px #78363C; box-shadow:1px 1px 3px 2px #78363C;">
Div content here
</div>

This div box has shadow with color #78363C.

Preview

Color preview on black background

This text has color #78363C on black background.


Color preview on white background

This text has color #78363C on white background.


Black color preview on #78363C background

This text has black color on #78363C background.


White color preview on #78363C background

This text has white color on #78363C background.


Related colors

Complementary color

Complementary color for #hex is #87C9C3.


I love getcolorcode.com

Triadic colors

1 #3C7836 and #363C78 with #78363C are triadic colors.

2 #3C3678 and #36783C with #78363C are triadic colors.