COLOR #78330D

HEX: #78330D
RGB: (120,51,13)

Color info

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

RGB color model

#78330D color RGB value is (120,51,13).

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

RGB channels and saturation

R 120 of 255 = 47%
G 51 of 255 = 20%
B 13 of 255 = 5%

120
51
13

R + G + B ~ 24%. #78330D is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 51 + 13 = 184 (100%)
R 120 of 184 ~ 65.22%
G 51 of 184 ~ 27.72%
B 13 of 184 ~ 7.07%

%65.22
%27.72

CMYK color model

#78330D color CMYK value is (0,58,89,53).

  • cyan value is 0.00%
  • magenta value is 57.50%
  • yellow value is 89.17%
  • key color value is 52.94%
CMYK:
(0,58,89,53)
C0M58Y89K53 
(0%,58%,89%,53%)
(0.00/0.58/0.89/0.53)	

CMYK percentages

%0
%57.5
%89.17
%52.94

Codes

Color #78330D in popluar color models

78330D
RGB1205113
HSL21°80.45%26.08%
HSB/HSV21°89.17%47.06%
CMYK0.00%57.50%89.17%
52.94%

Color #78330D in popluar number systems.

HEX78330D
Decimal1205113
Binary11110001100111101
Octal1706315

Shades and tints

Shades of #78330D

#78330D
(120,51,13)
#6E2F0C
(110,47,12)
#642B0B
(100,43,11)
#5A270A
(90,39,10)
#502309
(80,35,9)
#461F08
(70,31,8)
#3C1B07
(60,27,7)
#321706
(50,23,6)
#281305
(40,19,5)
#1E0F04
(30,15,4)
#140B03
(20,11,3)
#000000
(0,0,0)

Tints of #78330D

#78330D
(120,51,13)
#844523
(132,69,35)
#905739
(144,87,57)
#9C694F
(156,105,79)
#A87B65
(168,123,101)
#B48D7B
(180,141,123)
#C09F91
(192,159,145)
#CCB1A7
(204,177,167)
#D8C3BD
(216,195,189)
#E4D5D3
(228,213,211)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78330D; }

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

This text font color is #78330D.


Background Color

.myBgColor { background-color: #78330D; }

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

This div background color is #78330D.


Border color

.myBorderColor { border: 1px solid #78330D; }

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

This div border color is #78330D.


Opacity

.myOpacity80 { color: #78330D; opacity: 0.8; }

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

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

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

This text has shadow with #78330D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78330D on black background.


Color preview on white background

This text has color #78330D on white background.



Black color preview on #78330D background

This text has black color on #78330D background.


White color preview on #78330D background

This text has white color on #78330D background.