COLOR #782841

HEX: #782841
RGB: (120,40,65)

Color info

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

RGB color model

#782841 color RGB value is (120,40,65).

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

RGB channels and saturation

R 120 of 255 = 47%
G 40 of 255 = 16%
B 65 of 255 = 25%

120
40
65

R + G + B ~ 29%. #782841 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 40 + 65 = 225 (100%)
R 120 of 225 ~ 53.33%
G 40 of 225 ~ 17.78%
B 65 of 225 ~ 28.89%

%53.33
%17.78
%28.89

CMYK color model

#782841 color CMYK value is (0,67,46,53).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 45.83%
  • key color value is 52.94%
CMYK:
(0,67,46,53)
C0M67Y46K53 
(0%,67%,46%,53%)
(0.00/0.67/0.46/0.53)	

CMYK percentages

%0
%66.67
%45.83
%52.94

Codes

Color #782841 in popluar color models

782841
RGB1204065
HSL341°50.00%31.37%
HSB/HSV341°66.67%47.06%
CMYK0.00%66.67%45.83%
52.94%

Color #782841 in popluar number systems.

HEX782841
Decimal1204065
Binary11110001010001000001
Octal17050101

Shades and tints

Shades of #782841

#782841
(120,40,65)
#6E253C
(110,37,60)
#642237
(100,34,55)
#5A1F32
(90,31,50)
#501C2D
(80,28,45)
#461928
(70,25,40)
#3C1623
(60,22,35)
#32131E
(50,19,30)
#281019
(40,16,25)
#1E0D14
(30,13,20)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #782841

#782841
(120,40,65)
#843B52
(132,59,82)
#904E63
(144,78,99)
#9C6174
(156,97,116)
#A87485
(168,116,133)
#B48796
(180,135,150)
#C09AA7
(192,154,167)
#CCADB8
(204,173,184)
#D8C0C9
(216,192,201)
#E4D3DA
(228,211,218)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #782841; }

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

This text font color is #782841.


Background Color

.myBgColor { background-color: #782841; }

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

This div background color is #782841.


Border color

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

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

This div border color is #782841.


Opacity

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

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

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

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

This text has shadow with #782841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782841 on black background.


Color preview on white background

This text has color #782841 on white background.



Black color preview on #782841 background

This text has black color on #782841 background.


White color preview on #782841 background

This text has white color on #782841 background.