COLOR #2E1334

HEX: #2E1334
RGB: (46,19,52)

Color info

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

RGB color model

#2E1334 color RGB value is (46,19,52).

  • red value is 46;
  • green value is 19;
  • blue value is 52.
RGB:
(46,19,52)
(18%,7%,20%)

RGB channels and saturation

R 46 of 255 = 18%
G 19 of 255 = 7%
B 52 of 255 = 20%

46
19
52

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

Portions of RGB colors in percentages

R + G + B =
46 + 19 + 52 = 117 (100%)
R 46 of 117 ~ 39.32%
G 19 of 117 ~ 16.24%
B 52 of 117 ~ 44.44%

%39.32
%16.24
%44.44

CMYK color model

#2E1334 color CMYK value is (12,63,0,80).

  • cyan value is 11.54%
  • magenta value is 63.46%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(12,63,0,80)
C12M63Y0K80 
(12%,63%,0%,80%)
(0.12/0.63/0.00/0.80)	

CMYK percentages

%11.54
%63.46
%0
%79.61

Codes

Color #2E1334 in popluar color models

2E1334
RGB461952
HSL289°46.48%13.92%
HSB/HSV289°63.46%20.39%
CMYK11.54%63.46%0.00%
79.61%

Color #2E1334 in popluar number systems.

HEX2E1334
Decimal461952
Binary10111010011110100
Octal562364

Shades and tints

Shades of #2E1334

#2E1334
(46,19,52)
#2A1230
(42,18,48)
#26112C
(38,17,44)
#221028
(34,16,40)
#1E0F24
(30,15,36)
#1A0E20
(26,14,32)
#160D1C
(22,13,28)
#120C18
(18,12,24)
#0E0B14
(14,11,20)
#0A0A10
(10,10,16)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #2E1334

#2E1334
(46,19,52)
#412846
(65,40,70)
#543D58
(84,61,88)
#67526A
(103,82,106)
#7A677C
(122,103,124)
#8D7C8E
(141,124,142)
#A091A0
(160,145,160)
#B3A6B2
(179,166,178)
#C6BBC4
(198,187,196)
#D9D0D6
(217,208,214)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1334 color. Also use rgb(46,19,52) instead hex code.

Text Font Color

.myTextColor { color: #2E1334; }

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

This text font color is #2E1334.


Background Color

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

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

This div background color is #2E1334.


Border color

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

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

This div border color is #2E1334.


Opacity

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

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

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

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

This text has shadow with #2E1334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1334 on black background.


Color preview on white background

This text has color #2E1334 on white background.



Black color preview on #2E1334 background

This text has black color on #2E1334 background.


White color preview on #2E1334 background

This text has white color on #2E1334 background.