COLOR #2E144F

HEX: #2E144F
RGB: (46,20,79)

Color info

#2E144F contains red, green and blue colors in about the same proportion. Web safe color of #2E144F is #330066 (or #306).

RGB color model

#2E144F color RGB value is (46,20,79).

  • red value is 46;
  • green value is 20;
  • blue value is 79.
RGB:
(46,20,79)
(18%,8%,31%)

RGB channels and saturation

R 46 of 255 = 18%
G 20 of 255 = 8%
B 79 of 255 = 31%

46
20
79

R + G + B ~ 19%. #2E144F is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 20 + 79 = 145 (100%)
R 46 of 145 ~ 31.72%
G 20 of 145 ~ 13.79%
B 79 of 145 ~ 54.48%

%31.72
%13.79
%54.48

CMYK color model

#2E144F color CMYK value is (42,75,0,69).

  • cyan value is 41.77%
  • magenta value is 74.68%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(42,75,0,69)
C42M75Y0K69 
(42%,75%,0%,69%)
(0.42/0.75/0.00/0.69)	

CMYK percentages

%41.77
%74.68
%0
%69.02

Codes

Color #2E144F in popluar color models

2E144F
RGB462079
HSL266°59.60%19.41%
HSB/HSV266°74.68%30.98%
CMYK41.77%74.68%0.00%
69.02%

Color #2E144F in popluar number systems.

HEX2E144F
Decimal462079
Binary101110101001001111
Octal5624117

Shades and tints

Shades of #2E144F

#2E144F
(46,20,79)
#2A1348
(42,19,72)
#261241
(38,18,65)
#22113A
(34,17,58)
#1E1033
(30,16,51)
#1A0F2C
(26,15,44)
#160E25
(22,14,37)
#120D1E
(18,13,30)
#0E0C17
(14,12,23)
#0A0B10
(10,11,16)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #2E144F

#2E144F
(46,20,79)
#41295F
(65,41,95)
#543E6F
(84,62,111)
#67537F
(103,83,127)
#7A688F
(122,104,143)
#8D7D9F
(141,125,159)
#A092AF
(160,146,175)
#B3A7BF
(179,167,191)
#C6BCCF
(198,188,207)
#D9D1DF
(217,209,223)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E144F color. Also use rgb(46,20,79) instead hex code.

Text Font Color

.myTextColor { color: #2E144F; }

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

This text font color is #2E144F.


Background Color

.myBgColor { background-color: #2E144F; }

<div style="background-color:#2E144F">Inner text</div>

This div background color is #2E144F.


Border color

.myBorderColor { border: 1px solid #2E144F; }

<div style="border:3px solid #2E144F">Div</div>

This div border color is #2E144F.


Opacity

.myOpacity80 { color: #2E144F; opacity: 0.8; }

<p style="color:#2E144F;opacity:0.8;">80%</p>

Text with #2E144F 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 #2E144F;}

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

This text has shadow with #2E144F color.

.textShadow {text-shadow: 3px 3px 1px #2E144F, 3px 3px 1px red;}

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

This text has shadow with #2E144F primary color and red secondary color.


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

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

This text has shadow with #2E144F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E144F on black background.


Color preview on white background

This text has color #2E144F on white background.



Black color preview on #2E144F background

This text has black color on #2E144F background.


White color preview on #2E144F background

This text has white color on #2E144F background.