COLOR #300F11

HEX: #300F11 RGB: (48,15,17)

Color info

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

RGB color model

#300F11 color RGB value is (48,15,17).

RGB: (48,15,17) (19%, 6%, 7%)

RGB channels and saturation

R 48 of 255 = 19%
G 15 of 255 = 6%
B 17 of 255 = 7%

48
15
17

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

Portions of RGB colors in percentages

R + G + B = 48 + 15 + 17 = 80 (100%)
R 48 of 80 ~ 60%
G 15 of 80 ~ 18.75%
B 17 of 80 ~ 21.25'%

%60
%18.75
%21.25

CMYK color model

#300F11 color CMYK value is (0,69,65,81).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 64.58%
  • key color value is 81.18%

CMYK: (0,69,65,81)
C0M69Y65K81 (0%, 69%, 65%, 81%)
(0.00 / 0.69 / 0.65 / 0.81)

CMYK percentages

%0
%68.75
%64.58
%81.18

Codes

Color #300F11 in popluar color models

30 0F 11
RGB 48 15 17
HSL 356° 52.38% 12.35%
HSB/HSV 356° 68.75% 18.82%
CMYK 0.00% 68.75% 64.58%
81.18%

Color #300F11 in popluar number systems.

HEX 30 0F 11
Decimal 48 15 17
Binary 110000 1111 10001
Octal 60 17 21

Shades and tints

Shades of #300F11

#300F11
(48,15,17)
#2C0E10
(44,14,16)
#280D0F
(40,13,15)
#240C0E
(36,12,14)
#200B0D
(32,11,13)
#1C0A0C
(28,10,12)
#18090B
(24,9,11)
#14080A
(20,8,10)
#100709
(16,7,9)
#0C0608
(12,6,8)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #300F11

#300F11
(48,15,17)
#422426
(66,36,38)
#54393B
(84,57,59)
#664E50
(102,78,80)
#786365
(120,99,101)
#8A787A
(138,120,122)
#9C8D8F
(156,141,143)
#AEA2A4
(174,162,164)
#C0B7B9
(192,183,185)
#D2CCCE
(210,204,206)
#E4E1E3
(228,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300F11 color. Also use rgb(48,15,17) instead hex code.

Text Font Color

.myTextColor { color: #300F11; }

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

This text font color is #300F11.

Background Color

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

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

This div background color is #300F11.

Border color

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

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

This div border color is #300F11.

Opacity

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

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

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

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

This text has shadow with #300F11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300F11.

Preview

Color preview on black background

This text has color #300F11 on black background.


Color preview on white background

This text has color #300F11 on white background.


Black color preview on #300F11 background

This text has black color on #300F11 background.


White color preview on #300F11 background

This text has white color on #300F11 background.


Related colors

Complementary color

Complementary color for #hex is #CFF0EE.


I love getcolorcode.com

Triadic colors

1 #11300F and #0F1130 with #300F11 are triadic colors.

2 #110F30 and #0F3011 with #300F11 are triadic colors.