COLOR #2E2E57

HEX: #2E2E57
RGB: (46,46,87)

Color info

#2E2E57 contains red, green and blue colors in about the same proportion. Web safe color of #2E2E57 is #333366 (or #336).

RGB color model

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

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

RGB channels and saturation

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

46
46
87

R + G + B ~ 23%. #2E2E57 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 46 + 87 = 179 (100%)
R 46 of 179 ~ 25.7%
G 46 of 179 ~ 25.7%
B 87 of 179 ~ 48.6%

%25.7
%25.7
%48.6

CMYK color model

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

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

CMYK percentages

%47.13
%47.13
%0
%65.88

Codes

Color #2E2E57 in popluar color models

2E2E57
RGB464687
HSL240°30.83%26.08%
HSB/HSV240°47.13%34.12%
CMYK47.13%47.13%0.00%
65.88%

Color #2E2E57 in popluar number systems.

HEX2E2E57
Decimal464687
Binary1011101011101010111
Octal5656127

Shades and tints

Shades of #2E2E57

#2E2E57
(46,46,87)
#2A2A50
(42,42,80)
#262649
(38,38,73)
#222242
(34,34,66)
#1E1E3B
(30,30,59)
#1A1A34
(26,26,52)
#16162D
(22,22,45)
#121226
(18,18,38)
#0E0E1F
(14,14,31)
#0A0A18
(10,10,24)
#060611
(6,6,17)
#000000
(0,0,0)

Tints of #2E2E57

#2E2E57
(46,46,87)
#414166
(65,65,102)
#545475
(84,84,117)
#676784
(103,103,132)
#7A7A93
(122,122,147)
#8D8DA2
(141,141,162)
#A0A0B1
(160,160,177)
#B3B3C0
(179,179,192)
#C6C6CF
(198,198,207)
#D9D9DE
(217,217,222)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2E57; }

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

This text font color is #2E2E57.


Background Color

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

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

This div background color is #2E2E57.


Border color

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

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

This div border color is #2E2E57.


Opacity

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

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

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

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

This text has shadow with #2E2E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2E57 on black background.


Color preview on white background

This text has color #2E2E57 on white background.



Black color preview on #2E2E57 background

This text has black color on #2E2E57 background.


White color preview on #2E2E57 background

This text has white color on #2E2E57 background.