COLOR #783306

HEX: #783306
RGB: (120,51,6)

Color info

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

RGB color model

#783306 color RGB value is (120,51,6).

  • red value is 120;
  • green value is 51;
  • blue value is 6.
RGB:
(120,51,6)
(47%,20%,2%)

RGB channels and saturation

R 120 of 255 = 47%
G 51 of 255 = 20%
B 6 of 255 = 2%

120
51
6

R + G + B ~ 23%. #783306 is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 51 + 6 = 177 (100%)
R 120 of 177 ~ 67.8%
G 51 of 177 ~ 28.81%
B 6 of 177 ~ 3.39%

%67.8
%28.81

CMYK color model

#783306 color CMYK value is (0,58,95,53).

  • cyan value is 0.00%
  • magenta value is 57.50%
  • yellow value is 95.00%
  • key color value is 52.94%
CMYK:
(0,58,95,53)
C0M58Y95K53 
(0%,58%,95%,53%)
(0.00/0.58/0.95/0.53)	

CMYK percentages

%0
%57.5
%95
%52.94

Codes

Color #783306 in popluar color models

783306
RGB120516
HSL24°90.48%24.71%
HSB/HSV24°95.00%47.06%
CMYK0.00%57.50%95.00%
52.94%

Color #783306 in popluar number systems.

HEX783306
Decimal120516
Binary1111000110011110
Octal170636

Shades and tints

Shades of #783306

#783306
(120,51,6)
#6E2F06
(110,47,6)
#642B06
(100,43,6)
#5A2706
(90,39,6)
#502306
(80,35,6)
#461F06
(70,31,6)
#3C1B06
(60,27,6)
#321706
(50,23,6)
#281306
(40,19,6)
#1E0F06
(30,15,6)
#140B06
(20,11,6)
#000000
(0,0,0)

Tints of #783306

#783306
(120,51,6)
#84451C
(132,69,28)
#905732
(144,87,50)
#9C6948
(156,105,72)
#A87B5E
(168,123,94)
#B48D74
(180,141,116)
#C09F8A
(192,159,138)
#CCB1A0
(204,177,160)
#D8C3B6
(216,195,182)
#E4D5CC
(228,213,204)
#F0E7E2
(240,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783306 color. Also use rgb(120,51,6) instead hex code.

Text Font Color

.myTextColor { color: #783306; }

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

This text font color is #783306.


Background Color

.myBgColor { background-color: #783306; }

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

This div background color is #783306.


Border color

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

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

This div border color is #783306.


Opacity

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

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

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

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

This text has shadow with #783306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783306 on black background.


Color preview on white background

This text has color #783306 on white background.



Black color preview on #783306 background

This text has black color on #783306 background.


White color preview on #783306 background

This text has white color on #783306 background.