COLOR #300E20

HEX: #300E20
RGB: (48,14,32)

Color info

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

RGB color model

#300E20 color RGB value is (48,14,32).

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

RGB channels and saturation

R 48 of 255 = 19%
G 14 of 255 = 5%
B 32 of 255 = 13%

48
14
32

R + G + B ~ 12%. #300E20 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 14 + 32 = 94 (100%)
R 48 of 94 ~ 51.06%
G 14 of 94 ~ 14.89%
B 32 of 94 ~ 34.04%

%51.06
%14.89
%34.04

CMYK color model

#300E20 color CMYK value is (0,71,33,81).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 33.33%
  • key color value is 81.18%
CMYK:
(0,71,33,81)
C0M71Y33K81 
(0%,71%,33%,81%)
(0.00/0.71/0.33/0.81)	

CMYK percentages

%0
%70.83
%33.33
%81.18

Codes

Color #300E20 in popluar color models

300E20
RGB481432
HSL328°54.84%12.16%
HSB/HSV328°70.83%18.82%
CMYK0.00%70.83%33.33%
81.18%

Color #300E20 in popluar number systems.

HEX300E20
Decimal481432
Binary1100001110100000
Octal601640

Shades and tints

Shades of #300E20

#300E20
(48,14,32)
#2C0D1E
(44,13,30)
#280C1C
(40,12,28)
#240B1A
(36,11,26)
#200A18
(32,10,24)
#1C0916
(28,9,22)
#180814
(24,8,20)
#140712
(20,7,18)
#100610
(16,6,16)
#0C050E
(12,5,14)
#08040C
(8,4,12)
#000000
(0,0,0)

Tints of #300E20

#300E20
(48,14,32)
#422334
(66,35,52)
#543848
(84,56,72)
#664D5C
(102,77,92)
#786270
(120,98,112)
#8A7784
(138,119,132)
#9C8C98
(156,140,152)
#AEA1AC
(174,161,172)
#C0B6C0
(192,182,192)
#D2CBD4
(210,203,212)
#E4E0E8
(228,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300E20; }

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

This text font color is #300E20.


Background Color

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

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

This div background color is #300E20.


Border color

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

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

This div border color is #300E20.


Opacity

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

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

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

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

This text has shadow with #300E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300E20 on black background.


Color preview on white background

This text has color #300E20 on white background.



Black color preview on #300E20 background

This text has black color on #300E20 background.


White color preview on #300E20 background

This text has white color on #300E20 background.