COLOR #301E48

HEX: #301E48
RGB: (48,30,72)

Color info

#301E48 contains red, green and blue colors in about the same proportion. Web safe color of #301E48 is #333333 (or #333).

RGB color model

#301E48 color RGB value is (48,30,72).

  • red value is 48;
  • green value is 30;
  • blue value is 72.
RGB:
(48,30,72)
(19%,12%,28%)

RGB channels and saturation

R 48 of 255 = 19%
G 30 of 255 = 12%
B 72 of 255 = 28%

48
30
72

R + G + B ~ 20%. #301E48 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 30 + 72 = 150 (100%)
R 48 of 150 ~ 32%
G 30 of 150 ~ 20%
B 72 of 150 ~ 48%

%32
%20
%48

CMYK color model

#301E48 color CMYK value is (33,58,0,72).

  • cyan value is 33.33%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(33,58,0,72)
C33M58Y0K72 
(33%,58%,0%,72%)
(0.33/0.58/0.00/0.72)	

CMYK percentages

%33.33
%58.33
%0
%71.76

Codes

Color #301E48 in popluar color models

301E48
RGB483072
HSL266°41.18%20.00%
HSB/HSV266°58.33%28.24%
CMYK33.33%58.33%0.00%
71.76%

Color #301E48 in popluar number systems.

HEX301E48
Decimal483072
Binary110000111101001000
Octal6036110

Shades and tints

Shades of #301E48

#301E48
(48,30,72)
#2C1C42
(44,28,66)
#281A3C
(40,26,60)
#241836
(36,24,54)
#201630
(32,22,48)
#1C142A
(28,20,42)
#181224
(24,18,36)
#14101E
(20,16,30)
#100E18
(16,14,24)
#0C0C12
(12,12,18)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #301E48

#301E48
(48,30,72)
#423258
(66,50,88)
#544668
(84,70,104)
#665A78
(102,90,120)
#786E88
(120,110,136)
#8A8298
(138,130,152)
#9C96A8
(156,150,168)
#AEAAB8
(174,170,184)
#C0BEC8
(192,190,200)
#D2D2D8
(210,210,216)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #301E48 color. Also use rgb(48,30,72) instead hex code.

Text Font Color

.myTextColor { color: #301E48; }

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

This text font color is #301E48.


Background Color

.myBgColor { background-color: #301E48; }

<div style="background-color:#301E48">Inner text</div>

This div background color is #301E48.


Border color

.myBorderColor { border: 1px solid #301E48; }

<div style="border:3px solid #301E48">Div</div>

This div border color is #301E48.


Opacity

.myOpacity80 { color: #301E48; opacity: 0.8; }

<p style="color:#301E48;opacity:0.8;">80%</p>

Text with #301E48 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 #301E48;}

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

This text has shadow with #301E48 color.

.textShadow {text-shadow: 3px 3px 1px #301E48, 3px 3px 1px red;}

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

This text has shadow with #301E48 primary color and red secondary color.


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

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

This text has shadow with #301E48 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #301E48 on black background.


Color preview on white background

This text has color #301E48 on white background.



Black color preview on #301E48 background

This text has black color on #301E48 background.


White color preview on #301E48 background

This text has white color on #301E48 background.