COLOR #2E0F87

HEX: #2E0F87
RGB: (46,15,135)

Color info

#2E0F87 contains mainly blue color. Web safe color of #2E0F87 is #330099 (or #309).

RGB color model

#2E0F87 color RGB value is (46,15,135).

  • red value is 46;
  • green value is 15;
  • blue value is 135.
RGB:
(46,15,135)
(18%,6%,53%)

RGB channels and saturation

R 46 of 255 = 18%
G 15 of 255 = 6%
B 135 of 255 = 53%

46
15
135

R + G + B ~ 26%. #2E0F87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 15 + 135 = 196 (100%)
R 46 of 196 ~ 23.47%
G 15 of 196 ~ 7.65%
B 135 of 196 ~ 68.88%

%23.47
%68.88

CMYK color model

#2E0F87 color CMYK value is (66,89,0,47).

  • cyan value is 65.93%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(66,89,0,47)
C66M89Y0K47 
(66%,89%,0%,47%)
(0.66/0.89/0.00/0.47)	

CMYK percentages

%65.93
%88.89
%0
%47.06

Codes

Color #2E0F87 in popluar color models

2E0F87
RGB4615135
HSL256°80.00%29.41%
HSB/HSV256°88.89%52.94%
CMYK65.93%88.89%0.00%
47.06%

Color #2E0F87 in popluar number systems.

HEX2E0F87
Decimal4615135
Binary101110111110000111
Octal5617207

Shades and tints

Shades of #2E0F87

#2E0F87
(46,15,135)
#2A0E7B
(42,14,123)
#260D6F
(38,13,111)
#220C63
(34,12,99)
#1E0B57
(30,11,87)
#1A0A4B
(26,10,75)
#16093F
(22,9,63)
#120833
(18,8,51)
#0E0727
(14,7,39)
#0A061B
(10,6,27)
#06050F
(6,5,15)
#000000
(0,0,0)

Tints of #2E0F87

#2E0F87
(46,15,135)
#412491
(65,36,145)
#54399B
(84,57,155)
#674EA5
(103,78,165)
#7A63AF
(122,99,175)
#8D78B9
(141,120,185)
#A08DC3
(160,141,195)
#B3A2CD
(179,162,205)
#C6B7D7
(198,183,215)
#D9CCE1
(217,204,225)
#ECE1EB
(236,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E0F87 color. Also use rgb(46,15,135) instead hex code.

Text Font Color

.myTextColor { color: #2E0F87; }

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

This text font color is #2E0F87.


Background Color

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

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

This div background color is #2E0F87.


Border color

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

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

This div border color is #2E0F87.


Opacity

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

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

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

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

This text has shadow with #2E0F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0F87 on black background.


Color preview on white background

This text has color #2E0F87 on white background.



Black color preview on #2E0F87 background

This text has black color on #2E0F87 background.


White color preview on #2E0F87 background

This text has white color on #2E0F87 background.