COLOR #300A13

HEX: #300A13
RGB: (48,10,19)

Color info

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

RGB color model

#300A13 color RGB value is (48,10,19).

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

RGB channels and saturation

R 48 of 255 = 19%
G 10 of 255 = 4%
B 19 of 255 = 7%

48
10
19

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

Portions of RGB colors in percentages

R + G + B =
48 + 10 + 19 = 77 (100%)
R 48 of 77 ~ 62.34%
G 10 of 77 ~ 12.99%
B 19 of 77 ~ 24.68%

%62.34
%12.99
%24.68

CMYK color model

#300A13 color CMYK value is (0,79,60,81).

  • cyan value is 0.00%
  • magenta value is 79.17%
  • yellow value is 60.42%
  • key color value is 81.18%
CMYK:
(0,79,60,81)
C0M79Y60K81 
(0%,79%,60%,81%)
(0.00/0.79/0.60/0.81)	

CMYK percentages

%0
%79.17
%60.42
%81.18

Codes

Color #300A13 in popluar color models

300A13
RGB481019
HSL346°65.52%11.37%
HSB/HSV346°79.17%18.82%
CMYK0.00%79.17%60.42%
81.18%

Color #300A13 in popluar number systems.

HEX300A13
Decimal481019
Binary110000101010011
Octal601223

Shades and tints

Shades of #300A13

#300A13
(48,10,19)
#2C0A12
(44,10,18)
#280A11
(40,10,17)
#240A10
(36,10,16)
#200A0F
(32,10,15)
#1C0A0E
(28,10,14)
#180A0D
(24,10,13)
#140A0C
(20,10,12)
#100A0B
(16,10,11)
#0C0A0A
(12,10,10)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #300A13

#300A13
(48,10,19)
#422028
(66,32,40)
#54363D
(84,54,61)
#664C52
(102,76,82)
#786267
(120,98,103)
#8A787C
(138,120,124)
#9C8E91
(156,142,145)
#AEA4A6
(174,164,166)
#C0BABB
(192,186,187)
#D2D0D0
(210,208,208)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300A13 color. Also use rgb(48,10,19) instead hex code.

Text Font Color

.myTextColor { color: #300A13; }

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

This text font color is #300A13.


Background Color

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

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

This div background color is #300A13.


Border color

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

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

This div border color is #300A13.


Opacity

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

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

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

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

This text has shadow with #300A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300A13 on black background.


Color preview on white background

This text has color #300A13 on white background.



Black color preview on #300A13 background

This text has black color on #300A13 background.


White color preview on #300A13 background

This text has white color on #300A13 background.