COLOR #2E2951

HEX: #2E2951 RGB: (46,41,81)

Color info

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

RGB color model

#2E2951 color RGB value is (46,41,81).

RGB: (46,41,81) (18%, 16%, 32%)

RGB channels and saturation

R 46 of 255 = 18%
G 41 of 255 = 16%
B 81 of 255 = 32%

46
41
81

R + G + B ~ 22%. #2E2951 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 41 + 81 = 168 (100%)
R 46 of 168 ~ 27.38%
G 41 of 168 ~ 24.4%
B 81 of 168 ~ 48.21'%

%27.38
%24.4
%48.21

CMYK color model

#2E2951 color CMYK value is (43,49,0,68).

  • cyan value is 43.21%
  • magenta value is 49.38%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (43,49,0,68)
C43M49Y0K68 (43%, 49%, 0%, 68%)
(0.43 / 0.49 / 0.00 / 0.68)

CMYK percentages

%43.21
%49.38
%0
%68.24

Codes

Color #2E2951 in popluar color models

2E 29 51
RGB 46 41 81
HSL 248° 32.79% 23.92%
HSB/HSV 248° 49.38% 31.76%
CMYK 43.21% 49.38% 0.00%
68.24%

Color #2E2951 in popluar number systems.

HEX 2E 29 51
Decimal 46 41 81
Binary 101110 101001 1010001
Octal 56 51 121

Shades and tints

Shades of #2E2951

#2E2951
(46,41,81)
#2A264A
(42,38,74)
#262343
(38,35,67)
#22203C
(34,32,60)
#1E1D35
(30,29,53)
#1A1A2E
(26,26,46)
#161727
(22,23,39)
#121420
(18,20,32)
#0E1119
(14,17,25)
#0A0E12
(10,14,18)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #2E2951

#2E2951
(46,41,81)
#413C60
(65,60,96)
#544F6F
(84,79,111)
#67627E
(103,98,126)
#7A758D
(122,117,141)
#8D889C
(141,136,156)
#A09BAB
(160,155,171)
#B3AEBA
(179,174,186)
#C6C1C9
(198,193,201)
#D9D4D8
(217,212,216)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E2951; }

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

This text font color is #2E2951.

Background Color

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

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

This div background color is #2E2951.

Border color

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

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

This div border color is #2E2951.

Opacity

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

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

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

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

This text has shadow with #2E2951 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E2951.

Preview

Color preview on black background

This text has color #2E2951 on black background.


Color preview on white background

This text has color #2E2951 on white background.


Black color preview on #2E2951 background

This text has black color on #2E2951 background.


White color preview on #2E2951 background

This text has white color on #2E2951 background.


Related colors

Complementary color

Complementary color for #hex is #D1D6AE.


I love getcolorcode.com

Triadic colors

1 #512E29 and #29512E with #2E2951 are triadic colors.

2 #51292E and #292E51 with #2E2951 are triadic colors.