COLOR #782359

HEX: #782359
RGB: (120,35,89)

Color info

#782359 contains mainly red and blue colors. Web safe color of #782359 is #663366 (or #636).

RGB color model

#782359 color RGB value is (120,35,89).

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

RGB channels and saturation

R 120 of 255 = 47%
G 35 of 255 = 14%
B 89 of 255 = 35%

120
35
89

R + G + B ~ 32%. #782359 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 35 + 89 = 244 (100%)
R 120 of 244 ~ 49.18%
G 35 of 244 ~ 14.34%
B 89 of 244 ~ 36.48%

%49.18
%14.34
%36.48

CMYK color model

#782359 color CMYK value is (0,71,26,53).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 25.83%
  • key color value is 52.94%
CMYK:
(0,71,26,53)
C0M71Y26K53 
(0%,71%,26%,53%)
(0.00/0.71/0.26/0.53)	

CMYK percentages

%0
%70.83
%25.83
%52.94

Codes

Color #782359 in popluar color models

782359
RGB1203589
HSL322°54.84%30.39%
HSB/HSV322°70.83%47.06%
CMYK0.00%70.83%25.83%
52.94%

Color #782359 in popluar number systems.

HEX782359
Decimal1203589
Binary11110001000111011001
Octal17043131

Shades and tints

Shades of #782359

#782359
(120,35,89)
#6E2051
(110,32,81)
#641D49
(100,29,73)
#5A1A41
(90,26,65)
#501739
(80,23,57)
#461431
(70,20,49)
#3C1129
(60,17,41)
#320E21
(50,14,33)
#280B19
(40,11,25)
#1E0811
(30,8,17)
#140509
(20,5,9)
#000000
(0,0,0)

Tints of #782359

#782359
(120,35,89)
#843768
(132,55,104)
#904B77
(144,75,119)
#9C5F86
(156,95,134)
#A87395
(168,115,149)
#B487A4
(180,135,164)
#C09BB3
(192,155,179)
#CCAFC2
(204,175,194)
#D8C3D1
(216,195,209)
#E4D7E0
(228,215,224)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #782359; }

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

This text font color is #782359.


Background Color

.myBgColor { background-color: #782359; }

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

This div background color is #782359.


Border color

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

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

This div border color is #782359.


Opacity

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

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

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

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

This text has shadow with #782359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782359 on black background.


Color preview on white background

This text has color #782359 on white background.



Black color preview on #782359 background

This text has black color on #782359 background.


White color preview on #782359 background

This text has white color on #782359 background.