COLOR #300F24

HEX: #300F24
RGB: (48,15,36)

Color info

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

RGB color model

#300F24 color RGB value is (48,15,36).

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

RGB channels and saturation

R 48 of 255 = 19%
G 15 of 255 = 6%
B 36 of 255 = 14%

48
15
36

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

Portions of RGB colors in percentages

R + G + B =
48 + 15 + 36 = 99 (100%)
R 48 of 99 ~ 48.48%
G 15 of 99 ~ 15.15%
B 36 of 99 ~ 36.36%

%48.48
%15.15
%36.36

CMYK color model

#300F24 color CMYK value is (0,69,25,81).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 25.00%
  • key color value is 81.18%
CMYK:
(0,69,25,81)
C0M69Y25K81 
(0%,69%,25%,81%)
(0.00/0.69/0.25/0.81)	

CMYK percentages

%0
%68.75
%25
%81.18

Codes

Color #300F24 in popluar color models

300F24
RGB481536
HSL322°52.38%12.35%
HSB/HSV322°68.75%18.82%
CMYK0.00%68.75%25.00%
81.18%

Color #300F24 in popluar number systems.

HEX300F24
Decimal481536
Binary1100001111100100
Octal601744

Shades and tints

Shades of #300F24

#300F24
(48,15,36)
#2C0E21
(44,14,33)
#280D1E
(40,13,30)
#240C1B
(36,12,27)
#200B18
(32,11,24)
#1C0A15
(28,10,21)
#180912
(24,9,18)
#14080F
(20,8,15)
#10070C
(16,7,12)
#0C0609
(12,6,9)
#080506
(8,5,6)
#000000
(0,0,0)

Tints of #300F24

#300F24
(48,15,36)
#422437
(66,36,55)
#54394A
(84,57,74)
#664E5D
(102,78,93)
#786370
(120,99,112)
#8A7883
(138,120,131)
#9C8D96
(156,141,150)
#AEA2A9
(174,162,169)
#C0B7BC
(192,183,188)
#D2CCCF
(210,204,207)
#E4E1E2
(228,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300F24; }

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

This text font color is #300F24.


Background Color

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

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

This div background color is #300F24.


Border color

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

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

This div border color is #300F24.


Opacity

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

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

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

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

This text has shadow with #300F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300F24 on black background.


Color preview on white background

This text has color #300F24 on white background.



Black color preview on #300F24 background

This text has black color on #300F24 background.


White color preview on #300F24 background

This text has white color on #300F24 background.