COLOR #300E24

HEX: #300E24
RGB: (48,14,36)

Color info

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

RGB color model

#300E24 color RGB value is (48,14,36).

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

RGB channels and saturation

R 48 of 255 = 19%
G 14 of 255 = 5%
B 36 of 255 = 14%

48
14
36

R + G + B ~ 13%. #300E24 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 14 + 36 = 98 (100%)
R 48 of 98 ~ 48.98%
G 14 of 98 ~ 14.29%
B 36 of 98 ~ 36.73%

%48.98
%14.29
%36.73

CMYK color model

#300E24 color CMYK value is (0,71,25,81).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 25.00%
  • key color value is 81.18%
CMYK:
(0,71,25,81)
C0M71Y25K81 
(0%,71%,25%,81%)
(0.00/0.71/0.25/0.81)	

CMYK percentages

%0
%70.83
%25
%81.18

Codes

Color #300E24 in popluar color models

300E24
RGB481436
HSL321°54.84%12.16%
HSB/HSV321°70.83%18.82%
CMYK0.00%70.83%25.00%
81.18%

Color #300E24 in popluar number systems.

HEX300E24
Decimal481436
Binary1100001110100100
Octal601644

Shades and tints

Shades of #300E24

#300E24
(48,14,36)
#2C0D21
(44,13,33)
#280C1E
(40,12,30)
#240B1B
(36,11,27)
#200A18
(32,10,24)
#1C0915
(28,9,21)
#180812
(24,8,18)
#14070F
(20,7,15)
#10060C
(16,6,12)
#0C0509
(12,5,9)
#080406
(8,4,6)
#000000
(0,0,0)

Tints of #300E24

#300E24
(48,14,36)
#422337
(66,35,55)
#54384A
(84,56,74)
#664D5D
(102,77,93)
#786270
(120,98,112)
#8A7783
(138,119,131)
#9C8C96
(156,140,150)
#AEA1A9
(174,161,169)
#C0B6BC
(192,182,188)
#D2CBCF
(210,203,207)
#E4E0E2
(228,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300E24; }

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

This text font color is #300E24.


Background Color

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

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

This div background color is #300E24.


Border color

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

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

This div border color is #300E24.


Opacity

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

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

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

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

This text has shadow with #300E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300E24 on black background.


Color preview on white background

This text has color #300E24 on white background.



Black color preview on #300E24 background

This text has black color on #300E24 background.


White color preview on #300E24 background

This text has white color on #300E24 background.