COLOR #2E0E38

HEX: #2E0E38
RGB: (46,14,56)

Color info

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

RGB color model

#2E0E38 color RGB value is (46,14,56).

  • red value is 46;
  • green value is 14;
  • blue value is 56.
RGB:
(46,14,56)
(18%,5%,22%)

RGB channels and saturation

R 46 of 255 = 18%
G 14 of 255 = 5%
B 56 of 255 = 22%

46
14
56

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

Portions of RGB colors in percentages

R + G + B =
46 + 14 + 56 = 116 (100%)
R 46 of 116 ~ 39.66%
G 14 of 116 ~ 12.07%
B 56 of 116 ~ 48.28%

%39.66
%12.07
%48.28

CMYK color model

#2E0E38 color CMYK value is (18,75,0,78).

  • cyan value is 17.86%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(18,75,0,78)
C18M75Y0K78 
(18%,75%,0%,78%)
(0.18/0.75/0.00/0.78)	

CMYK percentages

%17.86
%75
%0
%78.04

Codes

Color #2E0E38 in popluar color models

2E0E38
RGB461456
HSL286°60.00%13.73%
HSB/HSV286°75.00%21.96%
CMYK17.86%75.00%0.00%
78.04%

Color #2E0E38 in popluar number systems.

HEX2E0E38
Decimal461456
Binary1011101110111000
Octal561670

Shades and tints

Shades of #2E0E38

#2E0E38
(46,14,56)
#2A0D33
(42,13,51)
#260C2E
(38,12,46)
#220B29
(34,11,41)
#1E0A24
(30,10,36)
#1A091F
(26,9,31)
#16081A
(22,8,26)
#120715
(18,7,21)
#0E0610
(14,6,16)
#0A050B
(10,5,11)
#060406
(6,4,6)
#000000
(0,0,0)

Tints of #2E0E38

#2E0E38
(46,14,56)
#41234A
(65,35,74)
#54385C
(84,56,92)
#674D6E
(103,77,110)
#7A6280
(122,98,128)
#8D7792
(141,119,146)
#A08CA4
(160,140,164)
#B3A1B6
(179,161,182)
#C6B6C8
(198,182,200)
#D9CBDA
(217,203,218)
#ECE0EC
(236,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E0E38 color. Also use rgb(46,14,56) instead hex code.

Text Font Color

.myTextColor { color: #2E0E38; }

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

This text font color is #2E0E38.


Background Color

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

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

This div background color is #2E0E38.


Border color

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

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

This div border color is #2E0E38.


Opacity

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

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

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

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

This text has shadow with #2E0E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0E38 on black background.


Color preview on white background

This text has color #2E0E38 on white background.



Black color preview on #2E0E38 background

This text has black color on #2E0E38 background.


White color preview on #2E0E38 background

This text has white color on #2E0E38 background.