COLOR #300B1E

HEX: #300B1E
RGB: (48,11,30)

Color info

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

RGB color model

#300B1E color RGB value is (48,11,30).

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

RGB channels and saturation

R 48 of 255 = 19%
G 11 of 255 = 4%
B 30 of 255 = 12%

48
11
30

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

Portions of RGB colors in percentages

R + G + B =
48 + 11 + 30 = 89 (100%)
R 48 of 89 ~ 53.93%
G 11 of 89 ~ 12.36%
B 30 of 89 ~ 33.71%

%53.93
%12.36
%33.71

CMYK color model

#300B1E color CMYK value is (0,77,38,81).

  • cyan value is 0.00%
  • magenta value is 77.08%
  • yellow value is 37.50%
  • key color value is 81.18%
CMYK:
(0,77,38,81)
C0M77Y38K81 
(0%,77%,38%,81%)
(0.00/0.77/0.38/0.81)	

CMYK percentages

%0
%77.08
%37.5
%81.18

Codes

Color #300B1E in popluar color models

300B1E
RGB481130
HSL329°62.71%11.57%
HSB/HSV329°77.08%18.82%
CMYK0.00%77.08%37.50%
81.18%

Color #300B1E in popluar number systems.

HEX300B1E
Decimal481130
Binary110000101111110
Octal601336

Shades and tints

Shades of #300B1E

#300B1E
(48,11,30)
#2C0A1C
(44,10,28)
#28091A
(40,9,26)
#240818
(36,8,24)
#200716
(32,7,22)
#1C0614
(28,6,20)
#180512
(24,5,18)
#140410
(20,4,16)
#10030E
(16,3,14)
#0C020C
(12,2,12)
#08010A
(8,1,10)
#000000
(0,0,0)

Tints of #300B1E

#300B1E
(48,11,30)
#422132
(66,33,50)
#543746
(84,55,70)
#664D5A
(102,77,90)
#78636E
(120,99,110)
#8A7982
(138,121,130)
#9C8F96
(156,143,150)
#AEA5AA
(174,165,170)
#C0BBBE
(192,187,190)
#D2D1D2
(210,209,210)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300B1E; }

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

This text font color is #300B1E.


Background Color

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

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

This div background color is #300B1E.


Border color

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

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

This div border color is #300B1E.


Opacity

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

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

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

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

This text has shadow with #300B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300B1E on black background.


Color preview on white background

This text has color #300B1E on white background.



Black color preview on #300B1E background

This text has black color on #300B1E background.


White color preview on #300B1E background

This text has white color on #300B1E background.