COLOR #782428

HEX: #782428
RGB: (120,36,40)

Color info

#782428 contains mainly red color. Web safe color of #782428 is #663333 (or #633).

RGB color model

#782428 color RGB value is (120,36,40).

  • red value is 120;
  • green value is 36;
  • blue value is 40.
RGB:
(120,36,40)
(47%,14%,16%)

RGB channels and saturation

R 120 of 255 = 47%
G 36 of 255 = 14%
B 40 of 255 = 16%

120
36
40

R + G + B ~ 26%. #782428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 36 + 40 = 196 (100%)
R 120 of 196 ~ 61.22%
G 36 of 196 ~ 18.37%
B 40 of 196 ~ 20.41%

%61.22
%18.37
%20.41

CMYK color model

#782428 color CMYK value is (0,70,67,53).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 66.67%
  • key color value is 52.94%
CMYK:
(0,70,67,53)
C0M70Y67K53 
(0%,70%,67%,53%)
(0.00/0.70/0.67/0.53)	

CMYK percentages

%0
%70
%66.67
%52.94

Codes

Color #782428 in popluar color models

782428
RGB1203640
HSL357°53.85%30.59%
HSB/HSV357°70.00%47.06%
CMYK0.00%70.00%66.67%
52.94%

Color #782428 in popluar number systems.

HEX782428
Decimal1203640
Binary1111000100100101000
Octal1704450

Shades and tints

Shades of #782428

#782428
(120,36,40)
#6E2125
(110,33,37)
#641E22
(100,30,34)
#5A1B1F
(90,27,31)
#50181C
(80,24,28)
#461519
(70,21,25)
#3C1216
(60,18,22)
#320F13
(50,15,19)
#280C10
(40,12,16)
#1E090D
(30,9,13)
#14060A
(20,6,10)
#000000
(0,0,0)

Tints of #782428

#782428
(120,36,40)
#84373B
(132,55,59)
#904A4E
(144,74,78)
#9C5D61
(156,93,97)
#A87074
(168,112,116)
#B48387
(180,131,135)
#C0969A
(192,150,154)
#CCA9AD
(204,169,173)
#D8BCC0
(216,188,192)
#E4CFD3
(228,207,211)
#F0E2E6
(240,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #782428 color. Also use rgb(120,36,40) instead hex code.

Text Font Color

.myTextColor { color: #782428; }

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

This text font color is #782428.


Background Color

.myBgColor { background-color: #782428; }

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

This div background color is #782428.


Border color

.myBorderColor { border: 1px solid #782428; }

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

This div border color is #782428.


Opacity

.myOpacity80 { color: #782428; opacity: 0.8; }

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

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

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

This text has shadow with #782428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782428 on black background.


Color preview on white background

This text has color #782428 on white background.



Black color preview on #782428 background

This text has black color on #782428 background.


White color preview on #782428 background

This text has white color on #782428 background.