COLOR #30040F

HEX: #30040F
RGB: (48,4,15)

Color info

#30040F contains red, green and blue colors in about the same proportion. Web safe color of #30040F is #330000 (or #300).

RGB color model

#30040F color RGB value is (48,4,15).

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

RGB channels and saturation

R 48 of 255 = 19%
G 4 of 255 = 2%
B 15 of 255 = 6%

48
4
15

R + G + B ~ 9%. #30040F is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 4 + 15 = 67 (100%)
R 48 of 67 ~ 71.64%
G 4 of 67 ~ 5.97%
B 15 of 67 ~ 22.39%

%71.64
%22.39

CMYK color model

#30040F color CMYK value is (0,92,69,81).

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 68.75%
  • key color value is 81.18%
CMYK:
(0,92,69,81)
C0M92Y69K81 
(0%,92%,69%,81%)
(0.00/0.92/0.69/0.81)	

CMYK percentages

%0
%91.67
%68.75
%81.18

Codes

Color #30040F in popluar color models

30040F
RGB48415
HSL345°84.62%10.20%
HSB/HSV345°91.67%18.82%
CMYK0.00%91.67%68.75%
81.18%

Color #30040F in popluar number systems.

HEX30040F
Decimal48415
Binary1100001001111
Octal60417

Shades and tints

Shades of #30040F

#30040F
(48,4,15)
#2C040E
(44,4,14)
#28040D
(40,4,13)
#24040C
(36,4,12)
#20040B
(32,4,11)
#1C040A
(28,4,10)
#180409
(24,4,9)
#140408
(20,4,8)
#100407
(16,4,7)
#0C0406
(12,4,6)
#080405
(8,4,5)
#000000
(0,0,0)

Tints of #30040F

#30040F
(48,4,15)
#421A24
(66,26,36)
#543039
(84,48,57)
#66464E
(102,70,78)
#785C63
(120,92,99)
#8A7278
(138,114,120)
#9C888D
(156,136,141)
#AE9EA2
(174,158,162)
#C0B4B7
(192,180,183)
#D2CACC
(210,202,204)
#E4E0E1
(228,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30040F color. Also use rgb(48,4,15) instead hex code.

Text Font Color

.myTextColor { color: #30040F; }

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

This text font color is #30040F.


Background Color

.myBgColor { background-color: #30040F; }

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

This div background color is #30040F.


Border color

.myBorderColor { border: 1px solid #30040F; }

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

This div border color is #30040F.


Opacity

.myOpacity80 { color: #30040F; opacity: 0.8; }

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

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

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

This text has shadow with #30040F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30040F on black background.


Color preview on white background

This text has color #30040F on white background.



Black color preview on #30040F background

This text has black color on #30040F background.


White color preview on #30040F background

This text has white color on #30040F background.