COLOR #300D16

HEX: #300D16
RGB: (48,13,22)

Color info

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

RGB color model

#300D16 color RGB value is (48,13,22).

  • red value is 48;
  • green value is 13;
  • blue value is 22.
RGB:
(48,13,22)
(19%,5%,9%)

RGB channels and saturation

R 48 of 255 = 19%
G 13 of 255 = 5%
B 22 of 255 = 9%

48
13
22

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

Portions of RGB colors in percentages

R + G + B =
48 + 13 + 22 = 83 (100%)
R 48 of 83 ~ 57.83%
G 13 of 83 ~ 15.66%
B 22 of 83 ~ 26.51%

%57.83
%15.66
%26.51

CMYK color model

#300D16 color CMYK value is (0,73,54,81).

  • cyan value is 0.00%
  • magenta value is 72.92%
  • yellow value is 54.17%
  • key color value is 81.18%
CMYK:
(0,73,54,81)
C0M73Y54K81 
(0%,73%,54%,81%)
(0.00/0.73/0.54/0.81)	

CMYK percentages

%0
%72.92
%54.17
%81.18

Codes

Color #300D16 in popluar color models

300D16
RGB481322
HSL345°57.38%11.96%
HSB/HSV345°72.92%18.82%
CMYK0.00%72.92%54.17%
81.18%

Color #300D16 in popluar number systems.

HEX300D16
Decimal481322
Binary110000110110110
Octal601526

Shades and tints

Shades of #300D16

#300D16
(48,13,22)
#2C0C14
(44,12,20)
#280B12
(40,11,18)
#240A10
(36,10,16)
#20090E
(32,9,14)
#1C080C
(28,8,12)
#18070A
(24,7,10)
#140608
(20,6,8)
#100506
(16,5,6)
#0C0404
(12,4,4)
#080302
(8,3,2)
#000000
(0,0,0)

Tints of #300D16

#300D16
(48,13,22)
#42232B
(66,35,43)
#543940
(84,57,64)
#664F55
(102,79,85)
#78656A
(120,101,106)
#8A7B7F
(138,123,127)
#9C9194
(156,145,148)
#AEA7A9
(174,167,169)
#C0BDBE
(192,189,190)
#D2D3D3
(210,211,211)
#E4E9E8
(228,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300D16 color. Also use rgb(48,13,22) instead hex code.

Text Font Color

.myTextColor { color: #300D16; }

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

This text font color is #300D16.


Background Color

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

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

This div background color is #300D16.


Border color

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

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

This div border color is #300D16.


Opacity

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

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

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

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

This text has shadow with #300D16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300D16 on black background.


Color preview on white background

This text has color #300D16 on white background.



Black color preview on #300D16 background

This text has black color on #300D16 background.


White color preview on #300D16 background

This text has white color on #300D16 background.