COLOR #300F21

HEX: #300F21
RGB: (48,15,33)

Color info

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

RGB color model

#300F21 color RGB value is (48,15,33).

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

RGB channels and saturation

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

48
15
33

R + G + B ~ 13%. #300F21 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 15 + 33 = 96 (100%)
R 48 of 96 ~ 50%
G 15 of 96 ~ 15.63%
B 33 of 96 ~ 34.38%

%50
%15.63
%34.38

CMYK color model

#300F21 color CMYK value is (0,69,31,81).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 31.25%
  • key color value is 81.18%
CMYK:
(0,69,31,81)
C0M69Y31K81 
(0%,69%,31%,81%)
(0.00/0.69/0.31/0.81)	

CMYK percentages

%0
%68.75
%31.25
%81.18

Codes

Color #300F21 in popluar color models

300F21
RGB481533
HSL327°52.38%12.35%
HSB/HSV327°68.75%18.82%
CMYK0.00%68.75%31.25%
81.18%

Color #300F21 in popluar number systems.

HEX300F21
Decimal481533
Binary1100001111100001
Octal601741

Shades and tints

Shades of #300F21

#300F21
(48,15,33)
#2C0E1E
(44,14,30)
#280D1B
(40,13,27)
#240C18
(36,12,24)
#200B15
(32,11,21)
#1C0A12
(28,10,18)
#18090F
(24,9,15)
#14080C
(20,8,12)
#100709
(16,7,9)
#0C0606
(12,6,6)
#080503
(8,5,3)
#000000
(0,0,0)

Tints of #300F21

#300F21
(48,15,33)
#422435
(66,36,53)
#543949
(84,57,73)
#664E5D
(102,78,93)
#786371
(120,99,113)
#8A7885
(138,120,133)
#9C8D99
(156,141,153)
#AEA2AD
(174,162,173)
#C0B7C1
(192,183,193)
#D2CCD5
(210,204,213)
#E4E1E9
(228,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300F21; }

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

This text font color is #300F21.


Background Color

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

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

This div background color is #300F21.


Border color

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

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

This div border color is #300F21.


Opacity

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

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

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

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

This text has shadow with #300F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300F21 on black background.


Color preview on white background

This text has color #300F21 on white background.



Black color preview on #300F21 background

This text has black color on #300F21 background.


White color preview on #300F21 background

This text has white color on #300F21 background.