COLOR #30060C

HEX: #30060C
RGB: (48,6,12)

Color info

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

RGB color model

#30060C color RGB value is (48,6,12).

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

RGB channels and saturation

R 48 of 255 = 19%
G 6 of 255 = 2%
B 12 of 255 = 5%

48
6
12

R + G + B ~ 9%. #30060C is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 6 + 12 = 66 (100%)
R 48 of 66 ~ 72.73%
G 6 of 66 ~ 9.09%
B 12 of 66 ~ 18.18%

%72.73
%18.18

CMYK color model

#30060C color CMYK value is (0,88,75,81).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 75.00%
  • key color value is 81.18%
CMYK:
(0,88,75,81)
C0M88Y75K81 
(0%,88%,75%,81%)
(0.00/0.88/0.75/0.81)	

CMYK percentages

%0
%87.5
%75
%81.18

Codes

Color #30060C in popluar color models

30060C
RGB48612
HSL351°77.78%10.59%
HSB/HSV351°87.50%18.82%
CMYK0.00%87.50%75.00%
81.18%

Color #30060C in popluar number systems.

HEX30060C
Decimal48612
Binary1100001101100
Octal60614

Shades and tints

Shades of #30060C

#30060C
(48,6,12)
#2C060B
(44,6,11)
#28060A
(40,6,10)
#240609
(36,6,9)
#200608
(32,6,8)
#1C0607
(28,6,7)
#180606
(24,6,6)
#140605
(20,6,5)
#100604
(16,6,4)
#0C0603
(12,6,3)
#080602
(8,6,2)
#000000
(0,0,0)

Tints of #30060C

#30060C
(48,6,12)
#421C22
(66,28,34)
#543238
(84,50,56)
#66484E
(102,72,78)
#785E64
(120,94,100)
#8A747A
(138,116,122)
#9C8A90
(156,138,144)
#AEA0A6
(174,160,166)
#C0B6BC
(192,182,188)
#D2CCD2
(210,204,210)
#E4E2E8
(228,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30060C color. Also use rgb(48,6,12) instead hex code.

Text Font Color

.myTextColor { color: #30060C; }

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

This text font color is #30060C.


Background Color

.myBgColor { background-color: #30060C; }

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

This div background color is #30060C.


Border color

.myBorderColor { border: 1px solid #30060C; }

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

This div border color is #30060C.


Opacity

.myOpacity80 { color: #30060C; opacity: 0.8; }

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

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

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

This text has shadow with #30060C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30060C on black background.


Color preview on white background

This text has color #30060C on white background.



Black color preview on #30060C background

This text has black color on #30060C background.


White color preview on #30060C background

This text has white color on #30060C background.