COLOR #78384C

HEX: #78384C
RGB: (120,56,76)

Color info

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

RGB color model

#78384C color RGB value is (120,56,76).

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

RGB channels and saturation

R 120 of 255 = 47%
G 56 of 255 = 22%
B 76 of 255 = 30%

120
56
76

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

Portions of RGB colors in percentages

R + G + B =
120 + 56 + 76 = 252 (100%)
R 120 of 252 ~ 47.62%
G 56 of 252 ~ 22.22%
B 76 of 252 ~ 30.16%

%47.62
%22.22
%30.16

CMYK color model

#78384C color CMYK value is (0,53,37,53).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 36.67%
  • key color value is 52.94%
CMYK:
(0,53,37,53)
C0M53Y37K53 
(0%,53%,37%,53%)
(0.00/0.53/0.37/0.53)	

CMYK percentages

%0
%53.33
%36.67
%52.94

Codes

Color #78384C in popluar color models

78384C
RGB1205676
HSL341°36.36%34.51%
HSB/HSV341°53.33%47.06%
CMYK0.00%53.33%36.67%
52.94%

Color #78384C in popluar number systems.

HEX78384C
Decimal1205676
Binary11110001110001001100
Octal17070114

Shades and tints

Shades of #78384C

#78384C
(120,56,76)
#6E3346
(110,51,70)
#642E40
(100,46,64)
#5A293A
(90,41,58)
#502434
(80,36,52)
#461F2E
(70,31,46)
#3C1A28
(60,26,40)
#321522
(50,21,34)
#28101C
(40,16,28)
#1E0B16
(30,11,22)
#140610
(20,6,16)
#000000
(0,0,0)

Tints of #78384C

#78384C
(120,56,76)
#844A5C
(132,74,92)
#905C6C
(144,92,108)
#9C6E7C
(156,110,124)
#A8808C
(168,128,140)
#B4929C
(180,146,156)
#C0A4AC
(192,164,172)
#CCB6BC
(204,182,188)
#D8C8CC
(216,200,204)
#E4DADC
(228,218,220)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78384C; }

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

This text font color is #78384C.


Background Color

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

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

This div background color is #78384C.


Border color

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

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

This div border color is #78384C.


Opacity

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

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

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

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

This text has shadow with #78384C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78384C on black background.


Color preview on white background

This text has color #78384C on white background.



Black color preview on #78384C background

This text has black color on #78384C background.


White color preview on #78384C background

This text has white color on #78384C background.