COLOR #78315D

HEX: #78315D
RGB: (120,49,93)

Color info

#78315D contains mainly red and blue colors. Web safe color of #78315D is #663366 (or #636).

RGB color model

#78315D color RGB value is (120,49,93).

  • red value is 120;
  • green value is 49;
  • blue value is 93.
RGB:
(120,49,93)
(47%,19%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 49 of 255 = 19%
B 93 of 255 = 36%

120
49
93

R + G + B ~ 34%. #78315D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 49 + 93 = 262 (100%)
R 120 of 262 ~ 45.8%
G 49 of 262 ~ 18.7%
B 93 of 262 ~ 35.5%

%45.8
%18.7
%35.5

CMYK color model

#78315D color CMYK value is (0,59,23,53).

  • cyan value is 0.00%
  • magenta value is 59.17%
  • yellow value is 22.50%
  • key color value is 52.94%
CMYK:
(0,59,23,53)
C0M59Y23K53 
(0%,59%,23%,53%)
(0.00/0.59/0.23/0.53)	

CMYK percentages

%0
%59.17
%22.5
%52.94

Codes

Color #78315D in popluar color models

78315D
RGB1204993
HSL323°42.01%33.14%
HSB/HSV323°59.17%47.06%
CMYK0.00%59.17%22.50%
52.94%

Color #78315D in popluar number systems.

HEX78315D
Decimal1204993
Binary11110001100011011101
Octal17061135

Shades and tints

Shades of #78315D

#78315D
(120,49,93)
#6E2D55
(110,45,85)
#64294D
(100,41,77)
#5A2545
(90,37,69)
#50213D
(80,33,61)
#461D35
(70,29,53)
#3C192D
(60,25,45)
#321525
(50,21,37)
#28111D
(40,17,29)
#1E0D15
(30,13,21)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #78315D

#78315D
(120,49,93)
#84436B
(132,67,107)
#905579
(144,85,121)
#9C6787
(156,103,135)
#A87995
(168,121,149)
#B48BA3
(180,139,163)
#C09DB1
(192,157,177)
#CCAFBF
(204,175,191)
#D8C1CD
(216,193,205)
#E4D3DB
(228,211,219)
#F0E5E9
(240,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78315D color. Also use rgb(120,49,93) instead hex code.

Text Font Color

.myTextColor { color: #78315D; }

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

This text font color is #78315D.


Background Color

.myBgColor { background-color: #78315D; }

<div style="background-color:#78315D">Inner text</div>

This div background color is #78315D.


Border color

.myBorderColor { border: 1px solid #78315D; }

<div style="border:3px solid #78315D">Div</div>

This div border color is #78315D.


Opacity

.myOpacity80 { color: #78315D; opacity: 0.8; }

<p style="color:#78315D;opacity:0.8;">80%</p>

Text with #78315D 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 #78315D;}

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

This text has shadow with #78315D color.

.textShadow {text-shadow: 3px 3px 1px #78315D, 3px 3px 1px red;}

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

This text has shadow with #78315D primary color and red secondary color.


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

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

This text has shadow with #78315D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78315D on black background.


Color preview on white background

This text has color #78315D on white background.



Black color preview on #78315D background

This text has black color on #78315D background.


White color preview on #78315D background

This text has white color on #78315D background.