COLOR #300C1E

HEX: #300C1E
RGB: (48,12,30)

Color info

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

RGB color model

#300C1E color RGB value is (48,12,30).

  • red value is 48;
  • green value is 12;
  • blue value is 30.
RGB:
(48,12,30)
(19%,5%,12%)

RGB channels and saturation

R 48 of 255 = 19%
G 12 of 255 = 5%
B 30 of 255 = 12%

48
12
30

R + G + B ~ 12%. #300C1E is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 12 + 30 = 90 (100%)
R 48 of 90 ~ 53.33%
G 12 of 90 ~ 13.33%
B 30 of 90 ~ 33.33%

%53.33
%13.33
%33.33

CMYK color model

#300C1E color CMYK value is (0,75,38,81).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 37.50%
  • key color value is 81.18%
CMYK:
(0,75,38,81)
C0M75Y38K81 
(0%,75%,38%,81%)
(0.00/0.75/0.38/0.81)	

CMYK percentages

%0
%75
%37.5
%81.18

Codes

Color #300C1E in popluar color models

300C1E
RGB481230
HSL330°60.00%11.76%
HSB/HSV330°75.00%18.82%
CMYK0.00%75.00%37.50%
81.18%

Color #300C1E in popluar number systems.

HEX300C1E
Decimal481230
Binary110000110011110
Octal601436

Shades and tints

Shades of #300C1E

#300C1E
(48,12,30)
#2C0B1C
(44,11,28)
#280A1A
(40,10,26)
#240918
(36,9,24)
#200816
(32,8,22)
#1C0714
(28,7,20)
#180612
(24,6,18)
#140510
(20,5,16)
#10040E
(16,4,14)
#0C030C
(12,3,12)
#08020A
(8,2,10)
#000000
(0,0,0)

Tints of #300C1E

#300C1E
(48,12,30)
#422232
(66,34,50)
#543846
(84,56,70)
#664E5A
(102,78,90)
#78646E
(120,100,110)
#8A7A82
(138,122,130)
#9C9096
(156,144,150)
#AEA6AA
(174,166,170)
#C0BCBE
(192,188,190)
#D2D2D2
(210,210,210)
#E4E8E6
(228,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300C1E color. Also use rgb(48,12,30) instead hex code.

Text Font Color

.myTextColor { color: #300C1E; }

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

This text font color is #300C1E.


Background Color

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

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

This div background color is #300C1E.


Border color

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

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

This div border color is #300C1E.


Opacity

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

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

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

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

This text has shadow with #300C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300C1E on black background.


Color preview on white background

This text has color #300C1E on white background.



Black color preview on #300C1E background

This text has black color on #300C1E background.


White color preview on #300C1E background

This text has white color on #300C1E background.