COLOR #300915

HEX: #300915
RGB: (48,9,21)

Color info

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

RGB color model

#300915 color RGB value is (48,9,21).

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

RGB channels and saturation

R 48 of 255 = 19%
G 9 of 255 = 4%
B 21 of 255 = 8%

48
9
21

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

Portions of RGB colors in percentages

R + G + B =
48 + 9 + 21 = 78 (100%)
R 48 of 78 ~ 61.54%
G 9 of 78 ~ 11.54%
B 21 of 78 ~ 26.92%

%61.54
%11.54
%26.92

CMYK color model

#300915 color CMYK value is (0,81,56,81).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 56.25%
  • key color value is 81.18%
CMYK:
(0,81,56,81)
C0M81Y56K81 
(0%,81%,56%,81%)
(0.00/0.81/0.56/0.81)	

CMYK percentages

%0
%81.25
%56.25
%81.18

Codes

Color #300915 in popluar color models

300915
RGB48921
HSL342°68.42%11.18%
HSB/HSV342°81.25%18.82%
CMYK0.00%81.25%56.25%
81.18%

Color #300915 in popluar number systems.

HEX300915
Decimal48921
Binary110000100110101
Octal601125

Shades and tints

Shades of #300915

#300915
(48,9,21)
#2C0914
(44,9,20)
#280913
(40,9,19)
#240912
(36,9,18)
#200911
(32,9,17)
#1C0910
(28,9,16)
#18090F
(24,9,15)
#14090E
(20,9,14)
#10090D
(16,9,13)
#0C090C
(12,9,12)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #300915

#300915
(48,9,21)
#421F2A
(66,31,42)
#54353F
(84,53,63)
#664B54
(102,75,84)
#786169
(120,97,105)
#8A777E
(138,119,126)
#9C8D93
(156,141,147)
#AEA3A8
(174,163,168)
#C0B9BD
(192,185,189)
#D2CFD2
(210,207,210)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300915; }

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

This text font color is #300915.


Background Color

.myBgColor { background-color: #300915; }

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

This div background color is #300915.


Border color

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

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

This div border color is #300915.


Opacity

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

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

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

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

This text has shadow with #300915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300915 on black background.


Color preview on white background

This text has color #300915 on white background.



Black color preview on #300915 background

This text has black color on #300915 background.


White color preview on #300915 background

This text has white color on #300915 background.