COLOR #300E27

HEX: #300E27
RGB: (48,14,39)

Color info

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

RGB color model

#300E27 color RGB value is (48,14,39).

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

RGB channels and saturation

R 48 of 255 = 19%
G 14 of 255 = 5%
B 39 of 255 = 15%

48
14
39

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

Portions of RGB colors in percentages

R + G + B =
48 + 14 + 39 = 101 (100%)
R 48 of 101 ~ 47.52%
G 14 of 101 ~ 13.86%
B 39 of 101 ~ 38.61%

%47.52
%13.86
%38.61

CMYK color model

#300E27 color CMYK value is (0,71,19,81).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 18.75%
  • key color value is 81.18%
CMYK:
(0,71,19,81)
C0M71Y19K81 
(0%,71%,19%,81%)
(0.00/0.71/0.19/0.81)	

CMYK percentages

%0
%70.83
%18.75
%81.18

Codes

Color #300E27 in popluar color models

300E27
RGB481439
HSL316°54.84%12.16%
HSB/HSV316°70.83%18.82%
CMYK0.00%70.83%18.75%
81.18%

Color #300E27 in popluar number systems.

HEX300E27
Decimal481439
Binary1100001110100111
Octal601647

Shades and tints

Shades of #300E27

#300E27
(48,14,39)
#2C0D24
(44,13,36)
#280C21
(40,12,33)
#240B1E
(36,11,30)
#200A1B
(32,10,27)
#1C0918
(28,9,24)
#180815
(24,8,21)
#140712
(20,7,18)
#10060F
(16,6,15)
#0C050C
(12,5,12)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #300E27

#300E27
(48,14,39)
#42233A
(66,35,58)
#54384D
(84,56,77)
#664D60
(102,77,96)
#786273
(120,98,115)
#8A7786
(138,119,134)
#9C8C99
(156,140,153)
#AEA1AC
(174,161,172)
#C0B6BF
(192,182,191)
#D2CBD2
(210,203,210)
#E4E0E5
(228,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300E27; }

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

This text font color is #300E27.


Background Color

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

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

This div background color is #300E27.


Border color

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

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

This div border color is #300E27.


Opacity

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

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

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

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

This text has shadow with #300E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300E27 on black background.


Color preview on white background

This text has color #300E27 on white background.



Black color preview on #300E27 background

This text has black color on #300E27 background.


White color preview on #300E27 background

This text has white color on #300E27 background.