COLOR #300815

HEX: #300815 RGB: (48,8,21)

Color info

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

RGB color model

#300815 color RGB value is (48,8,21).

RGB: (48,8,21) (19%, 3%, 8%)

RGB channels and saturation

R 48 of 255 = 19%
G 8 of 255 = 3%
B 21 of 255 = 8%

48
8
21

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

Portions of RGB colors in percentages

R + G + B = 48 + 8 + 21 = 77 (100%)
R 48 of 77 ~ 62.34%
G 8 of 77 ~ 10.39%
B 21 of 77 ~ 27.27'%

%62.34
%10.39
%27.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 56.25%
  • key color value is 81.18%
CMYK: (0,83,56,81) C0M83Y56K81 (0%,83%,56%,81%) (0.00/0.83/0.56/0.81) 

CMYK percentages

%0
%83.33
%56.25
%81.18

Codes

Color #300815 in popluar color models

30 08 15
RGB 48 8 21
HSL 341° 71.43% 10.98%
HSB/HSV 341° 83.33% 18.82%
CMYK 0.00% 83.33% 56.25%
81.18%

Color #300815 in popluar number systems.

HEX 30 08 15
Decimal 48 8 21
Binary 110000 1000 10101
Octal 60 10 25

Shades and tints

Shades of #300815

#300815
(48,8,21)
#2C0814
(44,8,20)
#280813
(40,8,19)
#240812
(36,8,18)
#200811
(32,8,17)
#1C0810
(28,8,16)
#18080F
(24,8,15)
#14080E
(20,8,14)
#10080D
(16,8,13)
#0C080C
(12,8,12)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #300815

#300815
(48,8,21)
#421E2A
(66,30,42)
#54343F
(84,52,63)
#664A54
(102,74,84)
#786069
(120,96,105)
#8A767E
(138,118,126)
#9C8C93
(156,140,147)
#AEA2A8
(174,162,168)
#C0B8BD
(192,184,189)
#D2CED2
(210,206,210)
#E4E4E7
(228,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300815; }

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

This text font color is #300815.

Background Color

.myBgColor { background-color: #300815; }

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

This div background color is #300815.

Border color

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

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

This div border color is #300815.

Opacity

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

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

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

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

This text has shadow with #300815 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300815.

Preview

Color preview on black background

This text has color #300815 on black background.


Color preview on white background

This text has color #300815 on white background.


Black color preview on #300815 background

This text has black color on #300815 background.


White color preview on #300815 background

This text has white color on #300815 background.


Related colors

Complementary color

Complementary color for #hex is #CFF7EA.


I love getcolorcode.com

Triadic colors

1 #153008 and #081530 with #300815 are triadic colors.

2 #150830 and #083015 with #300815 are triadic colors.