COLOR #783E2A

HEX: #783E2A RGB: (120,62,42)

Color info

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

RGB color model

#783E2A color RGB value is (120,62,42).

RGB: (120,62,42) (47%, 24%, 16%)

RGB channels and saturation

R 120 of 255 = 47%
G 62 of 255 = 24%
B 42 of 255 = 16%

120
62
42

R + G + B ~ 29%. #783E2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 62 + 42 = 224 (100%)
R 120 of 224 ~ 53.57%
G 62 of 224 ~ 27.68%
B 42 of 224 ~ 18.75'%

%53.57
%27.68
%18.75

CMYK color model

#783E2A color CMYK value is (0,48,65,53).

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

CMYK: (0,48,65,53)
C0M48Y65K53 (0%, 48%, 65%, 53%)
(0.00 / 0.48 / 0.65 / 0.53)

CMYK percentages

%0
%48.33
%65
%52.94

Codes

Color #783E2A in popluar color models

78 3E 2A
RGB 120 62 42
HSL 15° 48.15% 31.76%
HSB/HSV 15° 65.00% 47.06%
CMYK 0.00% 48.33% 65.00%
52.94%

Color #783E2A in popluar number systems.

HEX 78 3E 2A
Decimal 120 62 42
Binary 1111000 111110 101010
Octal 170 76 52

Shades and tints

Shades of #783E2A

#783E2A
(120,62,42)
#6E3927
(110,57,39)
#643424
(100,52,36)
#5A2F21
(90,47,33)
#502A1E
(80,42,30)
#46251B
(70,37,27)
#3C2018
(60,32,24)
#321B15
(50,27,21)
#281612
(40,22,18)
#1E110F
(30,17,15)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #783E2A

#783E2A
(120,62,42)
#844F3D
(132,79,61)
#906050
(144,96,80)
#9C7163
(156,113,99)
#A88276
(168,130,118)
#B49389
(180,147,137)
#C0A49C
(192,164,156)
#CCB5AF
(204,181,175)
#D8C6C2
(216,198,194)
#E4D7D5
(228,215,213)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #783E2A; }

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

This text font color is #783E2A.

Background Color

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

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

This div background color is #783E2A.

Border color

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

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

This div border color is #783E2A.

Opacity

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

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

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

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

This text has shadow with #783E2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783E2A.

Preview

Color preview on black background

This text has color #783E2A on black background.


Color preview on white background

This text has color #783E2A on white background.


Black color preview on #783E2A background

This text has black color on #783E2A background.


White color preview on #783E2A background

This text has white color on #783E2A background.


Related colors

Complementary color

Complementary color for #hex is #87C1D5.


I love getcolorcode.com

Triadic colors

1 #2A783E and #3E2A78 with #783E2A are triadic colors.

2 #2A3E78 and #3E782A with #783E2A are triadic colors.