COLOR #300F0A

HEX: #300F0A
RGB: (48,15,10)

Color info

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

RGB color model

#300F0A color RGB value is (48,15,10).

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

RGB channels and saturation

R 48 of 255 = 19%
G 15 of 255 = 6%
B 10 of 255 = 4%

48
15
10

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

Portions of RGB colors in percentages

R + G + B =
48 + 15 + 10 = 73 (100%)
R 48 of 73 ~ 65.75%
G 15 of 73 ~ 20.55%
B 10 of 73 ~ 13.7%

%65.75
%20.55
%13.7

CMYK color model

#300F0A color CMYK value is (0,69,79,81).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 79.17%
  • key color value is 81.18%
CMYK:
(0,69,79,81)
C0M69Y79K81 
(0%,69%,79%,81%)
(0.00/0.69/0.79/0.81)	

CMYK percentages

%0
%68.75
%79.17
%81.18

Codes

Color #300F0A in popluar color models

300F0A
RGB481510
HSL65.52%11.37%
HSB/HSV79.17%18.82%
CMYK0.00%68.75%79.17%
81.18%

Color #300F0A in popluar number systems.

HEX300F0A
Decimal481510
Binary11000011111010
Octal601712

Shades and tints

Shades of #300F0A

#300F0A
(48,15,10)
#2C0E0A
(44,14,10)
#280D0A
(40,13,10)
#240C0A
(36,12,10)
#200B0A
(32,11,10)
#1C0A0A
(28,10,10)
#18090A
(24,9,10)
#14080A
(20,8,10)
#10070A
(16,7,10)
#0C060A
(12,6,10)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #300F0A

#300F0A
(48,15,10)
#422420
(66,36,32)
#543936
(84,57,54)
#664E4C
(102,78,76)
#786362
(120,99,98)
#8A7878
(138,120,120)
#9C8D8E
(156,141,142)
#AEA2A4
(174,162,164)
#C0B7BA
(192,183,186)
#D2CCD0
(210,204,208)
#E4E1E6
(228,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300F0A; }

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

This text font color is #300F0A.


Background Color

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

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

This div background color is #300F0A.


Border color

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

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

This div border color is #300F0A.


Opacity

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

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

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

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

This text has shadow with #300F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300F0A on black background.


Color preview on white background

This text has color #300F0A on white background.



Black color preview on #300F0A background

This text has black color on #300F0A background.


White color preview on #300F0A background

This text has white color on #300F0A background.