COLOR #300E0F

HEX: #300E0F
RGB: (48,14,15)

Color info

#300E0F contains red, green and blue colors in about the same proportion. Web safe color of #300E0F is #330000 (or #300).

RGB color model

#300E0F color RGB value is (48,14,15).

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

RGB channels and saturation

R 48 of 255 = 19%
G 14 of 255 = 5%
B 15 of 255 = 6%

48
14
15

R + G + B ~ 10%. #300E0F is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 14 + 15 = 77 (100%)
R 48 of 77 ~ 62.34%
G 14 of 77 ~ 18.18%
B 15 of 77 ~ 19.48%

%62.34
%18.18
%19.48

CMYK color model

#300E0F color CMYK value is (0,71,69,81).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 68.75%
  • key color value is 81.18%
CMYK:
(0,71,69,81)
C0M71Y69K81 
(0%,71%,69%,81%)
(0.00/0.71/0.69/0.81)	

CMYK percentages

%0
%70.83
%68.75
%81.18

Codes

Color #300E0F in popluar color models

300E0F
RGB481415
HSL358°54.84%12.16%
HSB/HSV358°70.83%18.82%
CMYK0.00%70.83%68.75%
81.18%

Color #300E0F in popluar number systems.

HEX300E0F
Decimal481415
Binary11000011101111
Octal601617

Shades and tints

Shades of #300E0F

#300E0F
(48,14,15)
#2C0D0E
(44,13,14)
#280C0D
(40,12,13)
#240B0C
(36,11,12)
#200A0B
(32,10,11)
#1C090A
(28,9,10)
#180809
(24,8,9)
#140708
(20,7,8)
#100607
(16,6,7)
#0C0506
(12,5,6)
#080405
(8,4,5)
#000000
(0,0,0)

Tints of #300E0F

#300E0F
(48,14,15)
#422324
(66,35,36)
#543839
(84,56,57)
#664D4E
(102,77,78)
#786263
(120,98,99)
#8A7778
(138,119,120)
#9C8C8D
(156,140,141)
#AEA1A2
(174,161,162)
#C0B6B7
(192,182,183)
#D2CBCC
(210,203,204)
#E4E0E1
(228,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300E0F color. Also use rgb(48,14,15) instead hex code.

Text Font Color

.myTextColor { color: #300E0F; }

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

This text font color is #300E0F.


Background Color

.myBgColor { background-color: #300E0F; }

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

This div background color is #300E0F.


Border color

.myBorderColor { border: 1px solid #300E0F; }

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

This div border color is #300E0F.


Opacity

.myOpacity80 { color: #300E0F; opacity: 0.8; }

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

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

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

This text has shadow with #300E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300E0F on black background.


Color preview on white background

This text has color #300E0F on white background.



Black color preview on #300E0F background

This text has black color on #300E0F background.


White color preview on #300E0F background

This text has white color on #300E0F background.