COLOR #2E142A

HEX: #2E142A
RGB: (46,20,42)

Color info

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

RGB color model

#2E142A color RGB value is (46,20,42).

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

RGB channels and saturation

R 46 of 255 = 18%
G 20 of 255 = 8%
B 42 of 255 = 16%

46
20
42

R + G + B ~ 14%. #2E142A is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 20 + 42 = 108 (100%)
R 46 of 108 ~ 42.59%
G 20 of 108 ~ 18.52%
B 42 of 108 ~ 38.89%

%42.59
%18.52
%38.89

CMYK color model

#2E142A color CMYK value is (0,57,9,82).

  • cyan value is 0.00%
  • magenta value is 56.52%
  • yellow value is 8.70%
  • key color value is 81.96%
CMYK:
(0,57,9,82)
C0M57Y9K82 
(0%,57%,9%,82%)
(0.00/0.57/0.09/0.82)	

CMYK percentages

%0
%56.52
%8.7
%81.96

Codes

Color #2E142A in popluar color models

2E142A
RGB462042
HSL309°39.39%12.94%
HSB/HSV309°56.52%18.04%
CMYK0.00%56.52%8.70%
81.96%

Color #2E142A in popluar number systems.

HEX2E142A
Decimal462042
Binary10111010100101010
Octal562452

Shades and tints

Shades of #2E142A

#2E142A
(46,20,42)
#2A1327
(42,19,39)
#261224
(38,18,36)
#221121
(34,17,33)
#1E101E
(30,16,30)
#1A0F1B
(26,15,27)
#160E18
(22,14,24)
#120D15
(18,13,21)
#0E0C12
(14,12,18)
#0A0B0F
(10,11,15)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #2E142A

#2E142A
(46,20,42)
#41293D
(65,41,61)
#543E50
(84,62,80)
#675363
(103,83,99)
#7A6876
(122,104,118)
#8D7D89
(141,125,137)
#A0929C
(160,146,156)
#B3A7AF
(179,167,175)
#C6BCC2
(198,188,194)
#D9D1D5
(217,209,213)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E142A; }

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

This text font color is #2E142A.


Background Color

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

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

This div background color is #2E142A.


Border color

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

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

This div border color is #2E142A.


Opacity

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

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

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

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

This text has shadow with #2E142A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E142A on black background.


Color preview on white background

This text has color #2E142A on white background.



Black color preview on #2E142A background

This text has black color on #2E142A background.


White color preview on #2E142A background

This text has white color on #2E142A background.