COLOR #2E192A

HEX: #2E192A
RGB: (46,25,42)

Color info

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

RGB color model

#2E192A color RGB value is (46,25,42).

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

RGB channels and saturation

R 46 of 255 = 18%
G 25 of 255 = 10%
B 42 of 255 = 16%

46
25
42

R + G + B ~ 15%. #2E192A is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 25 + 42 = 113 (100%)
R 46 of 113 ~ 40.71%
G 25 of 113 ~ 22.12%
B 42 of 113 ~ 37.17%

%40.71
%22.12
%37.17

CMYK color model

#2E192A color CMYK value is (0,46,9,82).

  • cyan value is 0.00%
  • magenta value is 45.65%
  • yellow value is 8.70%
  • key color value is 81.96%
CMYK:
(0,46,9,82)
C0M46Y9K82 
(0%,46%,9%,82%)
(0.00/0.46/0.09/0.82)	

CMYK percentages

%0
%45.65
%8.7
%81.96

Codes

Color #2E192A in popluar color models

2E192A
RGB462542
HSL311°29.58%13.92%
HSB/HSV311°45.65%18.04%
CMYK0.00%45.65%8.70%
81.96%

Color #2E192A in popluar number systems.

HEX2E192A
Decimal462542
Binary10111011001101010
Octal563152

Shades and tints

Shades of #2E192A

#2E192A
(46,25,42)
#2A1727
(42,23,39)
#261524
(38,21,36)
#221321
(34,19,33)
#1E111E
(30,17,30)
#1A0F1B
(26,15,27)
#160D18
(22,13,24)
#120B15
(18,11,21)
#0E0912
(14,9,18)
#0A070F
(10,7,15)
#06050C
(6,5,12)
#000000
(0,0,0)

Tints of #2E192A

#2E192A
(46,25,42)
#412D3D
(65,45,61)
#544150
(84,65,80)
#675563
(103,85,99)
#7A6976
(122,105,118)
#8D7D89
(141,125,137)
#A0919C
(160,145,156)
#B3A5AF
(179,165,175)
#C6B9C2
(198,185,194)
#D9CDD5
(217,205,213)
#ECE1E8
(236,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E192A; }

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

This text font color is #2E192A.


Background Color

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

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

This div background color is #2E192A.


Border color

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

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

This div border color is #2E192A.


Opacity

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

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

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

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

This text has shadow with #2E192A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E192A on black background.


Color preview on white background

This text has color #2E192A on white background.



Black color preview on #2E192A background

This text has black color on #2E192A background.


White color preview on #2E192A background

This text has white color on #2E192A background.