COLOR #2E0C41

HEX: #2E0C41
RGB: (46,12,65)

Color info

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

RGB color model

#2E0C41 color RGB value is (46,12,65).

  • red value is 46;
  • green value is 12;
  • blue value is 65.
RGB:
(46,12,65)
(18%,5%,25%)

RGB channels and saturation

R 46 of 255 = 18%
G 12 of 255 = 5%
B 65 of 255 = 25%

46
12
65

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

Portions of RGB colors in percentages

R + G + B =
46 + 12 + 65 = 123 (100%)
R 46 of 123 ~ 37.4%
G 12 of 123 ~ 9.76%
B 65 of 123 ~ 52.85%

%37.4
%9.76
%52.85

CMYK color model

#2E0C41 color CMYK value is (29,82,0,75).

  • cyan value is 29.23%
  • magenta value is 81.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(29,82,0,75)
C29M82Y0K75 
(29%,82%,0%,75%)
(0.29/0.82/0.00/0.75)	

CMYK percentages

%29.23
%81.54
%0
%74.51

Codes

Color #2E0C41 in popluar color models

2E0C41
RGB461265
HSL278°68.83%15.10%
HSB/HSV278°81.54%25.49%
CMYK29.23%81.54%0.00%
74.51%

Color #2E0C41 in popluar number systems.

HEX2E0C41
Decimal461265
Binary10111011001000001
Octal5614101

Shades and tints

Shades of #2E0C41

#2E0C41
(46,12,65)
#2A0B3C
(42,11,60)
#260A37
(38,10,55)
#220932
(34,9,50)
#1E082D
(30,8,45)
#1A0728
(26,7,40)
#160623
(22,6,35)
#12051E
(18,5,30)
#0E0419
(14,4,25)
#0A0314
(10,3,20)
#06020F
(6,2,15)
#000000
(0,0,0)

Tints of #2E0C41

#2E0C41
(46,12,65)
#412252
(65,34,82)
#543863
(84,56,99)
#674E74
(103,78,116)
#7A6485
(122,100,133)
#8D7A96
(141,122,150)
#A090A7
(160,144,167)
#B3A6B8
(179,166,184)
#C6BCC9
(198,188,201)
#D9D2DA
(217,210,218)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E0C41 color. Also use rgb(46,12,65) instead hex code.

Text Font Color

.myTextColor { color: #2E0C41; }

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

This text font color is #2E0C41.


Background Color

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

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

This div background color is #2E0C41.


Border color

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

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

This div border color is #2E0C41.


Opacity

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

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

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

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

This text has shadow with #2E0C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0C41 on black background.


Color preview on white background

This text has color #2E0C41 on white background.



Black color preview on #2E0C41 background

This text has black color on #2E0C41 background.


White color preview on #2E0C41 background

This text has white color on #2E0C41 background.