COLOR #783813

HEX: #783813
RGB: (120,56,19)

Color info

#783813 contains mainly red color. Web safe color of #783813 is #663300 (or #630).

RGB color model

#783813 color RGB value is (120,56,19).

  • red value is 120;
  • green value is 56;
  • blue value is 19.
RGB:
(120,56,19)
(47%,22%,7%)

RGB channels and saturation

R 120 of 255 = 47%
G 56 of 255 = 22%
B 19 of 255 = 7%

120
56
19

R + G + B ~ 25%. #783813 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 56 + 19 = 195 (100%)
R 120 of 195 ~ 61.54%
G 56 of 195 ~ 28.72%
B 19 of 195 ~ 9.74%

%61.54
%28.72
%9.74

CMYK color model

#783813 color CMYK value is (0,53,84,53).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 84.17%
  • key color value is 52.94%
CMYK:
(0,53,84,53)
C0M53Y84K53 
(0%,53%,84%,53%)
(0.00/0.53/0.84/0.53)	

CMYK percentages

%0
%53.33
%84.17
%52.94

Codes

Color #783813 in popluar color models

783813
RGB1205619
HSL22°72.66%27.25%
HSB/HSV22°84.17%47.06%
CMYK0.00%53.33%84.17%
52.94%

Color #783813 in popluar number systems.

HEX783813
Decimal1205619
Binary111100011100010011
Octal1707023

Shades and tints

Shades of #783813

#783813
(120,56,19)
#6E3312
(110,51,18)
#642E11
(100,46,17)
#5A2910
(90,41,16)
#50240F
(80,36,15)
#461F0E
(70,31,14)
#3C1A0D
(60,26,13)
#32150C
(50,21,12)
#28100B
(40,16,11)
#1E0B0A
(30,11,10)
#140609
(20,6,9)
#000000
(0,0,0)

Tints of #783813

#783813
(120,56,19)
#844A28
(132,74,40)
#905C3D
(144,92,61)
#9C6E52
(156,110,82)
#A88067
(168,128,103)
#B4927C
(180,146,124)
#C0A491
(192,164,145)
#CCB6A6
(204,182,166)
#D8C8BB
(216,200,187)
#E4DAD0
(228,218,208)
#F0ECE5
(240,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783813 color. Also use rgb(120,56,19) instead hex code.

Text Font Color

.myTextColor { color: #783813; }

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

This text font color is #783813.


Background Color

.myBgColor { background-color: #783813; }

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

This div background color is #783813.


Border color

.myBorderColor { border: 1px solid #783813; }

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

This div border color is #783813.


Opacity

.myOpacity80 { color: #783813; opacity: 0.8; }

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

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

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

This text has shadow with #783813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783813 on black background.


Color preview on white background

This text has color #783813 on white background.



Black color preview on #783813 background

This text has black color on #783813 background.


White color preview on #783813 background

This text has white color on #783813 background.