COLOR #783E4F

HEX: #783E4F
RGB: (120,62,79)

Color info

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

RGB color model

#783E4F color RGB value is (120,62,79).

  • red value is 120;
  • green value is 62;
  • blue value is 79.
RGB:
(120,62,79)
(47%,24%,31%)

RGB channels and saturation

R 120 of 255 = 47%
G 62 of 255 = 24%
B 79 of 255 = 31%

120
62
79

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

Portions of RGB colors in percentages

R + G + B =
120 + 62 + 79 = 261 (100%)
R 120 of 261 ~ 45.98%
G 62 of 261 ~ 23.75%
B 79 of 261 ~ 30.27%

%45.98
%23.75
%30.27

CMYK color model

#783E4F color CMYK value is (0,48,34,53).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 34.17%
  • key color value is 52.94%
CMYK:
(0,48,34,53)
C0M48Y34K53 
(0%,48%,34%,53%)
(0.00/0.48/0.34/0.53)	

CMYK percentages

%0
%48.33
%34.17
%52.94

Codes

Color #783E4F in popluar color models

783E4F
RGB1206279
HSL342°31.87%35.69%
HSB/HSV342°48.33%47.06%
CMYK0.00%48.33%34.17%
52.94%

Color #783E4F in popluar number systems.

HEX783E4F
Decimal1206279
Binary11110001111101001111
Octal17076117

Shades and tints

Shades of #783E4F

#783E4F
(120,62,79)
#6E3948
(110,57,72)
#643441
(100,52,65)
#5A2F3A
(90,47,58)
#502A33
(80,42,51)
#46252C
(70,37,44)
#3C2025
(60,32,37)
#321B1E
(50,27,30)
#281617
(40,22,23)
#1E1110
(30,17,16)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #783E4F

#783E4F
(120,62,79)
#844F5F
(132,79,95)
#90606F
(144,96,111)
#9C717F
(156,113,127)
#A8828F
(168,130,143)
#B4939F
(180,147,159)
#C0A4AF
(192,164,175)
#CCB5BF
(204,181,191)
#D8C6CF
(216,198,207)
#E4D7DF
(228,215,223)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783E4F color. Also use rgb(120,62,79) instead hex code.

Text Font Color

.myTextColor { color: #783E4F; }

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

This text font color is #783E4F.


Background Color

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

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

This div background color is #783E4F.


Border color

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

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

This div border color is #783E4F.


Opacity

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

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

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

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

This text has shadow with #783E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783E4F on black background.


Color preview on white background

This text has color #783E4F on white background.



Black color preview on #783E4F background

This text has black color on #783E4F background.


White color preview on #783E4F background

This text has white color on #783E4F background.