COLOR #783E3C

HEX: #783E3C RGB: (120,62,60)

Color info

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

RGB color model

#783E3C color RGB value is (120,62,60).

RGB: (120,62,60) (47%, 24%, 24%)

RGB channels and saturation

R 120 of 255 = 47%
G 62 of 255 = 24%
B 60 of 255 = 24%

120
62
60

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

Portions of RGB colors in percentages

R + G + B = 120 + 62 + 60 = 242 (100%)
R 120 of 242 ~ 49.59%
G 62 of 242 ~ 25.62%
B 60 of 242 ~ 24.79'%

%49.59
%25.62
%24.79

CMYK color model

#783E3C color CMYK value is (0,48,50,53).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 50.00%
  • key color value is 52.94%

CMYK: (0,48,50,53)
C0M48Y50K53 (0%, 48%, 50%, 53%)
(0.00 / 0.48 / 0.50 / 0.53)

CMYK percentages

%0
%48.33
%50
%52.94

Codes

Color #783E3C in popluar color models

78 3E 3C
RGB 120 62 60
HSL 33.33% 35.29%
HSB/HSV 50.00% 47.06%
CMYK 0.00% 48.33% 50.00%
52.94%

Color #783E3C in popluar number systems.

HEX 78 3E 3C
Decimal 120 62 60
Binary 1111000 111110 111100
Octal 170 76 74

Shades and tints

Shades of #783E3C

#783E3C
(120,62,60)
#6E3937
(110,57,55)
#643432
(100,52,50)
#5A2F2D
(90,47,45)
#502A28
(80,42,40)
#462523
(70,37,35)
#3C201E
(60,32,30)
#321B19
(50,27,25)
#281614
(40,22,20)
#1E110F
(30,17,15)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #783E3C

#783E3C
(120,62,60)
#844F4D
(132,79,77)
#90605E
(144,96,94)
#9C716F
(156,113,111)
#A88280
(168,130,128)
#B49391
(180,147,145)
#C0A4A2
(192,164,162)
#CCB5B3
(204,181,179)
#D8C6C4
(216,198,196)
#E4D7D5
(228,215,213)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #783E3C; }

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

This text font color is #783E3C.

Background Color

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

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

This div background color is #783E3C.

Border color

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

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

This div border color is #783E3C.

Opacity

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

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

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

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

This text has shadow with #783E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783E3C.

Preview

Color preview on black background

This text has color #783E3C on black background.


Color preview on white background

This text has color #783E3C on white background.


Black color preview on #783E3C background

This text has black color on #783E3C background.


White color preview on #783E3C background

This text has white color on #783E3C background.


Related colors

Complementary color

Complementary color for #hex is #87C1C3.


I love getcolorcode.com

Triadic colors

1 #3C783E and #3E3C78 with #783E3C are triadic colors.

2 #3C3E78 and #3E783C with #783E3C are triadic colors.