COLOR #783441

HEX: #783441
RGB: (120,52,65)

Color info

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

RGB color model

#783441 color RGB value is (120,52,65).

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

RGB channels and saturation

R 120 of 255 = 47%
G 52 of 255 = 20%
B 65 of 255 = 25%

120
52
65

R + G + B ~ 31%. #783441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 52 + 65 = 237 (100%)
R 120 of 237 ~ 50.63%
G 52 of 237 ~ 21.94%
B 65 of 237 ~ 27.43%

%50.63
%21.94
%27.43

CMYK color model

#783441 color CMYK value is (0,57,46,53).

  • cyan value is 0.00%
  • magenta value is 56.67%
  • yellow value is 45.83%
  • key color value is 52.94%
CMYK:
(0,57,46,53)
C0M57Y46K53 
(0%,57%,46%,53%)
(0.00/0.57/0.46/0.53)	

CMYK percentages

%0
%56.67
%45.83
%52.94

Codes

Color #783441 in popluar color models

783441
RGB1205265
HSL349°39.53%33.73%
HSB/HSV349°56.67%47.06%
CMYK0.00%56.67%45.83%
52.94%

Color #783441 in popluar number systems.

HEX783441
Decimal1205265
Binary11110001101001000001
Octal17064101

Shades and tints

Shades of #783441

#783441
(120,52,65)
#6E303C
(110,48,60)
#642C37
(100,44,55)
#5A2832
(90,40,50)
#50242D
(80,36,45)
#462028
(70,32,40)
#3C1C23
(60,28,35)
#32181E
(50,24,30)
#281419
(40,20,25)
#1E1014
(30,16,20)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #783441

#783441
(120,52,65)
#844652
(132,70,82)
#905863
(144,88,99)
#9C6A74
(156,106,116)
#A87C85
(168,124,133)
#B48E96
(180,142,150)
#C0A0A7
(192,160,167)
#CCB2B8
(204,178,184)
#D8C4C9
(216,196,201)
#E4D6DA
(228,214,218)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #783441; }

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

This text font color is #783441.


Background Color

.myBgColor { background-color: #783441; }

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

This div background color is #783441.


Border color

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

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

This div border color is #783441.


Opacity

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

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

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

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

This text has shadow with #783441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783441 on black background.


Color preview on white background

This text has color #783441 on white background.



Black color preview on #783441 background

This text has black color on #783441 background.


White color preview on #783441 background

This text has white color on #783441 background.