COLOR #300F0D

HEX: #300F0D
RGB: (48,15,13)

Color info

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

RGB color model

#300F0D color RGB value is (48,15,13).

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

RGB channels and saturation

R 48 of 255 = 19%
G 15 of 255 = 6%
B 13 of 255 = 5%

48
15
13

R + G + B ~ 10%. #300F0D is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 15 + 13 = 76 (100%)
R 48 of 76 ~ 63.16%
G 15 of 76 ~ 19.74%
B 13 of 76 ~ 17.11%

%63.16
%19.74
%17.11

CMYK color model

#300F0D color CMYK value is (0,69,73,81).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 72.92%
  • key color value is 81.18%
CMYK:
(0,69,73,81)
C0M69Y73K81 
(0%,69%,73%,81%)
(0.00/0.69/0.73/0.81)	

CMYK percentages

%0
%68.75
%72.92
%81.18

Codes

Color #300F0D in popluar color models

300F0D
RGB481513
HSL57.38%11.96%
HSB/HSV72.92%18.82%
CMYK0.00%68.75%72.92%
81.18%

Color #300F0D in popluar number systems.

HEX300F0D
Decimal481513
Binary11000011111101
Octal601715

Shades and tints

Shades of #300F0D

#300F0D
(48,15,13)
#2C0E0C
(44,14,12)
#280D0B
(40,13,11)
#240C0A
(36,12,10)
#200B09
(32,11,9)
#1C0A08
(28,10,8)
#180907
(24,9,7)
#140806
(20,8,6)
#100705
(16,7,5)
#0C0604
(12,6,4)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #300F0D

#300F0D
(48,15,13)
#422423
(66,36,35)
#543939
(84,57,57)
#664E4F
(102,78,79)
#786365
(120,99,101)
#8A787B
(138,120,123)
#9C8D91
(156,141,145)
#AEA2A7
(174,162,167)
#C0B7BD
(192,183,189)
#D2CCD3
(210,204,211)
#E4E1E9
(228,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300F0D; }

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

This text font color is #300F0D.


Background Color

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

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

This div background color is #300F0D.


Border color

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

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

This div border color is #300F0D.


Opacity

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

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

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

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

This text has shadow with #300F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300F0D on black background.


Color preview on white background

This text has color #300F0D on white background.



Black color preview on #300F0D background

This text has black color on #300F0D background.


White color preview on #300F0D background

This text has white color on #300F0D background.