COLOR #300F00

HEX: #300F00
RGB: (48,15,0)

Color info

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

RGB color model

#300F00 color RGB value is (48,15,0).

  • red value is 48;
  • green value is 15;
  • blue value is 0.
RGB:
(48,15,0)
(19%,6%,0%)

RGB channels and saturation

R 48 of 255 = 19%
G 15 of 255 = 6%
B 0 of 255 = 0%

48
15
0

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

Portions of RGB colors in percentages

R + G + B =
48 + 15 + 0 = 63 (100%)
R 48 of 63 ~ 76.19%
G 15 of 63 ~ 23.81%
B 0 of 63 ~ 0%

%76.19
%23.81

CMYK color model

#300F00 color CMYK value is (0,69,100,81).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 100.00%
  • key color value is 81.18%
CMYK:
(0,69,100,81)
C0M69Y100K81 
(0%,69%,100%,81%)
(0.00/0.69/1.00/0.81)	

CMYK percentages

%0
%68.75
%100
%81.18

Codes

Color #300F00 in popluar color models

300F00
RGB48150
HSL19°100.00%9.41%
HSB/HSV19°100.00%18.82%
CMYK0.00%68.75%100.00%
81.18%

Color #300F00 in popluar number systems.

HEX300F00
Decimal48150
Binary11000011110
Octal60170

Shades and tints

Shades of #300F00

#300F00
(48,15,0)
#2C0E00
(44,14,0)
#280D00
(40,13,0)
#240C00
(36,12,0)
#200B00
(32,11,0)
#1C0A00
(28,10,0)
#180900
(24,9,0)
#140800
(20,8,0)
#100700
(16,7,0)
#0C0600
(12,6,0)
#080500
(8,5,0)
#000000
(0,0,0)

Tints of #300F00

#300F00
(48,15,0)
#422417
(66,36,23)
#54392E
(84,57,46)
#664E45
(102,78,69)
#78635C
(120,99,92)
#8A7873
(138,120,115)
#9C8D8A
(156,141,138)
#AEA2A1
(174,162,161)
#C0B7B8
(192,183,184)
#D2CCCF
(210,204,207)
#E4E1E6
(228,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300F00; }

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

This text font color is #300F00.


Background Color

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

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

This div background color is #300F00.


Border color

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

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

This div border color is #300F00.


Opacity

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

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

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

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

This text has shadow with #300F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300F00 on black background.


Color preview on white background

This text has color #300F00 on white background.



Black color preview on #300F00 background

This text has black color on #300F00 background.


White color preview on #300F00 background

This text has white color on #300F00 background.