COLOR #300B1A

HEX: #300B1A
RGB: (48,11,26)

Color info

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

RGB color model

#300B1A color RGB value is (48,11,26).

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

RGB channels and saturation

R 48 of 255 = 19%
G 11 of 255 = 4%
B 26 of 255 = 10%

48
11
26

R + G + B ~ 11%. #300B1A is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 11 + 26 = 85 (100%)
R 48 of 85 ~ 56.47%
G 11 of 85 ~ 12.94%
B 26 of 85 ~ 30.59%

%56.47
%12.94
%30.59

CMYK color model

#300B1A color CMYK value is (0,77,46,81).

  • cyan value is 0.00%
  • magenta value is 77.08%
  • yellow value is 45.83%
  • key color value is 81.18%
CMYK:
(0,77,46,81)
C0M77Y46K81 
(0%,77%,46%,81%)
(0.00/0.77/0.46/0.81)	

CMYK percentages

%0
%77.08
%45.83
%81.18

Codes

Color #300B1A in popluar color models

300B1A
RGB481126
HSL336°62.71%11.57%
HSB/HSV336°77.08%18.82%
CMYK0.00%77.08%45.83%
81.18%

Color #300B1A in popluar number systems.

HEX300B1A
Decimal481126
Binary110000101111010
Octal601332

Shades and tints

Shades of #300B1A

#300B1A
(48,11,26)
#2C0A18
(44,10,24)
#280916
(40,9,22)
#240814
(36,8,20)
#200712
(32,7,18)
#1C0610
(28,6,16)
#18050E
(24,5,14)
#14040C
(20,4,12)
#10030A
(16,3,10)
#0C0208
(12,2,8)
#080106
(8,1,6)
#000000
(0,0,0)

Tints of #300B1A

#300B1A
(48,11,26)
#42212E
(66,33,46)
#543742
(84,55,66)
#664D56
(102,77,86)
#78636A
(120,99,106)
#8A797E
(138,121,126)
#9C8F92
(156,143,146)
#AEA5A6
(174,165,166)
#C0BBBA
(192,187,186)
#D2D1CE
(210,209,206)
#E4E7E2
(228,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300B1A; }

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

This text font color is #300B1A.


Background Color

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

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

This div background color is #300B1A.


Border color

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

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

This div border color is #300B1A.


Opacity

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

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

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

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

This text has shadow with #300B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300B1A on black background.


Color preview on white background

This text has color #300B1A on white background.



Black color preview on #300B1A background

This text has black color on #300B1A background.


White color preview on #300B1A background

This text has white color on #300B1A background.