COLOR #78173D

HEX: #78173D
RGB: (120,23,61)

Color info

#78173D contains mainly red and blue colors. Web safe color of #78173D is #660033 (or #603).

RGB color model

#78173D color RGB value is (120,23,61).

  • red value is 120;
  • green value is 23;
  • blue value is 61.
RGB:
(120,23,61)
(47%,9%,24%)

RGB channels and saturation

R 120 of 255 = 47%
G 23 of 255 = 9%
B 61 of 255 = 24%

120
23
61

R + G + B ~ 27%. #78173D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 23 + 61 = 204 (100%)
R 120 of 204 ~ 58.82%
G 23 of 204 ~ 11.27%
B 61 of 204 ~ 29.9%

%58.82
%11.27
%29.9

CMYK color model

#78173D color CMYK value is (0,81,49,53).

  • cyan value is 0.00%
  • magenta value is 80.83%
  • yellow value is 49.17%
  • key color value is 52.94%
CMYK:
(0,81,49,53)
C0M81Y49K53 
(0%,81%,49%,53%)
(0.00/0.81/0.49/0.53)	

CMYK percentages

%0
%80.83
%49.17
%52.94

Codes

Color #78173D in popluar color models

78173D
RGB1202361
HSL336°67.83%28.04%
HSB/HSV336°80.83%47.06%
CMYK0.00%80.83%49.17%
52.94%

Color #78173D in popluar number systems.

HEX78173D
Decimal1202361
Binary111100010111111101
Octal1702775

Shades and tints

Shades of #78173D

#78173D
(120,23,61)
#6E1538
(110,21,56)
#641333
(100,19,51)
#5A112E
(90,17,46)
#500F29
(80,15,41)
#460D24
(70,13,36)
#3C0B1F
(60,11,31)
#32091A
(50,9,26)
#280715
(40,7,21)
#1E0510
(30,5,16)
#14030B
(20,3,11)
#000000
(0,0,0)

Tints of #78173D

#78173D
(120,23,61)
#842C4E
(132,44,78)
#90415F
(144,65,95)
#9C5670
(156,86,112)
#A86B81
(168,107,129)
#B48092
(180,128,146)
#C095A3
(192,149,163)
#CCAAB4
(204,170,180)
#D8BFC5
(216,191,197)
#E4D4D6
(228,212,214)
#F0E9E7
(240,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78173D color. Also use rgb(120,23,61) instead hex code.

Text Font Color

.myTextColor { color: #78173D; }

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

This text font color is #78173D.


Background Color

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

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

This div background color is #78173D.


Border color

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

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

This div border color is #78173D.


Opacity

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

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

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

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

This text has shadow with #78173D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78173D on black background.


Color preview on white background

This text has color #78173D on white background.



Black color preview on #78173D background

This text has black color on #78173D background.


White color preview on #78173D background

This text has white color on #78173D background.