COLOR #783B51

HEX: #783B51 RGB: (120,59,81)

Color info

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

RGB color model

#783B51 color RGB value is (120,59,81).

RGB: (120,59,81) (47%, 23%, 32%)

RGB channels and saturation

R 120 of 255 = 47%
G 59 of 255 = 23%
B 81 of 255 = 32%

120
59
81

R + G + B ~ 34%. #783B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 59 + 81 = 260 (100%)
R 120 of 260 ~ 46.15%
G 59 of 260 ~ 22.69%
B 81 of 260 ~ 31.15'%

%46.15
%22.69
%31.15

CMYK color model

#783B51 color CMYK value is (0,51,33,53).

  • cyan value is 0.00%
  • magenta value is 50.83%
  • yellow value is 32.50%
  • key color value is 52.94%

CMYK: (0,51,33,53)
C0M51Y33K53 (0%, 51%, 33%, 53%)
(0.00 / 0.51 / 0.33 / 0.53)

CMYK percentages

%0
%50.83
%32.5
%52.94

Codes

Color #783B51 in popluar color models

78 3B 51
RGB 120 59 81
HSL 338° 34.08% 35.10%
HSB/HSV 338° 50.83% 47.06%
CMYK 0.00% 50.83% 32.50%
52.94%

Color #783B51 in popluar number systems.

HEX 78 3B 51
Decimal 120 59 81
Binary 1111000 111011 1010001
Octal 170 73 121

Shades and tints

Shades of #783B51

#783B51
(120,59,81)
#6E364A
(110,54,74)
#643143
(100,49,67)
#5A2C3C
(90,44,60)
#502735
(80,39,53)
#46222E
(70,34,46)
#3C1D27
(60,29,39)
#321820
(50,24,32)
#281319
(40,19,25)
#1E0E12
(30,14,18)
#14090B
(20,9,11)
#000000
(0,0,0)

Tints of #783B51

#783B51
(120,59,81)
#844C60
(132,76,96)
#905D6F
(144,93,111)
#9C6E7E
(156,110,126)
#A87F8D
(168,127,141)
#B4909C
(180,144,156)
#C0A1AB
(192,161,171)
#CCB2BA
(204,178,186)
#D8C3C9
(216,195,201)
#E4D4D8
(228,212,216)
#F0E5E7
(240,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783B51 color. Also use rgb(120,59,81) instead hex code.

Text Font Color

.myTextColor { color: #783B51; }

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

This text font color is #783B51.

Background Color

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

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

This div background color is #783B51.

Border color

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

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

This div border color is #783B51.

Opacity

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

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

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

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

This text has shadow with #783B51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783B51.

Preview

Color preview on black background

This text has color #783B51 on black background.


Color preview on white background

This text has color #783B51 on white background.


Black color preview on #783B51 background

This text has black color on #783B51 background.


White color preview on #783B51 background

This text has white color on #783B51 background.


Related colors

Complementary color

Complementary color for #hex is #87C4AE.


I love getcolorcode.com

Triadic colors

1 #51783B and #3B5178 with #783B51 are triadic colors.

2 #513B78 and #3B7851 with #783B51 are triadic colors.