COLOR #300F20

HEX: #300F20
RGB: (48,15,32)

Color info

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

RGB color model

#300F20 color RGB value is (48,15,32).

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

RGB channels and saturation

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

48
15
32

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

Portions of RGB colors in percentages

R + G + B =
48 + 15 + 32 = 95 (100%)
R 48 of 95 ~ 50.53%
G 15 of 95 ~ 15.79%
B 32 of 95 ~ 33.68%

%50.53
%15.79
%33.68

CMYK color model

#300F20 color CMYK value is (0,69,33,81).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 33.33%
  • key color value is 81.18%
CMYK:
(0,69,33,81)
C0M69Y33K81 
(0%,69%,33%,81%)
(0.00/0.69/0.33/0.81)	

CMYK percentages

%0
%68.75
%33.33
%81.18

Codes

Color #300F20 in popluar color models

300F20
RGB481532
HSL329°52.38%12.35%
HSB/HSV329°68.75%18.82%
CMYK0.00%68.75%33.33%
81.18%

Color #300F20 in popluar number systems.

HEX300F20
Decimal481532
Binary1100001111100000
Octal601740

Shades and tints

Shades of #300F20

#300F20
(48,15,32)
#2C0E1E
(44,14,30)
#280D1C
(40,13,28)
#240C1A
(36,12,26)
#200B18
(32,11,24)
#1C0A16
(28,10,22)
#180914
(24,9,20)
#140812
(20,8,18)
#100710
(16,7,16)
#0C060E
(12,6,14)
#08050C
(8,5,12)
#000000
(0,0,0)

Tints of #300F20

#300F20
(48,15,32)
#422434
(66,36,52)
#543948
(84,57,72)
#664E5C
(102,78,92)
#786370
(120,99,112)
#8A7884
(138,120,132)
#9C8D98
(156,141,152)
#AEA2AC
(174,162,172)
#C0B7C0
(192,183,192)
#D2CCD4
(210,204,212)
#E4E1E8
(228,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300F20; }

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

This text font color is #300F20.


Background Color

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

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

This div background color is #300F20.


Border color

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

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

This div border color is #300F20.


Opacity

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

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

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

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

This text has shadow with #300F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300F20 on black background.


Color preview on white background

This text has color #300F20 on white background.



Black color preview on #300F20 background

This text has black color on #300F20 background.


White color preview on #300F20 background

This text has white color on #300F20 background.