COLOR #78323C

HEX: #78323C RGB: (120,50,60)

Color info

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

RGB color model

#78323C color RGB value is (120,50,60).

RGB: (120,50,60) (47%, 20%, 24%)

RGB channels and saturation

R 120 of 255 = 47%
G 50 of 255 = 20%
B 60 of 255 = 24%

120
50
60

R + G + B ~ 30%. #78323C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 50 + 60 = 230 (100%)
R 120 of 230 ~ 52.17%
G 50 of 230 ~ 21.74%
B 60 of 230 ~ 26.09'%

%52.17
%21.74
%26.09

CMYK color model

#78323C color CMYK value is (0,58,50,53).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 50.00%
  • key color value is 52.94%

CMYK: (0,58,50,53)
C0M58Y50K53 (0%, 58%, 50%, 53%)
(0.00 / 0.58 / 0.50 / 0.53)

CMYK percentages

%0
%58.33
%50
%52.94

Codes

Color #78323C in popluar color models

78 32 3C
RGB 120 50 60
HSL 351° 41.18% 33.33%
HSB/HSV 351° 58.33% 47.06%
CMYK 0.00% 58.33% 50.00%
52.94%

Color #78323C in popluar number systems.

HEX 78 32 3C
Decimal 120 50 60
Binary 1111000 110010 111100
Octal 170 62 74

Shades and tints

Shades of #78323C

#78323C
(120,50,60)
#6E2E37
(110,46,55)
#642A32
(100,42,50)
#5A262D
(90,38,45)
#502228
(80,34,40)
#461E23
(70,30,35)
#3C1A1E
(60,26,30)
#321619
(50,22,25)
#281214
(40,18,20)
#1E0E0F
(30,14,15)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #78323C

#78323C
(120,50,60)
#84444D
(132,68,77)
#90565E
(144,86,94)
#9C686F
(156,104,111)
#A87A80
(168,122,128)
#B48C91
(180,140,145)
#C09EA2
(192,158,162)
#CCB0B3
(204,176,179)
#D8C2C4
(216,194,196)
#E4D4D5
(228,212,213)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78323C; }

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

This text font color is #78323C.

Background Color

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

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

This div background color is #78323C.

Border color

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

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

This div border color is #78323C.

Opacity

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

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

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

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

This text has shadow with #78323C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78323C.

Preview

Color preview on black background

This text has color #78323C on black background.


Color preview on white background

This text has color #78323C on white background.


Black color preview on #78323C background

This text has black color on #78323C background.


White color preview on #78323C background

This text has white color on #78323C background.


Related colors

Complementary color

Complementary color for #hex is #87CDC3.


I love getcolorcode.com

Triadic colors

1 #3C7832 and #323C78 with #78323C are triadic colors.

2 #3C3278 and #32783C with #78323C are triadic colors.