COLOR #300D00

HEX: #300D00
RGB: (48,13,0)

Color info

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

RGB color model

#300D00 color RGB value is (48,13,0).

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

RGB channels and saturation

R 48 of 255 = 19%
G 13 of 255 = 5%
B 0 of 255 = 0%

48
13
0

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

Portions of RGB colors in percentages

R + G + B =
48 + 13 + 0 = 61 (100%)
R 48 of 61 ~ 78.69%
G 13 of 61 ~ 21.31%
B 0 of 61 ~ 0%

%78.69
%21.31

CMYK color model

#300D00 color CMYK value is (0,73,100,81).

  • cyan value is 0.00%
  • magenta value is 72.92%
  • yellow value is 100.00%
  • key color value is 81.18%
CMYK:
(0,73,100,81)
C0M73Y100K81 
(0%,73%,100%,81%)
(0.00/0.73/1.00/0.81)	

CMYK percentages

%0
%72.92
%100
%81.18

Codes

Color #300D00 in popluar color models

300D00
RGB48130
HSL16°100.00%9.41%
HSB/HSV16°100.00%18.82%
CMYK0.00%72.92%100.00%
81.18%

Color #300D00 in popluar number systems.

HEX300D00
Decimal48130
Binary11000011010
Octal60150

Shades and tints

Shades of #300D00

#300D00
(48,13,0)
#2C0C00
(44,12,0)
#280B00
(40,11,0)
#240A00
(36,10,0)
#200900
(32,9,0)
#1C0800
(28,8,0)
#180700
(24,7,0)
#140600
(20,6,0)
#100500
(16,5,0)
#0C0400
(12,4,0)
#080300
(8,3,0)
#000000
(0,0,0)

Tints of #300D00

#300D00
(48,13,0)
#422317
(66,35,23)
#54392E
(84,57,46)
#664F45
(102,79,69)
#78655C
(120,101,92)
#8A7B73
(138,123,115)
#9C918A
(156,145,138)
#AEA7A1
(174,167,161)
#C0BDB8
(192,189,184)
#D2D3CF
(210,211,207)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300D00; }

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

This text font color is #300D00.


Background Color

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

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

This div background color is #300D00.


Border color

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

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

This div border color is #300D00.


Opacity

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

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

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

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

This text has shadow with #300D00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300D00 on black background.


Color preview on white background

This text has color #300D00 on white background.



Black color preview on #300D00 background

This text has black color on #300D00 background.


White color preview on #300D00 background

This text has white color on #300D00 background.