COLOR #300E12

HEX: #300E12
RGB: (48,14,18)

Color info

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

RGB color model

#300E12 color RGB value is (48,14,18).

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

RGB channels and saturation

R 48 of 255 = 19%
G 14 of 255 = 5%
B 18 of 255 = 7%

48
14
18

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

Portions of RGB colors in percentages

R + G + B =
48 + 14 + 18 = 80 (100%)
R 48 of 80 ~ 60%
G 14 of 80 ~ 17.5%
B 18 of 80 ~ 22.5%

%60
%17.5
%22.5

CMYK color model

#300E12 color CMYK value is (0,71,63,81).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 62.50%
  • key color value is 81.18%
CMYK:
(0,71,63,81)
C0M71Y63K81 
(0%,71%,63%,81%)
(0.00/0.71/0.63/0.81)	

CMYK percentages

%0
%70.83
%62.5
%81.18

Codes

Color #300E12 in popluar color models

300E12
RGB481418
HSL353°54.84%12.16%
HSB/HSV353°70.83%18.82%
CMYK0.00%70.83%62.50%
81.18%

Color #300E12 in popluar number systems.

HEX300E12
Decimal481418
Binary110000111010010
Octal601622

Shades and tints

Shades of #300E12

#300E12
(48,14,18)
#2C0D11
(44,13,17)
#280C10
(40,12,16)
#240B0F
(36,11,15)
#200A0E
(32,10,14)
#1C090D
(28,9,13)
#18080C
(24,8,12)
#14070B
(20,7,11)
#10060A
(16,6,10)
#0C0509
(12,5,9)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #300E12

#300E12
(48,14,18)
#422327
(66,35,39)
#54383C
(84,56,60)
#664D51
(102,77,81)
#786266
(120,98,102)
#8A777B
(138,119,123)
#9C8C90
(156,140,144)
#AEA1A5
(174,161,165)
#C0B6BA
(192,182,186)
#D2CBCF
(210,203,207)
#E4E0E4
(228,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300E12; }

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

This text font color is #300E12.


Background Color

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

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

This div background color is #300E12.


Border color

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

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

This div border color is #300E12.


Opacity

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

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

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

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

This text has shadow with #300E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300E12 on black background.


Color preview on white background

This text has color #300E12 on white background.



Black color preview on #300E12 background

This text has black color on #300E12 background.


White color preview on #300E12 background

This text has white color on #300E12 background.