COLOR #300904

HEX: #300904
RGB: (48,9,4)

Color info

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

RGB color model

#300904 color RGB value is (48,9,4).

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

RGB channels and saturation

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

48
9
4

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

Portions of RGB colors in percentages

R + G + B =
48 + 9 + 4 = 61 (100%)
R 48 of 61 ~ 78.69%
G 9 of 61 ~ 14.75%
B 4 of 61 ~ 6.56%

%78.69
%14.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 91.67%
  • key color value is 81.18%
CMYK:
(0,81,92,81)
C0M81Y92K81 
(0%,81%,92%,81%)
(0.00/0.81/0.92/0.81)	

CMYK percentages

%0
%81.25
%91.67
%81.18

Codes

Color #300904 in popluar color models

300904
RGB4894
HSL84.62%10.20%
HSB/HSV91.67%18.82%
CMYK0.00%81.25%91.67%
81.18%

Color #300904 in popluar number systems.

HEX300904
Decimal4894
Binary1100001001100
Octal60114

Shades and tints

Shades of #300904

#300904
(48,9,4)
#2C0904
(44,9,4)
#280904
(40,9,4)
#240904
(36,9,4)
#200904
(32,9,4)
#1C0904
(28,9,4)
#180904
(24,9,4)
#140904
(20,9,4)
#100904
(16,9,4)
#0C0904
(12,9,4)
#080904
(8,9,4)
#000000
(0,0,0)

Tints of #300904

#300904
(48,9,4)
#421F1A
(66,31,26)
#543530
(84,53,48)
#664B46
(102,75,70)
#78615C
(120,97,92)
#8A7772
(138,119,114)
#9C8D88
(156,141,136)
#AEA39E
(174,163,158)
#C0B9B4
(192,185,180)
#D2CFCA
(210,207,202)
#E4E5E0
(228,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300904; }

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

This text font color is #300904.


Background Color

.myBgColor { background-color: #300904; }

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

This div background color is #300904.


Border color

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

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

This div border color is #300904.


Opacity

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

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

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

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

This text has shadow with #300904 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300904 on black background.


Color preview on white background

This text has color #300904 on white background.



Black color preview on #300904 background

This text has black color on #300904 background.


White color preview on #300904 background

This text has white color on #300904 background.