COLOR #2E0063

HEX: #2E0063
RGB: (46,0,99)

Color info

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

RGB color model

#2E0063 color RGB value is (46,0,99).

  • red value is 46;
  • green value is 0;
  • blue value is 99.
RGB:
(46,0,99)
(18%,0%,39%)

RGB channels and saturation

R 46 of 255 = 18%
G 0 of 255 = 0%
B 99 of 255 = 39%

46
0
99

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

Portions of RGB colors in percentages

R + G + B =
46 + 0 + 99 = 145 (100%)
R 46 of 145 ~ 31.72%
G 0 of 145 ~ 0%
B 99 of 145 ~ 68.28%

%31.72
%68.28

CMYK color model

#2E0063 color CMYK value is (54,100,0,61).

  • cyan value is 53.54%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(54,100,0,61)
C54M100Y0K61 
(54%,100%,0%,61%)
(0.54/1.00/0.00/0.61)	

CMYK percentages

%53.54
%100
%0
%61.18

Codes

Color #2E0063 in popluar color models

2E0063
RGB46099
HSL268°100.00%19.41%
HSB/HSV268°100.00%38.82%
CMYK53.54%100.00%0.00%
61.18%

Color #2E0063 in popluar number systems.

HEX2E0063
Decimal46099
Binary10111001100011
Octal560143

Shades and tints

Shades of #2E0063

#2E0063
(46,0,99)
#2A005A
(42,0,90)
#260051
(38,0,81)
#220048
(34,0,72)
#1E003F
(30,0,63)
#1A0036
(26,0,54)
#16002D
(22,0,45)
#120024
(18,0,36)
#0E001B
(14,0,27)
#0A0012
(10,0,18)
#060009
(6,0,9)
#000000
(0,0,0)

Tints of #2E0063

#2E0063
(46,0,99)
#411771
(65,23,113)
#542E7F
(84,46,127)
#67458D
(103,69,141)
#7A5C9B
(122,92,155)
#8D73A9
(141,115,169)
#A08AB7
(160,138,183)
#B3A1C5
(179,161,197)
#C6B8D3
(198,184,211)
#D9CFE1
(217,207,225)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E0063 color. Also use rgb(46,0,99) instead hex code.

Text Font Color

.myTextColor { color: #2E0063; }

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

This text font color is #2E0063.


Background Color

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

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

This div background color is #2E0063.


Border color

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

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

This div border color is #2E0063.


Opacity

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

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

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

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

This text has shadow with #2E0063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0063 on black background.


Color preview on white background

This text has color #2E0063 on white background.



Black color preview on #2E0063 background

This text has black color on #2E0063 background.


White color preview on #2E0063 background

This text has white color on #2E0063 background.