COLOR #2E143B

HEX: #2E143B
RGB: (46,20,59)

Color info

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

RGB color model

#2E143B color RGB value is (46,20,59).

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

RGB channels and saturation

R 46 of 255 = 18%
G 20 of 255 = 8%
B 59 of 255 = 23%

46
20
59

R + G + B ~ 16%. #2E143B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 20 + 59 = 125 (100%)
R 46 of 125 ~ 36.8%
G 20 of 125 ~ 16%
B 59 of 125 ~ 47.2%

%36.8
%16
%47.2

CMYK color model

#2E143B color CMYK value is (22,66,0,77).

  • cyan value is 22.03%
  • magenta value is 66.10%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(22,66,0,77)
C22M66Y0K77 
(22%,66%,0%,77%)
(0.22/0.66/0.00/0.77)	

CMYK percentages

%22.03
%66.1
%0
%76.86

Codes

Color #2E143B in popluar color models

2E143B
RGB462059
HSL280°49.37%15.49%
HSB/HSV280°66.10%23.14%
CMYK22.03%66.10%0.00%
76.86%

Color #2E143B in popluar number systems.

HEX2E143B
Decimal462059
Binary10111010100111011
Octal562473

Shades and tints

Shades of #2E143B

#2E143B
(46,20,59)
#2A1336
(42,19,54)
#261231
(38,18,49)
#22112C
(34,17,44)
#1E1027
(30,16,39)
#1A0F22
(26,15,34)
#160E1D
(22,14,29)
#120D18
(18,13,24)
#0E0C13
(14,12,19)
#0A0B0E
(10,11,14)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #2E143B

#2E143B
(46,20,59)
#41294C
(65,41,76)
#543E5D
(84,62,93)
#67536E
(103,83,110)
#7A687F
(122,104,127)
#8D7D90
(141,125,144)
#A092A1
(160,146,161)
#B3A7B2
(179,167,178)
#C6BCC3
(198,188,195)
#D9D1D4
(217,209,212)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E143B; }

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

This text font color is #2E143B.


Background Color

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

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

This div background color is #2E143B.


Border color

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

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

This div border color is #2E143B.


Opacity

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

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

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

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

This text has shadow with #2E143B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E143B on black background.


Color preview on white background

This text has color #2E143B on white background.



Black color preview on #2E143B background

This text has black color on #2E143B background.


White color preview on #2E143B background

This text has white color on #2E143B background.