COLOR #780F23

HEX: #780F23
RGB: (120,15,35)

Color info

#780F23 contains mainly red color. Web safe color of #780F23 is #660033 (or #603).

RGB color model

#780F23 color RGB value is (120,15,35).

  • red value is 120;
  • green value is 15;
  • blue value is 35.
RGB:
(120,15,35)
(47%,6%,14%)

RGB channels and saturation

R 120 of 255 = 47%
G 15 of 255 = 6%
B 35 of 255 = 14%

120
15
35

R + G + B ~ 22%. #780F23 is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 15 + 35 = 170 (100%)
R 120 of 170 ~ 70.59%
G 15 of 170 ~ 8.82%
B 35 of 170 ~ 20.59%

%70.59
%20.59

CMYK color model

#780F23 color CMYK value is (0,88,71,53).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 70.83%
  • key color value is 52.94%
CMYK:
(0,88,71,53)
C0M88Y71K53 
(0%,88%,71%,53%)
(0.00/0.88/0.71/0.53)	

CMYK percentages

%0
%87.5
%70.83
%52.94

Codes

Color #780F23 in popluar color models

780F23
RGB1201535
HSL349°77.78%26.47%
HSB/HSV349°87.50%47.06%
CMYK0.00%87.50%70.83%
52.94%

Color #780F23 in popluar number systems.

HEX780F23
Decimal1201535
Binary11110001111100011
Octal1701743

Shades and tints

Shades of #780F23

#780F23
(120,15,35)
#6E0E20
(110,14,32)
#640D1D
(100,13,29)
#5A0C1A
(90,12,26)
#500B17
(80,11,23)
#460A14
(70,10,20)
#3C0911
(60,9,17)
#32080E
(50,8,14)
#28070B
(40,7,11)
#1E0608
(30,6,8)
#140505
(20,5,5)
#000000
(0,0,0)

Tints of #780F23

#780F23
(120,15,35)
#842437
(132,36,55)
#90394B
(144,57,75)
#9C4E5F
(156,78,95)
#A86373
(168,99,115)
#B47887
(180,120,135)
#C08D9B
(192,141,155)
#CCA2AF
(204,162,175)
#D8B7C3
(216,183,195)
#E4CCD7
(228,204,215)
#F0E1EB
(240,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #780F23 color. Also use rgb(120,15,35) instead hex code.

Text Font Color

.myTextColor { color: #780F23; }

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

This text font color is #780F23.


Background Color

.myBgColor { background-color: #780F23; }

<div style="background-color:#780F23">Inner text</div>

This div background color is #780F23.


Border color

.myBorderColor { border: 1px solid #780F23; }

<div style="border:3px solid #780F23">Div</div>

This div border color is #780F23.


Opacity

.myOpacity80 { color: #780F23; opacity: 0.8; }

<p style="color:#780F23;opacity:0.8;">80%</p>

Text with #780F23 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 #780F23;}

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

This text has shadow with #780F23 color.

.textShadow {text-shadow: 3px 3px 1px #780F23, 3px 3px 1px red;}

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

This text has shadow with #780F23 primary color and red secondary color.


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

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

This text has shadow with #780F23 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780F23 on black background.


Color preview on white background

This text has color #780F23 on white background.



Black color preview on #780F23 background

This text has black color on #780F23 background.


White color preview on #780F23 background

This text has white color on #780F23 background.