COLOR #300008

HEX: #300008
RGB: (48,0,8)

Color info

#300008 contains only red and blue colors. Web safe color of #300008 is #330000 (or #300).

RGB color model

#300008 color RGB value is (48,0,8).

  • red value is 48;
  • green value is 0;
  • blue value is 8.
RGB:
(48,0,8)
(19%,0%,3%)

RGB channels and saturation

R 48 of 255 = 19%
G 0 of 255 = 0%
B 8 of 255 = 3%

48
0
8

R + G + B ~ 7%. #300008 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 0 + 8 = 56 (100%)
R 48 of 56 ~ 85.71%
G 0 of 56 ~ 0%
B 8 of 56 ~ 14.29%

%85.71
%14.29

CMYK color model

#300008 color CMYK value is (0,100,83,81).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 83.33%
  • key color value is 81.18%
CMYK:
(0,100,83,81)
C0M100Y83K81 
(0%,100%,83%,81%)
(0.00/1.00/0.83/0.81)	

CMYK percentages

%0
%100
%83.33
%81.18

Codes

Color #300008 in popluar color models

300008
RGB4808
HSL350°100.00%9.41%
HSB/HSV350°100.00%18.82%
CMYK0.00%100.00%83.33%
81.18%

Color #300008 in popluar number systems.

HEX300008
Decimal4808
Binary11000001000
Octal60010

Shades and tints

Shades of #300008

#300008
(48,0,8)
#2C0008
(44,0,8)
#280008
(40,0,8)
#240008
(36,0,8)
#200008
(32,0,8)
#1C0008
(28,0,8)
#180008
(24,0,8)
#140008
(20,0,8)
#100008
(16,0,8)
#0C0008
(12,0,8)
#080008
(8,0,8)
#000000
(0,0,0)

Tints of #300008

#300008
(48,0,8)
#42171E
(66,23,30)
#542E34
(84,46,52)
#66454A
(102,69,74)
#785C60
(120,92,96)
#8A7376
(138,115,118)
#9C8A8C
(156,138,140)
#AEA1A2
(174,161,162)
#C0B8B8
(192,184,184)
#D2CFCE
(210,207,206)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300008; }

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

This text font color is #300008.


Background Color

.myBgColor { background-color: #300008; }

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

This div background color is #300008.


Border color

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

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

This div border color is #300008.


Opacity

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

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

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

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

This text has shadow with #300008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300008 on black background.


Color preview on white background

This text has color #300008 on white background.



Black color preview on #300008 background

This text has black color on #300008 background.


White color preview on #300008 background

This text has white color on #300008 background.