COLOR #78384F

HEX: #78384F
RGB: (120,56,79)

Color info

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

RGB color model

#78384F color RGB value is (120,56,79).

  • red value is 120;
  • green value is 56;
  • blue value is 79.
RGB:
(120,56,79)
(47%,22%,31%)

RGB channels and saturation

R 120 of 255 = 47%
G 56 of 255 = 22%
B 79 of 255 = 31%

120
56
79

R + G + B ~ 33%. #78384F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 56 + 79 = 255 (100%)
R 120 of 255 ~ 47.06%
G 56 of 255 ~ 21.96%
B 79 of 255 ~ 30.98%

%47.06
%21.96
%30.98

CMYK color model

#78384F color CMYK value is (0,53,34,53).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 34.17%
  • key color value is 52.94%
CMYK:
(0,53,34,53)
C0M53Y34K53 
(0%,53%,34%,53%)
(0.00/0.53/0.34/0.53)	

CMYK percentages

%0
%53.33
%34.17
%52.94

Codes

Color #78384F in popluar color models

78384F
RGB1205679
HSL338°36.36%34.51%
HSB/HSV338°53.33%47.06%
CMYK0.00%53.33%34.17%
52.94%

Color #78384F in popluar number systems.

HEX78384F
Decimal1205679
Binary11110001110001001111
Octal17070117

Shades and tints

Shades of #78384F

#78384F
(120,56,79)
#6E3348
(110,51,72)
#642E41
(100,46,65)
#5A293A
(90,41,58)
#502433
(80,36,51)
#461F2C
(70,31,44)
#3C1A25
(60,26,37)
#32151E
(50,21,30)
#281017
(40,16,23)
#1E0B10
(30,11,16)
#140609
(20,6,9)
#000000
(0,0,0)

Tints of #78384F

#78384F
(120,56,79)
#844A5F
(132,74,95)
#905C6F
(144,92,111)
#9C6E7F
(156,110,127)
#A8808F
(168,128,143)
#B4929F
(180,146,159)
#C0A4AF
(192,164,175)
#CCB6BF
(204,182,191)
#D8C8CF
(216,200,207)
#E4DADF
(228,218,223)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78384F color. Also use rgb(120,56,79) instead hex code.

Text Font Color

.myTextColor { color: #78384F; }

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

This text font color is #78384F.


Background Color

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

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

This div background color is #78384F.


Border color

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

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

This div border color is #78384F.


Opacity

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

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

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

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

This text has shadow with #78384F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78384F on black background.


Color preview on white background

This text has color #78384F on white background.



Black color preview on #78384F background

This text has black color on #78384F background.


White color preview on #78384F background

This text has white color on #78384F background.