COLOR #783B2A

HEX: #783B2A RGB: (120,59,42)

Color info

#783B2A contains mainly red color. Web safe color of #783B2A is #663333 (or #633).

RGB color model

#783B2A color RGB value is (120,59,42).

RGB: (120,59,42) (47%, 23%, 16%)

RGB channels and saturation

R 120 of 255 = 47%
G 59 of 255 = 23%
B 42 of 255 = 16%

120
59
42

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

Portions of RGB colors in percentages

R + G + B = 120 + 59 + 42 = 221 (100%)
R 120 of 221 ~ 54.3%
G 59 of 221 ~ 26.7%
B 42 of 221 ~ 19'%

%54.3
%26.7
%19

CMYK color model

#783B2A color CMYK value is (0,51,65,53).

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

CMYK: (0,51,65,53)
C0M51Y65K53 (0%, 51%, 65%, 53%)
(0.00 / 0.51 / 0.65 / 0.53)

CMYK percentages

%0
%50.83
%65
%52.94

Codes

Color #783B2A in popluar color models

78 3B 2A
RGB 120 59 42
HSL 13° 48.15% 31.76%
HSB/HSV 13° 65.00% 47.06%
CMYK 0.00% 50.83% 65.00%
52.94%

Color #783B2A in popluar number systems.

HEX 78 3B 2A
Decimal 120 59 42
Binary 1111000 111011 101010
Octal 170 73 52

Shades and tints

Shades of #783B2A

#783B2A
(120,59,42)
#6E3627
(110,54,39)
#643124
(100,49,36)
#5A2C21
(90,44,33)
#50271E
(80,39,30)
#46221B
(70,34,27)
#3C1D18
(60,29,24)
#321815
(50,24,21)
#281312
(40,19,18)
#1E0E0F
(30,14,15)
#14090C
(20,9,12)
#000000
(0,0,0)

Tints of #783B2A

#783B2A
(120,59,42)
#844C3D
(132,76,61)
#905D50
(144,93,80)
#9C6E63
(156,110,99)
#A87F76
(168,127,118)
#B49089
(180,144,137)
#C0A19C
(192,161,156)
#CCB2AF
(204,178,175)
#D8C3C2
(216,195,194)
#E4D4D5
(228,212,213)
#F0E5E8
(240,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #783B2A; }

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

This text font color is #783B2A.

Background Color

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

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

This div background color is #783B2A.

Border color

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

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

This div border color is #783B2A.

Opacity

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

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

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

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

This text has shadow with #783B2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783B2A.

Preview

Color preview on black background

This text has color #783B2A on black background.


Color preview on white background

This text has color #783B2A on white background.


Black color preview on #783B2A background

This text has black color on #783B2A background.


White color preview on #783B2A background

This text has white color on #783B2A background.


Related colors

Complementary color

Complementary color for #hex is #87C4D5.


I love getcolorcode.com

Triadic colors

1 #2A783B and #3B2A78 with #783B2A are triadic colors.

2 #2A3B78 and #3B782A with #783B2A are triadic colors.