COLOR #30080E

HEX: #30080E
RGB: (48,8,14)

Color info

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

RGB color model

#30080E color RGB value is (48,8,14).

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

RGB channels and saturation

R 48 of 255 = 19%
G 8 of 255 = 3%
B 14 of 255 = 5%

48
8
14

R + G + B ~ 9%. #30080E is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 8 + 14 = 70 (100%)
R 48 of 70 ~ 68.57%
G 8 of 70 ~ 11.43%
B 14 of 70 ~ 20%

%68.57
%11.43
%20

CMYK color model

#30080E color CMYK value is (0,83,71,81).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 70.83%
  • key color value is 81.18%
CMYK:
(0,83,71,81)
C0M83Y71K81 
(0%,83%,71%,81%)
(0.00/0.83/0.71/0.81)	

CMYK percentages

%0
%83.33
%70.83
%81.18

Codes

Color #30080E in popluar color models

30080E
RGB48814
HSL351°71.43%10.98%
HSB/HSV351°83.33%18.82%
CMYK0.00%83.33%70.83%
81.18%

Color #30080E in popluar number systems.

HEX30080E
Decimal48814
Binary11000010001110
Octal601016

Shades and tints

Shades of #30080E

#30080E
(48,8,14)
#2C080D
(44,8,13)
#28080C
(40,8,12)
#24080B
(36,8,11)
#20080A
(32,8,10)
#1C0809
(28,8,9)
#180808
(24,8,8)
#140807
(20,8,7)
#100806
(16,8,6)
#0C0805
(12,8,5)
#080804
(8,8,4)
#000000
(0,0,0)

Tints of #30080E

#30080E
(48,8,14)
#421E23
(66,30,35)
#543438
(84,52,56)
#664A4D
(102,74,77)
#786062
(120,96,98)
#8A7677
(138,118,119)
#9C8C8C
(156,140,140)
#AEA2A1
(174,162,161)
#C0B8B6
(192,184,182)
#D2CECB
(210,206,203)
#E4E4E0
(228,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30080E; }

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

This text font color is #30080E.


Background Color

.myBgColor { background-color: #30080E; }

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

This div background color is #30080E.


Border color

.myBorderColor { border: 1px solid #30080E; }

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

This div border color is #30080E.


Opacity

.myOpacity80 { color: #30080E; opacity: 0.8; }

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

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

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

This text has shadow with #30080E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30080E on black background.


Color preview on white background

This text has color #30080E on white background.



Black color preview on #30080E background

This text has black color on #30080E background.


White color preview on #30080E background

This text has white color on #30080E background.