COLOR #300E43

HEX: #300E43
RGB: (48,14,67)

Color info

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

RGB color model

#300E43 color RGB value is (48,14,67).

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

RGB channels and saturation

R 48 of 255 = 19%
G 14 of 255 = 5%
B 67 of 255 = 26%

48
14
67

R + G + B ~ 17%. #300E43 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 14 + 67 = 129 (100%)
R 48 of 129 ~ 37.21%
G 14 of 129 ~ 10.85%
B 67 of 129 ~ 51.94%

%37.21
%10.85
%51.94

CMYK color model

#300E43 color CMYK value is (28,79,0,74).

  • cyan value is 28.36%
  • magenta value is 79.10%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(28,79,0,74)
C28M79Y0K74 
(28%,79%,0%,74%)
(0.28/0.79/0.00/0.74)	

CMYK percentages

%28.36
%79.1
%0
%73.73

Codes

Color #300E43 in popluar color models

300E43
RGB481467
HSL278°65.43%15.88%
HSB/HSV278°79.10%26.27%
CMYK28.36%79.10%0.00%
73.73%

Color #300E43 in popluar number systems.

HEX300E43
Decimal481467
Binary11000011101000011
Octal6016103

Shades and tints

Shades of #300E43

#300E43
(48,14,67)
#2C0D3D
(44,13,61)
#280C37
(40,12,55)
#240B31
(36,11,49)
#200A2B
(32,10,43)
#1C0925
(28,9,37)
#18081F
(24,8,31)
#140719
(20,7,25)
#100613
(16,6,19)
#0C050D
(12,5,13)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #300E43

#300E43
(48,14,67)
#422354
(66,35,84)
#543865
(84,56,101)
#664D76
(102,77,118)
#786287
(120,98,135)
#8A7798
(138,119,152)
#9C8CA9
(156,140,169)
#AEA1BA
(174,161,186)
#C0B6CB
(192,182,203)
#D2CBDC
(210,203,220)
#E4E0ED
(228,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #300E43; }

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

This text font color is #300E43.


Background Color

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

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

This div background color is #300E43.


Border color

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

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

This div border color is #300E43.


Opacity

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

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

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

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

This text has shadow with #300E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #300E43 on black background.


Color preview on white background

This text has color #300E43 on white background.



Black color preview on #300E43 background

This text has black color on #300E43 background.


White color preview on #300E43 background

This text has white color on #300E43 background.