COLOR #300E15

HEX: #300E15 RGB: (48,14,21)

Color info

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

RGB color model

#300E15 color RGB value is (48,14,21).

RGB: (48,14,21) (19%, 5%, 8%)

RGB channels and saturation

R 48 of 255 = 19%
G 14 of 255 = 5%
B 21 of 255 = 8%

48
14
21

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

Portions of RGB colors in percentages

R + G + B = 48 + 14 + 21 = 83 (100%)
R 48 of 83 ~ 57.83%
G 14 of 83 ~ 16.87%
B 21 of 83 ~ 25.3'%

%57.83
%16.87
%25.3

CMYK color model

#300E15 color CMYK value is (0,71,56,81).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 56.25%
  • key color value is 81.18%

CMYK: (0,71,56,81)
C0M71Y56K81 (0%, 71%, 56%, 81%)
(0.00 / 0.71 / 0.56 / 0.81)

CMYK percentages

%0
%70.83
%56.25
%81.18

Codes

Color #300E15 in popluar color models

30 0E 15
RGB 48 14 21
HSL 348° 54.84% 12.16%
HSB/HSV 348° 70.83% 18.82%
CMYK 0.00% 70.83% 56.25%
81.18%

Color #300E15 in popluar number systems.

HEX 30 0E 15
Decimal 48 14 21
Binary 110000 1110 10101
Octal 60 16 25

Shades and tints

Shades of #300E15

#300E15
(48,14,21)
#2C0D14
(44,13,20)
#280C13
(40,12,19)
#240B12
(36,11,18)
#200A11
(32,10,17)
#1C0910
(28,9,16)
#18080F
(24,8,15)
#14070E
(20,7,14)
#10060D
(16,6,13)
#0C050C
(12,5,12)
#08040B
(8,4,11)
#000000
(0,0,0)

Tints of #300E15

#300E15
(48,14,21)
#42232A
(66,35,42)
#54383F
(84,56,63)
#664D54
(102,77,84)
#786269
(120,98,105)
#8A777E
(138,119,126)
#9C8C93
(156,140,147)
#AEA1A8
(174,161,168)
#C0B6BD
(192,182,189)
#D2CBD2
(210,203,210)
#E4E0E7
(228,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300E15; }

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

This text font color is #300E15.

Background Color

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

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

This div background color is #300E15.

Border color

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

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

This div border color is #300E15.

Opacity

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

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

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

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

This text has shadow with #300E15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300E15.

Preview

Color preview on black background

This text has color #300E15 on black background.


Color preview on white background

This text has color #300E15 on white background.


Black color preview on #300E15 background

This text has black color on #300E15 background.


White color preview on #300E15 background

This text has white color on #300E15 background.


Related colors

Complementary color

Complementary color for #hex is #CFF1EA.


I love getcolorcode.com

Triadic colors

1 #15300E and #0E1530 with #300E15 are triadic colors.

2 #150E30 and #0E3015 with #300E15 are triadic colors.