COLOR #300A11

HEX: #300A11
RGB: (48,10,17)

Color info

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

RGB color model

#300A11 color RGB value is (48,10,17).

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

RGB channels and saturation

R 48 of 255 = 19%
G 10 of 255 = 4%
B 17 of 255 = 7%

48
10
17

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

Portions of RGB colors in percentages

R + G + B =
48 + 10 + 17 = 75 (100%)
R 48 of 75 ~ 64%
G 10 of 75 ~ 13.33%
B 17 of 75 ~ 22.67%

%64
%13.33
%22.67

CMYK color model

#300A11 color CMYK value is (0,79,65,81).

  • cyan value is 0.00%
  • magenta value is 79.17%
  • yellow value is 64.58%
  • key color value is 81.18%
CMYK:
(0,79,65,81)
C0M79Y65K81 
(0%,79%,65%,81%)
(0.00/0.79/0.65/0.81)	

CMYK percentages

%0
%79.17
%64.58
%81.18

Codes

Color #300A11 in popluar color models

300A11
RGB481017
HSL349°65.52%11.37%
HSB/HSV349°79.17%18.82%
CMYK0.00%79.17%64.58%
81.18%

Color #300A11 in popluar number systems.

HEX300A11
Decimal481017
Binary110000101010001
Octal601221

Shades and tints

Shades of #300A11

#300A11
(48,10,17)
#2C0A10
(44,10,16)
#280A0F
(40,10,15)
#240A0E
(36,10,14)
#200A0D
(32,10,13)
#1C0A0C
(28,10,12)
#180A0B
(24,10,11)
#140A0A
(20,10,10)
#100A09
(16,10,9)
#0C0A08
(12,10,8)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #300A11

#300A11
(48,10,17)
#422026
(66,32,38)
#54363B
(84,54,59)
#664C50
(102,76,80)
#786265
(120,98,101)
#8A787A
(138,120,122)
#9C8E8F
(156,142,143)
#AEA4A4
(174,164,164)
#C0BAB9
(192,186,185)
#D2D0CE
(210,208,206)
#E4E6E3
(228,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300A11; }

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

This text font color is #300A11.


Background Color

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

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

This div background color is #300A11.


Border color

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

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

This div border color is #300A11.


Opacity

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

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

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

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

This text has shadow with #300A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300A11 on black background.


Color preview on white background

This text has color #300A11 on white background.



Black color preview on #300A11 background

This text has black color on #300A11 background.


White color preview on #300A11 background

This text has white color on #300A11 background.