COLOR #30070E

HEX: #30070E
RGB: (48,7,14)

Color info

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

RGB color model

#30070E color RGB value is (48,7,14).

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

RGB channels and saturation

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

48
7
14

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

Portions of RGB colors in percentages

R + G + B =
48 + 7 + 14 = 69 (100%)
R 48 of 69 ~ 69.57%
G 7 of 69 ~ 10.14%
B 14 of 69 ~ 20.29%

%69.57
%10.14
%20.29

CMYK color model

#30070E color CMYK value is (0,85,71,81).

  • cyan value is 0.00%
  • magenta value is 85.42%
  • yellow value is 70.83%
  • key color value is 81.18%
CMYK:
(0,85,71,81)
C0M85Y71K81 
(0%,85%,71%,81%)
(0.00/0.85/0.71/0.81)	

CMYK percentages

%0
%85.42
%70.83
%81.18

Codes

Color #30070E in popluar color models

30070E
RGB48714
HSL350°74.55%10.78%
HSB/HSV350°85.42%18.82%
CMYK0.00%85.42%70.83%
81.18%

Color #30070E in popluar number systems.

HEX30070E
Decimal48714
Binary1100001111110
Octal60716

Shades and tints

Shades of #30070E

#30070E
(48,7,14)
#2C070D
(44,7,13)
#28070C
(40,7,12)
#24070B
(36,7,11)
#20070A
(32,7,10)
#1C0709
(28,7,9)
#180708
(24,7,8)
#140707
(20,7,7)
#100706
(16,7,6)
#0C0705
(12,7,5)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #30070E

#30070E
(48,7,14)
#421D23
(66,29,35)
#543338
(84,51,56)
#66494D
(102,73,77)
#785F62
(120,95,98)
#8A7577
(138,117,119)
#9C8B8C
(156,139,140)
#AEA1A1
(174,161,161)
#C0B7B6
(192,183,182)
#D2CDCB
(210,205,203)
#E4E3E0
(228,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30070E; }

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

This text font color is #30070E.


Background Color

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

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

This div background color is #30070E.


Border color

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

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

This div border color is #30070E.


Opacity

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

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

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

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

This text has shadow with #30070E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30070E on black background.


Color preview on white background

This text has color #30070E on white background.



Black color preview on #30070E background

This text has black color on #30070E background.


White color preview on #30070E background

This text has white color on #30070E background.