COLOR #783E3B

HEX: #783E3B
RGB: (120,62,59)

Color info

#783E3B contains mainly red and green colors. Web safe color of #783E3B is #663333 (or #633).

RGB color model

#783E3B color RGB value is (120,62,59).

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

RGB channels and saturation

R 120 of 255 = 47%
G 62 of 255 = 24%
B 59 of 255 = 23%

120
62
59

R + G + B ~ 31%. #783E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 62 + 59 = 241 (100%)
R 120 of 241 ~ 49.79%
G 62 of 241 ~ 25.73%
B 59 of 241 ~ 24.48%

%49.79
%25.73
%24.48

CMYK color model

#783E3B color CMYK value is (0,48,51,53).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 50.83%
  • key color value is 52.94%
CMYK:
(0,48,51,53)
C0M48Y51K53 
(0%,48%,51%,53%)
(0.00/0.48/0.51/0.53)	

CMYK percentages

%0
%48.33
%50.83
%52.94

Codes

Color #783E3B in popluar color models

783E3B
RGB1206259
HSL34.08%35.10%
HSB/HSV50.83%47.06%
CMYK0.00%48.33%50.83%
52.94%

Color #783E3B in popluar number systems.

HEX783E3B
Decimal1206259
Binary1111000111110111011
Octal1707673

Shades and tints

Shades of #783E3B

#783E3B
(120,62,59)
#6E3936
(110,57,54)
#643431
(100,52,49)
#5A2F2C
(90,47,44)
#502A27
(80,42,39)
#462522
(70,37,34)
#3C201D
(60,32,29)
#321B18
(50,27,24)
#281613
(40,22,19)
#1E110E
(30,17,14)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #783E3B

#783E3B
(120,62,59)
#844F4C
(132,79,76)
#90605D
(144,96,93)
#9C716E
(156,113,110)
#A8827F
(168,130,127)
#B49390
(180,147,144)
#C0A4A1
(192,164,161)
#CCB5B2
(204,181,178)
#D8C6C3
(216,198,195)
#E4D7D4
(228,215,212)
#F0E8E5
(240,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #783E3B; }

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

This text font color is #783E3B.


Background Color

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

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

This div background color is #783E3B.


Border color

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

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

This div border color is #783E3B.


Opacity

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

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

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

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

This text has shadow with #783E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783E3B on black background.


Color preview on white background

This text has color #783E3B on white background.



Black color preview on #783E3B background

This text has black color on #783E3B background.


White color preview on #783E3B background

This text has white color on #783E3B background.