COLOR #30150F

HEX: #30150F
RGB: (48,21,15)

Color info

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

RGB color model

#30150F color RGB value is (48,21,15).

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

RGB channels and saturation

R 48 of 255 = 19%
G 21 of 255 = 8%
B 15 of 255 = 6%

48
21
15

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

Portions of RGB colors in percentages

R + G + B =
48 + 21 + 15 = 84 (100%)
R 48 of 84 ~ 57.14%
G 21 of 84 ~ 25%
B 15 of 84 ~ 17.86%

%57.14
%25
%17.86

CMYK color model

#30150F color CMYK value is (0,56,69,81).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 68.75%
  • key color value is 81.18%
CMYK:
(0,56,69,81)
C0M56Y69K81 
(0%,56%,69%,81%)
(0.00/0.56/0.69/0.81)	

CMYK percentages

%0
%56.25
%68.75
%81.18

Codes

Color #30150F in popluar color models

30150F
RGB482115
HSL11°52.38%12.35%
HSB/HSV11°68.75%18.82%
CMYK0.00%56.25%68.75%
81.18%

Color #30150F in popluar number systems.

HEX30150F
Decimal482115
Binary110000101011111
Octal602517

Shades and tints

Shades of #30150F

#30150F
(48,21,15)
#2C140E
(44,20,14)
#28130D
(40,19,13)
#24120C
(36,18,12)
#20110B
(32,17,11)
#1C100A
(28,16,10)
#180F09
(24,15,9)
#140E08
(20,14,8)
#100D07
(16,13,7)
#0C0C06
(12,12,6)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #30150F

#30150F
(48,21,15)
#422A24
(66,42,36)
#543F39
(84,63,57)
#66544E
(102,84,78)
#786963
(120,105,99)
#8A7E78
(138,126,120)
#9C938D
(156,147,141)
#AEA8A2
(174,168,162)
#C0BDB7
(192,189,183)
#D2D2CC
(210,210,204)
#E4E7E1
(228,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30150F; }

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

This text font color is #30150F.


Background Color

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

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

This div background color is #30150F.


Border color

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

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

This div border color is #30150F.


Opacity

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

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

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

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

This text has shadow with #30150F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30150F on black background.


Color preview on white background

This text has color #30150F on white background.



Black color preview on #30150F background

This text has black color on #30150F background.


White color preview on #30150F background

This text has white color on #30150F background.