COLOR #300411

HEX: #300411
RGB: (48,4,17)

Color info

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

RGB color model

#300411 color RGB value is (48,4,17).

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

RGB channels and saturation

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

48
4
17

R + G + B ~ 9%. #300411 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 4 + 17 = 69 (100%)
R 48 of 69 ~ 69.57%
G 4 of 69 ~ 5.8%
B 17 of 69 ~ 24.64%

%69.57
%24.64

CMYK color model

#300411 color CMYK value is (0,92,65,81).

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 64.58%
  • key color value is 81.18%
CMYK:
(0,92,65,81)
C0M92Y65K81 
(0%,92%,65%,81%)
(0.00/0.92/0.65/0.81)	

CMYK percentages

%0
%91.67
%64.58
%81.18

Codes

Color #300411 in popluar color models

300411
RGB48417
HSL342°84.62%10.20%
HSB/HSV342°91.67%18.82%
CMYK0.00%91.67%64.58%
81.18%

Color #300411 in popluar number systems.

HEX300411
Decimal48417
Binary11000010010001
Octal60421

Shades and tints

Shades of #300411

#300411
(48,4,17)
#2C0410
(44,4,16)
#28040F
(40,4,15)
#24040E
(36,4,14)
#20040D
(32,4,13)
#1C040C
(28,4,12)
#18040B
(24,4,11)
#14040A
(20,4,10)
#100409
(16,4,9)
#0C0408
(12,4,8)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #300411

#300411
(48,4,17)
#421A26
(66,26,38)
#54303B
(84,48,59)
#664650
(102,70,80)
#785C65
(120,92,101)
#8A727A
(138,114,122)
#9C888F
(156,136,143)
#AE9EA4
(174,158,164)
#C0B4B9
(192,180,185)
#D2CACE
(210,202,206)
#E4E0E3
(228,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300411; }

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

This text font color is #300411.


Background Color

.myBgColor { background-color: #300411; }

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

This div background color is #300411.


Border color

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

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

This div border color is #300411.


Opacity

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

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

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

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

This text has shadow with #300411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300411 on black background.


Color preview on white background

This text has color #300411 on white background.



Black color preview on #300411 background

This text has black color on #300411 background.


White color preview on #300411 background

This text has white color on #300411 background.