COLOR #78323F

HEX: #78323F
RGB: (120,50,63)

Color info

#78323F contains mainly red and blue colors. Web safe color of #78323F is #663333 (or #633).

RGB color model

#78323F color RGB value is (120,50,63).

  • red value is 120;
  • green value is 50;
  • blue value is 63.
RGB:
(120,50,63)
(47%,20%,25%)

RGB channels and saturation

R 120 of 255 = 47%
G 50 of 255 = 20%
B 63 of 255 = 25%

120
50
63

R + G + B ~ 31%. #78323F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 50 + 63 = 233 (100%)
R 120 of 233 ~ 51.5%
G 50 of 233 ~ 21.46%
B 63 of 233 ~ 27.04%

%51.5
%21.46
%27.04

CMYK color model

#78323F color CMYK value is (0,58,48,53).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 47.50%
  • key color value is 52.94%
CMYK:
(0,58,48,53)
C0M58Y48K53 
(0%,58%,48%,53%)
(0.00/0.58/0.48/0.53)	

CMYK percentages

%0
%58.33
%47.5
%52.94

Codes

Color #78323F in popluar color models

78323F
RGB1205063
HSL349°41.18%33.33%
HSB/HSV349°58.33%47.06%
CMYK0.00%58.33%47.50%
52.94%

Color #78323F in popluar number systems.

HEX78323F
Decimal1205063
Binary1111000110010111111
Octal1706277

Shades and tints

Shades of #78323F

#78323F
(120,50,63)
#6E2E3A
(110,46,58)
#642A35
(100,42,53)
#5A2630
(90,38,48)
#50222B
(80,34,43)
#461E26
(70,30,38)
#3C1A21
(60,26,33)
#32161C
(50,22,28)
#281217
(40,18,23)
#1E0E12
(30,14,18)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #78323F

#78323F
(120,50,63)
#844450
(132,68,80)
#905661
(144,86,97)
#9C6872
(156,104,114)
#A87A83
(168,122,131)
#B48C94
(180,140,148)
#C09EA5
(192,158,165)
#CCB0B6
(204,176,182)
#D8C2C7
(216,194,199)
#E4D4D8
(228,212,216)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78323F; }

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

This text font color is #78323F.


Background Color

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

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

This div background color is #78323F.


Border color

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

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

This div border color is #78323F.


Opacity

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

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

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

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

This text has shadow with #78323F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78323F on black background.


Color preview on white background

This text has color #78323F on white background.



Black color preview on #78323F background

This text has black color on #78323F background.


White color preview on #78323F background

This text has white color on #78323F background.