COLOR #300900

HEX: #300900 RGB: (48,9,0)

Color info

#300900 contains only red and green colors. Web safe color of #300900 is #330000 (or #300).

RGB color model

#300900 color RGB value is (48,9,0).

RGB: (48,9,0) (19%, 4%, 0%)

RGB channels and saturation

R 48 of 255 = 19%
G 9 of 255 = 4%
B 0 of 255 = 0%

48
9
0

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

Portions of RGB colors in percentages

R + G + B = 48 + 9 + 0 = 57 (100%)
R 48 of 57 ~ 84.21%
G 9 of 57 ~ 15.79%
B 0 of 57 ~ 0'%

%84.21
%15.79

CMYK color model

#300900 color CMYK value is (0,81,100,81).

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

CMYK: (0,81,100,81)
C0M81Y100K81 (0%, 81%, 100%, 81%)
(0.00 / 0.81 / 1.00 / 0.81)

CMYK percentages

%0
%81.25
%100
%81.18

Codes

Color #300900 in popluar color models

30 09 00
RGB 48 9 0
HSL 11° 100.00% 9.41%
HSB/HSV 11° 100.00% 18.82%
CMYK 0.00% 81.25% 100.00%
81.18%

Color #300900 in popluar number systems.

HEX 30 09 00
Decimal 48 9 0
Binary 110000 1001 0
Octal 60 11 0

Shades and tints

Shades of #300900

#300900
(48,9,0)
#2C0900
(44,9,0)
#280900
(40,9,0)
#240900
(36,9,0)
#200900
(32,9,0)
#1C0900
(28,9,0)
#180900
(24,9,0)
#140900
(20,9,0)
#100900
(16,9,0)
#0C0900
(12,9,0)
#080900
(8,9,0)
#000000
(0,0,0)

Tints of #300900

#300900
(48,9,0)
#421F17
(66,31,23)
#54352E
(84,53,46)
#664B45
(102,75,69)
#78615C
(120,97,92)
#8A7773
(138,119,115)
#9C8D8A
(156,141,138)
#AEA3A1
(174,163,161)
#C0B9B8
(192,185,184)
#D2CFCF
(210,207,207)
#E4E5E6
(228,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300900; }

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

This text font color is #300900.

Background Color

.myBgColor { background-color: #300900; }

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

This div background color is #300900.

Border color

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

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

This div border color is #300900.

Opacity

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

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

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

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

This text has shadow with #300900 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #300900.

Preview

Color preview on black background

This text has color #300900 on black background.


Color preview on white background

This text has color #300900 on white background.


Black color preview on #300900 background

This text has black color on #300900 background.


White color preview on #300900 background

This text has white color on #300900 background.


Related colors

Complementary color

Complementary color for #hex is #CFF6FF.


I love getcolorcode.com

Triadic colors

1 #003009 and #090030 with #300900 are triadic colors.

2 #000930 and #093000 with #300900 are triadic colors.