COLOR #783D5E

HEX: #783D5E RGB: (120,61,94)

Color info

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

RGB color model

#783D5E color RGB value is (120,61,94).

RGB: (120,61,94) (47%, 24%, 37%)

RGB channels and saturation

R 120 of 255 = 47%
G 61 of 255 = 24%
B 94 of 255 = 37%

120
61
94

R + G + B ~ 36%. #783D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 61 + 94 = 275 (100%)
R 120 of 275 ~ 43.64%
G 61 of 275 ~ 22.18%
B 94 of 275 ~ 34.18'%

%43.64
%22.18
%34.18

CMYK color model

#783D5E color CMYK value is (0,49,22,53).

  • cyan value is 0.00%
  • magenta value is 49.17%
  • yellow value is 21.67%
  • key color value is 52.94%

CMYK: (0,49,22,53)
C0M49Y22K53 (0%, 49%, 22%, 53%)
(0.00 / 0.49 / 0.22 / 0.53)

CMYK percentages

%0
%49.17
%21.67
%52.94

Codes

Color #783D5E in popluar color models

78 3D 5E
RGB 120 61 94
HSL 326° 32.60% 35.49%
HSB/HSV 326° 49.17% 47.06%
CMYK 0.00% 49.17% 21.67%
52.94%

Color #783D5E in popluar number systems.

HEX 78 3D 5E
Decimal 120 61 94
Binary 1111000 111101 1011110
Octal 170 75 136

Shades and tints

Shades of #783D5E

#783D5E
(120,61,94)
#6E3856
(110,56,86)
#64334E
(100,51,78)
#5A2E46
(90,46,70)
#50293E
(80,41,62)
#462436
(70,36,54)
#3C1F2E
(60,31,46)
#321A26
(50,26,38)
#28151E
(40,21,30)
#1E1016
(30,16,22)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #783D5E

#783D5E
(120,61,94)
#844E6C
(132,78,108)
#905F7A
(144,95,122)
#9C7088
(156,112,136)
#A88196
(168,129,150)
#B492A4
(180,146,164)
#C0A3B2
(192,163,178)
#CCB4C0
(204,180,192)
#D8C5CE
(216,197,206)
#E4D6DC
(228,214,220)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #783D5E; }

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

This text font color is #783D5E.

Background Color

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

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

This div background color is #783D5E.

Border color

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

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

This div border color is #783D5E.

Opacity

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

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

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

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

This text has shadow with #783D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783D5E.

Preview

Color preview on black background

This text has color #783D5E on black background.


Color preview on white background

This text has color #783D5E on white background.


Black color preview on #783D5E background

This text has black color on #783D5E background.


White color preview on #783D5E background

This text has white color on #783D5E background.


Related colors

Complementary color

Complementary color for #hex is #87C2A1.


I love getcolorcode.com

Triadic colors

1 #5E783D and #3D5E78 with #783D5E are triadic colors.

2 #5E3D78 and #3D785E with #783D5E are triadic colors.