COLOR #783E40

HEX: #783E40
RGB: (120,62,64)

Color info

#783E40 contains red, green and blue colors in about the same proportion. Web safe color of #783E40 is #663333 (or #633).

RGB color model

#783E40 color RGB value is (120,62,64).

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

RGB channels and saturation

R 120 of 255 = 47%
G 62 of 255 = 24%
B 64 of 255 = 25%

120
62
64

R + G + B ~ 32%. #783E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 62 + 64 = 246 (100%)
R 120 of 246 ~ 48.78%
G 62 of 246 ~ 25.2%
B 64 of 246 ~ 26.02%

%48.78
%25.2
%26.02

CMYK color model

#783E40 color CMYK value is (0,48,47,53).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 46.67%
  • key color value is 52.94%
CMYK:
(0,48,47,53)
C0M48Y47K53 
(0%,48%,47%,53%)
(0.00/0.48/0.47/0.53)	

CMYK percentages

%0
%48.33
%46.67
%52.94

Codes

Color #783E40 in popluar color models

783E40
RGB1206264
HSL358°31.87%35.69%
HSB/HSV358°48.33%47.06%
CMYK0.00%48.33%46.67%
52.94%

Color #783E40 in popluar number systems.

HEX783E40
Decimal1206264
Binary11110001111101000000
Octal17076100

Shades and tints

Shades of #783E40

#783E40
(120,62,64)
#6E393B
(110,57,59)
#643436
(100,52,54)
#5A2F31
(90,47,49)
#502A2C
(80,42,44)
#462527
(70,37,39)
#3C2022
(60,32,34)
#321B1D
(50,27,29)
#281618
(40,22,24)
#1E1113
(30,17,19)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #783E40

#783E40
(120,62,64)
#844F51
(132,79,81)
#906062
(144,96,98)
#9C7173
(156,113,115)
#A88284
(168,130,132)
#B49395
(180,147,149)
#C0A4A6
(192,164,166)
#CCB5B7
(204,181,183)
#D8C6C8
(216,198,200)
#E4D7D9
(228,215,217)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #783E40; }

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

This text font color is #783E40.


Background Color

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

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

This div background color is #783E40.


Border color

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

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

This div border color is #783E40.


Opacity

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

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

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

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

This text has shadow with #783E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783E40 on black background.


Color preview on white background

This text has color #783E40 on white background.



Black color preview on #783E40 background

This text has black color on #783E40 background.


White color preview on #783E40 background

This text has white color on #783E40 background.