COLOR #300F2B

HEX: #300F2B
RGB: (48,15,43)

Color info

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

RGB color model

#300F2B color RGB value is (48,15,43).

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

RGB channels and saturation

R 48 of 255 = 19%
G 15 of 255 = 6%
B 43 of 255 = 17%

48
15
43

R + G + B ~ 14%. #300F2B is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 15 + 43 = 106 (100%)
R 48 of 106 ~ 45.28%
G 15 of 106 ~ 14.15%
B 43 of 106 ~ 40.57%

%45.28
%14.15
%40.57

CMYK color model

#300F2B color CMYK value is (0,69,10,81).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 10.42%
  • key color value is 81.18%
CMYK:
(0,69,10,81)
C0M69Y10K81 
(0%,69%,10%,81%)
(0.00/0.69/0.10/0.81)	

CMYK percentages

%0
%68.75
%10.42
%81.18

Codes

Color #300F2B in popluar color models

300F2B
RGB481543
HSL309°52.38%12.35%
HSB/HSV309°68.75%18.82%
CMYK0.00%68.75%10.42%
81.18%

Color #300F2B in popluar number systems.

HEX300F2B
Decimal481543
Binary1100001111101011
Octal601753

Shades and tints

Shades of #300F2B

#300F2B
(48,15,43)
#2C0E28
(44,14,40)
#280D25
(40,13,37)
#240C22
(36,12,34)
#200B1F
(32,11,31)
#1C0A1C
(28,10,28)
#180919
(24,9,25)
#140816
(20,8,22)
#100713
(16,7,19)
#0C0610
(12,6,16)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #300F2B

#300F2B
(48,15,43)
#42243E
(66,36,62)
#543951
(84,57,81)
#664E64
(102,78,100)
#786377
(120,99,119)
#8A788A
(138,120,138)
#9C8D9D
(156,141,157)
#AEA2B0
(174,162,176)
#C0B7C3
(192,183,195)
#D2CCD6
(210,204,214)
#E4E1E9
(228,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300F2B; }

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

This text font color is #300F2B.


Background Color

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

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

This div background color is #300F2B.


Border color

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

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

This div border color is #300F2B.


Opacity

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

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

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

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

This text has shadow with #300F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300F2B on black background.


Color preview on white background

This text has color #300F2B on white background.



Black color preview on #300F2B background

This text has black color on #300F2B background.


White color preview on #300F2B background

This text has white color on #300F2B background.