COLOR #300913

HEX: #300913
RGB: (48,9,19)

Color info

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

RGB color model

#300913 color RGB value is (48,9,19).

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

RGB channels and saturation

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

48
9
19

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

Portions of RGB colors in percentages

R + G + B =
48 + 9 + 19 = 76 (100%)
R 48 of 76 ~ 63.16%
G 9 of 76 ~ 11.84%
B 19 of 76 ~ 25%

%63.16
%11.84
%25

CMYK color model

#300913 color CMYK value is (0,81,60,81).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 60.42%
  • key color value is 81.18%
CMYK:
(0,81,60,81)
C0M81Y60K81 
(0%,81%,60%,81%)
(0.00/0.81/0.60/0.81)	

CMYK percentages

%0
%81.25
%60.42
%81.18

Codes

Color #300913 in popluar color models

300913
RGB48919
HSL345°68.42%11.18%
HSB/HSV345°81.25%18.82%
CMYK0.00%81.25%60.42%
81.18%

Color #300913 in popluar number systems.

HEX300913
Decimal48919
Binary110000100110011
Octal601123

Shades and tints

Shades of #300913

#300913
(48,9,19)
#2C0912
(44,9,18)
#280911
(40,9,17)
#240910
(36,9,16)
#20090F
(32,9,15)
#1C090E
(28,9,14)
#18090D
(24,9,13)
#14090C
(20,9,12)
#10090B
(16,9,11)
#0C090A
(12,9,10)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #300913

#300913
(48,9,19)
#421F28
(66,31,40)
#54353D
(84,53,61)
#664B52
(102,75,82)
#786167
(120,97,103)
#8A777C
(138,119,124)
#9C8D91
(156,141,145)
#AEA3A6
(174,163,166)
#C0B9BB
(192,185,187)
#D2CFD0
(210,207,208)
#E4E5E5
(228,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300913; }

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

This text font color is #300913.


Background Color

.myBgColor { background-color: #300913; }

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

This div background color is #300913.


Border color

.myBorderColor { border: 1px solid #300913; }

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

This div border color is #300913.


Opacity

.myOpacity80 { color: #300913; opacity: 0.8; }

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

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

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

This text has shadow with #300913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300913 on black background.


Color preview on white background

This text has color #300913 on white background.



Black color preview on #300913 background

This text has black color on #300913 background.


White color preview on #300913 background

This text has white color on #300913 background.