COLOR #300E1D

HEX: #300E1D
RGB: (48,14,29)

Color info

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

RGB color model

#300E1D color RGB value is (48,14,29).

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

RGB channels and saturation

R 48 of 255 = 19%
G 14 of 255 = 5%
B 29 of 255 = 11%

48
14
29

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

Portions of RGB colors in percentages

R + G + B =
48 + 14 + 29 = 91 (100%)
R 48 of 91 ~ 52.75%
G 14 of 91 ~ 15.38%
B 29 of 91 ~ 31.87%

%52.75
%15.38
%31.87

CMYK color model

#300E1D color CMYK value is (0,71,40,81).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 39.58%
  • key color value is 81.18%
CMYK:
(0,71,40,81)
C0M71Y40K81 
(0%,71%,40%,81%)
(0.00/0.71/0.40/0.81)	

CMYK percentages

%0
%70.83
%39.58
%81.18

Codes

Color #300E1D in popluar color models

300E1D
RGB481429
HSL334°54.84%12.16%
HSB/HSV334°70.83%18.82%
CMYK0.00%70.83%39.58%
81.18%

Color #300E1D in popluar number systems.

HEX300E1D
Decimal481429
Binary110000111011101
Octal601635

Shades and tints

Shades of #300E1D

#300E1D
(48,14,29)
#2C0D1B
(44,13,27)
#280C19
(40,12,25)
#240B17
(36,11,23)
#200A15
(32,10,21)
#1C0913
(28,9,19)
#180811
(24,8,17)
#14070F
(20,7,15)
#10060D
(16,6,13)
#0C050B
(12,5,11)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #300E1D

#300E1D
(48,14,29)
#422331
(66,35,49)
#543845
(84,56,69)
#664D59
(102,77,89)
#78626D
(120,98,109)
#8A7781
(138,119,129)
#9C8C95
(156,140,149)
#AEA1A9
(174,161,169)
#C0B6BD
(192,182,189)
#D2CBD1
(210,203,209)
#E4E0E5
(228,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300E1D; }

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

This text font color is #300E1D.


Background Color

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

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

This div background color is #300E1D.


Border color

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

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

This div border color is #300E1D.


Opacity

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

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

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

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

This text has shadow with #300E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300E1D on black background.


Color preview on white background

This text has color #300E1D on white background.



Black color preview on #300E1D background

This text has black color on #300E1D background.


White color preview on #300E1D background

This text has white color on #300E1D background.