COLOR #300606

HEX: #300606
RGB: (48,6,6)

Color info

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

RGB color model

#300606 color RGB value is (48,6,6).

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

RGB channels and saturation

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

48
6
6

R + G + B ~ 8%. #300606 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 6 + 6 = 60 (100%)
R 48 of 60 ~ 80%
G 6 of 60 ~ 10%
B 6 of 60 ~ 10%

%80
%10
%10

CMYK color model

#300606 color CMYK value is (0,88,88,81).

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

CMYK percentages

%0
%87.5
%87.5
%81.18

Codes

Color #300606 in popluar color models

300606
RGB4866
HSL77.78%10.59%
HSB/HSV87.50%18.82%
CMYK0.00%87.50%87.50%
81.18%

Color #300606 in popluar number systems.

HEX300606
Decimal4866
Binary110000110110
Octal6066

Shades and tints

Shades of #300606

#300606
(48,6,6)
#2C0606
(44,6,6)
#280606
(40,6,6)
#240606
(36,6,6)
#200606
(32,6,6)
#1C0606
(28,6,6)
#180606
(24,6,6)
#140606
(20,6,6)
#100606
(16,6,6)
#0C0606
(12,6,6)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #300606

#300606
(48,6,6)
#421C1C
(66,28,28)
#543232
(84,50,50)
#664848
(102,72,72)
#785E5E
(120,94,94)
#8A7474
(138,116,116)
#9C8A8A
(156,138,138)
#AEA0A0
(174,160,160)
#C0B6B6
(192,182,182)
#D2CCCC
(210,204,204)
#E4E2E2
(228,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300606; }

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

This text font color is #300606.


Background Color

.myBgColor { background-color: #300606; }

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

This div background color is #300606.


Border color

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

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

This div border color is #300606.


Opacity

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

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

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

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

This text has shadow with #300606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300606 on black background.


Color preview on white background

This text has color #300606 on white background.



Black color preview on #300606 background

This text has black color on #300606 background.


White color preview on #300606 background

This text has white color on #300606 background.