COLOR #300509

HEX: #300509 RGB: (48,5,9)

Color info

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

RGB color model

#300509 color RGB value is (48,5,9).

RGB: (48,5,9) (19%, 2%, 4%)

RGB channels and saturation

R 48 of 255 = 19%
G 5 of 255 = 2%
B 9 of 255 = 4%

48
5
9

R + G + B ~ 8%. #300509 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 5 + 9 = 62 (100%)
R 48 of 62 ~ 77.42%
G 5 of 62 ~ 8.06%
B 9 of 62 ~ 14.52'%

%77.42
%14.52

CMYK color model

#300509 color CMYK value is (0,90,81,81).

  • cyan value is 0.00%
  • magenta value is 89.58%
  • yellow value is 81.25%
  • key color value is 81.18%

CMYK: (0,90,81,81)
C0M90Y81K81 (0%, 90%, 81%, 81%)
(0.00 / 0.90 / 0.81 / 0.81)

CMYK percentages

%0
%89.58
%81.25
%81.18

Codes

Color #300509 in popluar color models

30 05 09
RGB 48 5 9
HSL 354° 81.13% 10.39%
HSB/HSV 354° 89.58% 18.82%
CMYK 0.00% 89.58% 81.25%
81.18%

Color #300509 in popluar number systems.

HEX 30 05 09
Decimal 48 5 9
Binary 110000 101 1001
Octal 60 5 11

Shades and tints

Shades of #300509

#300509
(48,5,9)
#2C0509
(44,5,9)
#280509
(40,5,9)
#240509
(36,5,9)
#200509
(32,5,9)
#1C0509
(28,5,9)
#180509
(24,5,9)
#140509
(20,5,9)
#100509
(16,5,9)
#0C0509
(12,5,9)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #300509

#300509
(48,5,9)
#421B1F
(66,27,31)
#543135
(84,49,53)
#66474B
(102,71,75)
#785D61
(120,93,97)
#8A7377
(138,115,119)
#9C898D
(156,137,141)
#AE9FA3
(174,159,163)
#C0B5B9
(192,181,185)
#D2CBCF
(210,203,207)
#E4E1E5
(228,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300509 color. Also use rgb(48,5,9) instead hex code.

Text Font Color

.myTextColor { color: #300509; }

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

This text font color is #300509.

Background Color

.myBgColor { background-color: #300509; }

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

This div background color is #300509.

Border color

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

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

This div border color is #300509.

Opacity

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

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

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

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

This text has shadow with #300509 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300509.

Preview

Color preview on black background

This text has color #300509 on black background.


Color preview on white background

This text has color #300509 on white background.


Black color preview on #300509 background

This text has black color on #300509 background.


White color preview on #300509 background

This text has white color on #300509 background.


Related colors

Complementary color

Complementary color for #hex is #CFFAF6.


I love getcolorcode.com

Triadic colors

1 #093005 and #050930 with #300509 are triadic colors.

2 #090530 and #053009 with #300509 are triadic colors.