COLOR #2E2E53

HEX: #2E2E53
RGB: (46,46,83)

Color info

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

RGB color model

#2E2E53 color RGB value is (46,46,83).

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

RGB channels and saturation

R 46 of 255 = 18%
G 46 of 255 = 18%
B 83 of 255 = 33%

46
46
83

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

Portions of RGB colors in percentages

R + G + B =
46 + 46 + 83 = 175 (100%)
R 46 of 175 ~ 26.29%
G 46 of 175 ~ 26.29%
B 83 of 175 ~ 47.43%

%26.29
%26.29
%47.43

CMYK color model

#2E2E53 color CMYK value is (45,45,0,67).

  • cyan value is 44.58%
  • magenta value is 44.58%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(45,45,0,67)
C45M45Y0K67 
(45%,45%,0%,67%)
(0.45/0.45/0.00/0.67)	

CMYK percentages

%44.58
%44.58
%0
%67.45

Codes

Color #2E2E53 in popluar color models

2E2E53
RGB464683
HSL240°28.68%25.29%
HSB/HSV240°44.58%32.55%
CMYK44.58%44.58%0.00%
67.45%

Color #2E2E53 in popluar number systems.

HEX2E2E53
Decimal464683
Binary1011101011101010011
Octal5656123

Shades and tints

Shades of #2E2E53

#2E2E53
(46,46,83)
#2A2A4C
(42,42,76)
#262645
(38,38,69)
#22223E
(34,34,62)
#1E1E37
(30,30,55)
#1A1A30
(26,26,48)
#161629
(22,22,41)
#121222
(18,18,34)
#0E0E1B
(14,14,27)
#0A0A14
(10,10,20)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #2E2E53

#2E2E53
(46,46,83)
#414162
(65,65,98)
#545471
(84,84,113)
#676780
(103,103,128)
#7A7A8F
(122,122,143)
#8D8D9E
(141,141,158)
#A0A0AD
(160,160,173)
#B3B3BC
(179,179,188)
#C6C6CB
(198,198,203)
#D9D9DA
(217,217,218)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2E53; }

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

This text font color is #2E2E53.


Background Color

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

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

This div background color is #2E2E53.


Border color

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

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

This div border color is #2E2E53.


Opacity

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

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

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

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

This text has shadow with #2E2E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2E53 on black background.


Color preview on white background

This text has color #2E2E53 on white background.



Black color preview on #2E2E53 background

This text has black color on #2E2E53 background.


White color preview on #2E2E53 background

This text has white color on #2E2E53 background.