COLOR #783C20

HEX: #783C20
RGB: (120,60,32)

Color info

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

RGB color model

#783C20 color RGB value is (120,60,32).

  • red value is 120;
  • green value is 60;
  • blue value is 32.
RGB:
(120,60,32)
(47%,24%,13%)

RGB channels and saturation

R 120 of 255 = 47%
G 60 of 255 = 24%
B 32 of 255 = 13%

120
60
32

R + G + B ~ 28%. #783C20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 60 + 32 = 212 (100%)
R 120 of 212 ~ 56.6%
G 60 of 212 ~ 28.3%
B 32 of 212 ~ 15.09%

%56.6
%28.3
%15.09

CMYK color model

#783C20 color CMYK value is (0,50,73,53).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 73.33%
  • key color value is 52.94%
CMYK:
(0,50,73,53)
C0M50Y73K53 
(0%,50%,73%,53%)
(0.00/0.50/0.73/0.53)	

CMYK percentages

%0
%50
%73.33
%52.94

Codes

Color #783C20 in popluar color models

783C20
RGB1206032
HSL19°57.89%29.80%
HSB/HSV19°73.33%47.06%
CMYK0.00%50.00%73.33%
52.94%

Color #783C20 in popluar number systems.

HEX783C20
Decimal1206032
Binary1111000111100100000
Octal1707440

Shades and tints

Shades of #783C20

#783C20
(120,60,32)
#6E371E
(110,55,30)
#64321C
(100,50,28)
#5A2D1A
(90,45,26)
#502818
(80,40,24)
#462316
(70,35,22)
#3C1E14
(60,30,20)
#321912
(50,25,18)
#281410
(40,20,16)
#1E0F0E
(30,15,14)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #783C20

#783C20
(120,60,32)
#844D34
(132,77,52)
#905E48
(144,94,72)
#9C6F5C
(156,111,92)
#A88070
(168,128,112)
#B49184
(180,145,132)
#C0A298
(192,162,152)
#CCB3AC
(204,179,172)
#D8C4C0
(216,196,192)
#E4D5D4
(228,213,212)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #783C20; }

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

This text font color is #783C20.


Background Color

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

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

This div background color is #783C20.


Border color

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

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

This div border color is #783C20.


Opacity

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

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

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

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

This text has shadow with #783C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783C20 on black background.


Color preview on white background

This text has color #783C20 on white background.



Black color preview on #783C20 background

This text has black color on #783C20 background.


White color preview on #783C20 background

This text has white color on #783C20 background.