COLOR #30120F

HEX: #30120F
RGB: (48,18,15)

Color info

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

RGB color model

#30120F color RGB value is (48,18,15).

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

RGB channels and saturation

R 48 of 255 = 19%
G 18 of 255 = 7%
B 15 of 255 = 6%

48
18
15

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

Portions of RGB colors in percentages

R + G + B =
48 + 18 + 15 = 81 (100%)
R 48 of 81 ~ 59.26%
G 18 of 81 ~ 22.22%
B 15 of 81 ~ 18.52%

%59.26
%22.22
%18.52

CMYK color model

#30120F color CMYK value is (0,63,69,81).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 68.75%
  • key color value is 81.18%
CMYK:
(0,63,69,81)
C0M63Y69K81 
(0%,63%,69%,81%)
(0.00/0.63/0.69/0.81)	

CMYK percentages

%0
%62.5
%68.75
%81.18

Codes

Color #30120F in popluar color models

30120F
RGB481815
HSL52.38%12.35%
HSB/HSV68.75%18.82%
CMYK0.00%62.50%68.75%
81.18%

Color #30120F in popluar number systems.

HEX30120F
Decimal481815
Binary110000100101111
Octal602217

Shades and tints

Shades of #30120F

#30120F
(48,18,15)
#2C110E
(44,17,14)
#28100D
(40,16,13)
#240F0C
(36,15,12)
#200E0B
(32,14,11)
#1C0D0A
(28,13,10)
#180C09
(24,12,9)
#140B08
(20,11,8)
#100A07
(16,10,7)
#0C0906
(12,9,6)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #30120F

#30120F
(48,18,15)
#422724
(66,39,36)
#543C39
(84,60,57)
#66514E
(102,81,78)
#786663
(120,102,99)
#8A7B78
(138,123,120)
#9C908D
(156,144,141)
#AEA5A2
(174,165,162)
#C0BAB7
(192,186,183)
#D2CFCC
(210,207,204)
#E4E4E1
(228,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30120F; }

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

This text font color is #30120F.


Background Color

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

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

This div background color is #30120F.


Border color

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

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

This div border color is #30120F.


Opacity

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

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

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

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

This text has shadow with #30120F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30120F on black background.


Color preview on white background

This text has color #30120F on white background.



Black color preview on #30120F background

This text has black color on #30120F background.


White color preview on #30120F background

This text has white color on #30120F background.