COLOR #78306B

HEX: #78306B
RGB: (120,48,107)

Color info

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

RGB color model

#78306B color RGB value is (120,48,107).

  • red value is 120;
  • green value is 48;
  • blue value is 107.
RGB:
(120,48,107)
(47%,19%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 48 of 255 = 19%
B 107 of 255 = 42%

120
48
107

R + G + B ~ 36%. #78306B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 48 + 107 = 275 (100%)
R 120 of 275 ~ 43.64%
G 48 of 275 ~ 17.45%
B 107 of 275 ~ 38.91%

%43.64
%17.45
%38.91

CMYK color model

#78306B color CMYK value is (0,60,11,53).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 10.83%
  • key color value is 52.94%
CMYK:
(0,60,11,53)
C0M60Y11K53 
(0%,60%,11%,53%)
(0.00/0.60/0.11/0.53)	

CMYK percentages

%0
%60
%10.83
%52.94

Codes

Color #78306B in popluar color models

78306B
RGB12048107
HSL311°42.86%32.94%
HSB/HSV311°60.00%47.06%
CMYK0.00%60.00%10.83%
52.94%

Color #78306B in popluar number systems.

HEX78306B
Decimal12048107
Binary11110001100001101011
Octal17060153

Shades and tints

Shades of #78306B

#78306B
(120,48,107)
#6E2C62
(110,44,98)
#642859
(100,40,89)
#5A2450
(90,36,80)
#502047
(80,32,71)
#461C3E
(70,28,62)
#3C1835
(60,24,53)
#32142C
(50,20,44)
#281023
(40,16,35)
#1E0C1A
(30,12,26)
#140811
(20,8,17)
#000000
(0,0,0)

Tints of #78306B

#78306B
(120,48,107)
#844278
(132,66,120)
#905485
(144,84,133)
#9C6692
(156,102,146)
#A8789F
(168,120,159)
#B48AAC
(180,138,172)
#C09CB9
(192,156,185)
#CCAEC6
(204,174,198)
#D8C0D3
(216,192,211)
#E4D2E0
(228,210,224)
#F0E4ED
(240,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78306B color. Also use rgb(120,48,107) instead hex code.

Text Font Color

.myTextColor { color: #78306B; }

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

This text font color is #78306B.


Background Color

.myBgColor { background-color: #78306B; }

<div style="background-color:#78306B">Inner text</div>

This div background color is #78306B.


Border color

.myBorderColor { border: 1px solid #78306B; }

<div style="border:3px solid #78306B">Div</div>

This div border color is #78306B.


Opacity

.myOpacity80 { color: #78306B; opacity: 0.8; }

<p style="color:#78306B;opacity:0.8;">80%</p>

Text with #78306B 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 #78306B;}

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

This text has shadow with #78306B color.

.textShadow {text-shadow: 3px 3px 1px #78306B, 3px 3px 1px red;}

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

This text has shadow with #78306B primary color and red secondary color.


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

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

This text has shadow with #78306B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78306B on black background.


Color preview on white background

This text has color #78306B on white background.



Black color preview on #78306B background

This text has black color on #78306B background.


White color preview on #78306B background

This text has white color on #78306B background.