COLOR #300024

HEX: #300024
RGB: (48,0,36)

Color info

#300024 contains only red and blue colors. Web safe color of #300024 is #330033 (or #303).

RGB color model

#300024 color RGB value is (48,0,36).

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

RGB channels and saturation

R 48 of 255 = 19%
G 0 of 255 = 0%
B 36 of 255 = 14%

48
0
36

R + G + B ~ 11%. #300024 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 0 + 36 = 84 (100%)
R 48 of 84 ~ 57.14%
G 0 of 84 ~ 0%
B 36 of 84 ~ 42.86%

%57.14
%42.86

CMYK color model

#300024 color CMYK value is (0,100,25,81).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 25.00%
  • key color value is 81.18%
CMYK:
(0,100,25,81)
C0M100Y25K81 
(0%,100%,25%,81%)
(0.00/1.00/0.25/0.81)	

CMYK percentages

%0
%100
%25
%81.18

Codes

Color #300024 in popluar color models

300024
RGB48036
HSL315°100.00%9.41%
HSB/HSV315°100.00%18.82%
CMYK0.00%100.00%25.00%
81.18%

Color #300024 in popluar number systems.

HEX300024
Decimal48036
Binary1100000100100
Octal60044

Shades and tints

Shades of #300024

#300024
(48,0,36)
#2C0021
(44,0,33)
#28001E
(40,0,30)
#24001B
(36,0,27)
#200018
(32,0,24)
#1C0015
(28,0,21)
#180012
(24,0,18)
#14000F
(20,0,15)
#10000C
(16,0,12)
#0C0009
(12,0,9)
#080006
(8,0,6)
#000000
(0,0,0)

Tints of #300024

#300024
(48,0,36)
#421737
(66,23,55)
#542E4A
(84,46,74)
#66455D
(102,69,93)
#785C70
(120,92,112)
#8A7383
(138,115,131)
#9C8A96
(156,138,150)
#AEA1A9
(174,161,169)
#C0B8BC
(192,184,188)
#D2CFCF
(210,207,207)
#E4E6E2
(228,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300024; }

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

This text font color is #300024.


Background Color

.myBgColor { background-color: #300024; }

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

This div background color is #300024.


Border color

.myBorderColor { border: 1px solid #300024; }

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

This div border color is #300024.


Opacity

.myOpacity80 { color: #300024; opacity: 0.8; }

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

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

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

This text has shadow with #300024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300024 on black background.


Color preview on white background

This text has color #300024 on white background.



Black color preview on #300024 background

This text has black color on #300024 background.


White color preview on #300024 background

This text has white color on #300024 background.