COLOR #783C5C

HEX: #783C5C
RGB: (120,60,92)

Color info

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

RGB color model

#783C5C color RGB value is (120,60,92).

  • red value is 120;
  • green value is 60;
  • blue value is 92.
RGB:
(120,60,92)
(47%,24%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 60 of 255 = 24%
B 92 of 255 = 36%

120
60
92

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

Portions of RGB colors in percentages

R + G + B =
120 + 60 + 92 = 272 (100%)
R 120 of 272 ~ 44.12%
G 60 of 272 ~ 22.06%
B 92 of 272 ~ 33.82%

%44.12
%22.06
%33.82

CMYK color model

#783C5C color CMYK value is (0,50,23,53).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 23.33%
  • key color value is 52.94%
CMYK:
(0,50,23,53)
C0M50Y23K53 
(0%,50%,23%,53%)
(0.00/0.50/0.23/0.53)	

CMYK percentages

%0
%50
%23.33
%52.94

Codes

Color #783C5C in popluar color models

783C5C
RGB1206092
HSL328°33.33%35.29%
HSB/HSV328°50.00%47.06%
CMYK0.00%50.00%23.33%
52.94%

Color #783C5C in popluar number systems.

HEX783C5C
Decimal1206092
Binary11110001111001011100
Octal17074134

Shades and tints

Shades of #783C5C

#783C5C
(120,60,92)
#6E3754
(110,55,84)
#64324C
(100,50,76)
#5A2D44
(90,45,68)
#50283C
(80,40,60)
#462334
(70,35,52)
#3C1E2C
(60,30,44)
#321924
(50,25,36)
#28141C
(40,20,28)
#1E0F14
(30,15,20)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #783C5C

#783C5C
(120,60,92)
#844D6A
(132,77,106)
#905E78
(144,94,120)
#9C6F86
(156,111,134)
#A88094
(168,128,148)
#B491A2
(180,145,162)
#C0A2B0
(192,162,176)
#CCB3BE
(204,179,190)
#D8C4CC
(216,196,204)
#E4D5DA
(228,213,218)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783C5C color. Also use rgb(120,60,92) instead hex code.

Text Font Color

.myTextColor { color: #783C5C; }

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

This text font color is #783C5C.


Background Color

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

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

This div background color is #783C5C.


Border color

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

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

This div border color is #783C5C.


Opacity

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

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

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

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

This text has shadow with #783C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783C5C on black background.


Color preview on white background

This text has color #783C5C on white background.



Black color preview on #783C5C background

This text has black color on #783C5C background.


White color preview on #783C5C background

This text has white color on #783C5C background.