COLOR #300E03

HEX: #300E03
RGB: (48,14,3)

Color info

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

RGB color model

#300E03 color RGB value is (48,14,3).

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

RGB channels and saturation

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

48
14
3

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

Portions of RGB colors in percentages

R + G + B =
48 + 14 + 3 = 65 (100%)
R 48 of 65 ~ 73.85%
G 14 of 65 ~ 21.54%
B 3 of 65 ~ 4.62%

%73.85
%21.54

CMYK color model

#300E03 color CMYK value is (0,71,94,81).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 93.75%
  • key color value is 81.18%
CMYK:
(0,71,94,81)
C0M71Y94K81 
(0%,71%,94%,81%)
(0.00/0.71/0.94/0.81)	

CMYK percentages

%0
%70.83
%93.75
%81.18

Codes

Color #300E03 in popluar color models

300E03
RGB48143
HSL15°88.24%10.00%
HSB/HSV15°93.75%18.82%
CMYK0.00%70.83%93.75%
81.18%

Color #300E03 in popluar number systems.

HEX300E03
Decimal48143
Binary110000111011
Octal60163

Shades and tints

Shades of #300E03

#300E03
(48,14,3)
#2C0D03
(44,13,3)
#280C03
(40,12,3)
#240B03
(36,11,3)
#200A03
(32,10,3)
#1C0903
(28,9,3)
#180803
(24,8,3)
#140703
(20,7,3)
#100603
(16,6,3)
#0C0503
(12,5,3)
#080403
(8,4,3)
#000000
(0,0,0)

Tints of #300E03

#300E03
(48,14,3)
#422319
(66,35,25)
#54382F
(84,56,47)
#664D45
(102,77,69)
#78625B
(120,98,91)
#8A7771
(138,119,113)
#9C8C87
(156,140,135)
#AEA19D
(174,161,157)
#C0B6B3
(192,182,179)
#D2CBC9
(210,203,201)
#E4E0DF
(228,224,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #300E03 color. Also use rgb(48,14,3) instead hex code.

Text Font Color

.myTextColor { color: #300E03; }

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

This text font color is #300E03.


Background Color

.myBgColor { background-color: #300E03; }

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

This div background color is #300E03.


Border color

.myBorderColor { border: 1px solid #300E03; }

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

This div border color is #300E03.


Opacity

.myOpacity80 { color: #300E03; opacity: 0.8; }

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

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

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

This text has shadow with #300E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300E03 on black background.


Color preview on white background

This text has color #300E03 on white background.



Black color preview on #300E03 background

This text has black color on #300E03 background.


White color preview on #300E03 background

This text has white color on #300E03 background.