COLOR #783F53

HEX: #783F53
RGB: (120,63,83)

Color info

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

RGB color model

#783F53 color RGB value is (120,63,83).

  • red value is 120;
  • green value is 63;
  • blue value is 83.
RGB:
(120,63,83)
(47%,25%,33%)

RGB channels and saturation

R 120 of 255 = 47%
G 63 of 255 = 25%
B 83 of 255 = 33%

120
63
83

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

Portions of RGB colors in percentages

R + G + B =
120 + 63 + 83 = 266 (100%)
R 120 of 266 ~ 45.11%
G 63 of 266 ~ 23.68%
B 83 of 266 ~ 31.2%

%45.11
%23.68
%31.2

CMYK color model

#783F53 color CMYK value is (0,48,31,53).

  • cyan value is 0.00%
  • magenta value is 47.50%
  • yellow value is 30.83%
  • key color value is 52.94%
CMYK:
(0,48,31,53)
C0M48Y31K53 
(0%,48%,31%,53%)
(0.00/0.48/0.31/0.53)	

CMYK percentages

%0
%47.5
%30.83
%52.94

Codes

Color #783F53 in popluar color models

783F53
RGB1206383
HSL339°31.15%35.88%
HSB/HSV339°47.50%47.06%
CMYK0.00%47.50%30.83%
52.94%

Color #783F53 in popluar number systems.

HEX783F53
Decimal1206383
Binary11110001111111010011
Octal17077123

Shades and tints

Shades of #783F53

#783F53
(120,63,83)
#6E3A4C
(110,58,76)
#643545
(100,53,69)
#5A303E
(90,48,62)
#502B37
(80,43,55)
#462630
(70,38,48)
#3C2129
(60,33,41)
#321C22
(50,28,34)
#28171B
(40,23,27)
#1E1214
(30,18,20)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #783F53

#783F53
(120,63,83)
#845062
(132,80,98)
#906171
(144,97,113)
#9C7280
(156,114,128)
#A8838F
(168,131,143)
#B4949E
(180,148,158)
#C0A5AD
(192,165,173)
#CCB6BC
(204,182,188)
#D8C7CB
(216,199,203)
#E4D8DA
(228,216,218)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783F53 color. Also use rgb(120,63,83) instead hex code.

Text Font Color

.myTextColor { color: #783F53; }

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

This text font color is #783F53.


Background Color

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

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

This div background color is #783F53.


Border color

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

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

This div border color is #783F53.


Opacity

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

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

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

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

This text has shadow with #783F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783F53 on black background.


Color preview on white background

This text has color #783F53 on white background.



Black color preview on #783F53 background

This text has black color on #783F53 background.


White color preview on #783F53 background

This text has white color on #783F53 background.