COLOR #78300F

HEX: #78300F
RGB: (120,48,15)

Color info

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

RGB color model

#78300F color RGB value is (120,48,15).

  • red value is 120;
  • green value is 48;
  • blue value is 15.
RGB:
(120,48,15)
(47%,19%,6%)

RGB channels and saturation

R 120 of 255 = 47%
G 48 of 255 = 19%
B 15 of 255 = 6%

120
48
15

R + G + B ~ 24%. #78300F is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 48 + 15 = 183 (100%)
R 120 of 183 ~ 65.57%
G 48 of 183 ~ 26.23%
B 15 of 183 ~ 8.2%

%65.57
%26.23

CMYK color model

#78300F color CMYK value is (0,60,88,53).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 87.50%
  • key color value is 52.94%
CMYK:
(0,60,88,53)
C0M60Y88K53 
(0%,60%,88%,53%)
(0.00/0.60/0.88/0.53)	

CMYK percentages

%0
%60
%87.5
%52.94

Codes

Color #78300F in popluar color models

78300F
RGB1204815
HSL19°77.78%26.47%
HSB/HSV19°87.50%47.06%
CMYK0.00%60.00%87.50%
52.94%

Color #78300F in popluar number systems.

HEX78300F
Decimal1204815
Binary11110001100001111
Octal1706017

Shades and tints

Shades of #78300F

#78300F
(120,48,15)
#6E2C0E
(110,44,14)
#64280D
(100,40,13)
#5A240C
(90,36,12)
#50200B
(80,32,11)
#461C0A
(70,28,10)
#3C1809
(60,24,9)
#321408
(50,20,8)
#281007
(40,16,7)
#1E0C06
(30,12,6)
#140805
(20,8,5)
#000000
(0,0,0)

Tints of #78300F

#78300F
(120,48,15)
#844224
(132,66,36)
#905439
(144,84,57)
#9C664E
(156,102,78)
#A87863
(168,120,99)
#B48A78
(180,138,120)
#C09C8D
(192,156,141)
#CCAEA2
(204,174,162)
#D8C0B7
(216,192,183)
#E4D2CC
(228,210,204)
#F0E4E1
(240,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78300F color. Also use rgb(120,48,15) instead hex code.

Text Font Color

.myTextColor { color: #78300F; }

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

This text font color is #78300F.


Background Color

.myBgColor { background-color: #78300F; }

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

This div background color is #78300F.


Border color

.myBorderColor { border: 1px solid #78300F; }

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

This div border color is #78300F.


Opacity

.myOpacity80 { color: #78300F; opacity: 0.8; }

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

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

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

This text has shadow with #78300F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78300F on black background.


Color preview on white background

This text has color #78300F on white background.



Black color preview on #78300F background

This text has black color on #78300F background.


White color preview on #78300F background

This text has white color on #78300F background.