COLOR #2E0D55

HEX: #2E0D55
RGB: (46,13,85)

Color info

#2E0D55 contains mainly red and blue colors. Web safe color of #2E0D55 is #330066 (or #306).

RGB color model

#2E0D55 color RGB value is (46,13,85).

  • red value is 46;
  • green value is 13;
  • blue value is 85.
RGB:
(46,13,85)
(18%,5%,33%)

RGB channels and saturation

R 46 of 255 = 18%
G 13 of 255 = 5%
B 85 of 255 = 33%

46
13
85

R + G + B ~ 19%. #2E0D55 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 13 + 85 = 144 (100%)
R 46 of 144 ~ 31.94%
G 13 of 144 ~ 9.03%
B 85 of 144 ~ 59.03%

%31.94
%59.03

CMYK color model

#2E0D55 color CMYK value is (46,85,0,67).

  • cyan value is 45.88%
  • magenta value is 84.71%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(46,85,0,67)
C46M85Y0K67 
(46%,85%,0%,67%)
(0.46/0.85/0.00/0.67)	

CMYK percentages

%45.88
%84.71
%0
%66.67

Codes

Color #2E0D55 in popluar color models

2E0D55
RGB461385
HSL268°73.47%19.22%
HSB/HSV268°84.71%33.33%
CMYK45.88%84.71%0.00%
66.67%

Color #2E0D55 in popluar number systems.

HEX2E0D55
Decimal461385
Binary10111011011010101
Octal5615125

Shades and tints

Shades of #2E0D55

#2E0D55
(46,13,85)
#2A0C4E
(42,12,78)
#260B47
(38,11,71)
#220A40
(34,10,64)
#1E0939
(30,9,57)
#1A0832
(26,8,50)
#16072B
(22,7,43)
#120624
(18,6,36)
#0E051D
(14,5,29)
#0A0416
(10,4,22)
#06030F
(6,3,15)
#000000
(0,0,0)

Tints of #2E0D55

#2E0D55
(46,13,85)
#412364
(65,35,100)
#543973
(84,57,115)
#674F82
(103,79,130)
#7A6591
(122,101,145)
#8D7BA0
(141,123,160)
#A091AF
(160,145,175)
#B3A7BE
(179,167,190)
#C6BDCD
(198,189,205)
#D9D3DC
(217,211,220)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E0D55 color. Also use rgb(46,13,85) instead hex code.

Text Font Color

.myTextColor { color: #2E0D55; }

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

This text font color is #2E0D55.


Background Color

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

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

This div background color is #2E0D55.


Border color

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

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

This div border color is #2E0D55.


Opacity

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

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

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

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

This text has shadow with #2E0D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0D55 on black background.


Color preview on white background

This text has color #2E0D55 on white background.



Black color preview on #2E0D55 background

This text has black color on #2E0D55 background.


White color preview on #2E0D55 background

This text has white color on #2E0D55 background.