COLOR #783D59

HEX: #783D59
RGB: (120,61,89)

Color info

#783D59 contains red, green and blue colors in about the same proportion. Web safe color of #783D59 is #663366 (or #636).

RGB color model

#783D59 color RGB value is (120,61,89).

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

RGB channels and saturation

R 120 of 255 = 47%
G 61 of 255 = 24%
B 89 of 255 = 35%

120
61
89

R + G + B ~ 35%. #783D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 61 + 89 = 270 (100%)
R 120 of 270 ~ 44.44%
G 61 of 270 ~ 22.59%
B 89 of 270 ~ 32.96%

%44.44
%22.59
%32.96

CMYK color model

#783D59 color CMYK value is (0,49,26,53).

  • cyan value is 0.00%
  • magenta value is 49.17%
  • yellow value is 25.83%
  • key color value is 52.94%
CMYK:
(0,49,26,53)
C0M49Y26K53 
(0%,49%,26%,53%)
(0.00/0.49/0.26/0.53)	

CMYK percentages

%0
%49.17
%25.83
%52.94

Codes

Color #783D59 in popluar color models

783D59
RGB1206189
HSL332°32.60%35.49%
HSB/HSV332°49.17%47.06%
CMYK0.00%49.17%25.83%
52.94%

Color #783D59 in popluar number systems.

HEX783D59
Decimal1206189
Binary11110001111011011001
Octal17075131

Shades and tints

Shades of #783D59

#783D59
(120,61,89)
#6E3851
(110,56,81)
#643349
(100,51,73)
#5A2E41
(90,46,65)
#502939
(80,41,57)
#462431
(70,36,49)
#3C1F29
(60,31,41)
#321A21
(50,26,33)
#281519
(40,21,25)
#1E1011
(30,16,17)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #783D59

#783D59
(120,61,89)
#844E68
(132,78,104)
#905F77
(144,95,119)
#9C7086
(156,112,134)
#A88195
(168,129,149)
#B492A4
(180,146,164)
#C0A3B3
(192,163,179)
#CCB4C2
(204,180,194)
#D8C5D1
(216,197,209)
#E4D6E0
(228,214,224)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #783D59; }

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

This text font color is #783D59.


Background Color

.myBgColor { background-color: #783D59; }

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

This div background color is #783D59.


Border color

.myBorderColor { border: 1px solid #783D59; }

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

This div border color is #783D59.


Opacity

.myOpacity80 { color: #783D59; opacity: 0.8; }

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

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

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

This text has shadow with #783D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783D59 on black background.


Color preview on white background

This text has color #783D59 on white background.



Black color preview on #783D59 background

This text has black color on #783D59 background.


White color preview on #783D59 background

This text has white color on #783D59 background.