COLOR #2E0A57

HEX: #2E0A57
RGB: (46,10,87)

Color info

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

RGB color model

#2E0A57 color RGB value is (46,10,87).

  • red value is 46;
  • green value is 10;
  • blue value is 87.
RGB:
(46,10,87)
(18%,4%,34%)

RGB channels and saturation

R 46 of 255 = 18%
G 10 of 255 = 4%
B 87 of 255 = 34%

46
10
87

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

Portions of RGB colors in percentages

R + G + B =
46 + 10 + 87 = 143 (100%)
R 46 of 143 ~ 32.17%
G 10 of 143 ~ 6.99%
B 87 of 143 ~ 60.84%

%32.17
%60.84

CMYK color model

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

  • cyan value is 47.13%
  • magenta value is 88.51%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(47,89,0,66)
C47M89Y0K66 
(47%,89%,0%,66%)
(0.47/0.89/0.00/0.66)	

CMYK percentages

%47.13
%88.51
%0
%65.88

Codes

Color #2E0A57 in popluar color models

2E0A57
RGB461087
HSL268°79.38%19.02%
HSB/HSV268°88.51%34.12%
CMYK47.13%88.51%0.00%
65.88%

Color #2E0A57 in popluar number systems.

HEX2E0A57
Decimal461087
Binary10111010101010111
Octal5612127

Shades and tints

Shades of #2E0A57

#2E0A57
(46,10,87)
#2A0A50
(42,10,80)
#260A49
(38,10,73)
#220A42
(34,10,66)
#1E0A3B
(30,10,59)
#1A0A34
(26,10,52)
#160A2D
(22,10,45)
#120A26
(18,10,38)
#0E0A1F
(14,10,31)
#0A0A18
(10,10,24)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #2E0A57

#2E0A57
(46,10,87)
#412066
(65,32,102)
#543675
(84,54,117)
#674C84
(103,76,132)
#7A6293
(122,98,147)
#8D78A2
(141,120,162)
#A08EB1
(160,142,177)
#B3A4C0
(179,164,192)
#C6BACF
(198,186,207)
#D9D0DE
(217,208,222)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E0A57 color. Also use rgb(46,10,87) instead hex code.

Text Font Color

.myTextColor { color: #2E0A57; }

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

This text font color is #2E0A57.


Background Color

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

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

This div background color is #2E0A57.


Border color

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

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

This div border color is #2E0A57.


Opacity

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

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

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

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

This text has shadow with #2E0A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0A57 on black background.


Color preview on white background

This text has color #2E0A57 on white background.



Black color preview on #2E0A57 background

This text has black color on #2E0A57 background.


White color preview on #2E0A57 background

This text has white color on #2E0A57 background.