COLOR #2E154D

HEX: #2E154D
RGB: (46,21,77)

Color info

#2E154D contains red, green and blue colors in about the same proportion. Web safe color of #2E154D is #330033 (or #303).

RGB color model

#2E154D color RGB value is (46,21,77).

  • red value is 46;
  • green value is 21;
  • blue value is 77.
RGB:
(46,21,77)
(18%,8%,30%)

RGB channels and saturation

R 46 of 255 = 18%
G 21 of 255 = 8%
B 77 of 255 = 30%

46
21
77

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

Portions of RGB colors in percentages

R + G + B =
46 + 21 + 77 = 144 (100%)
R 46 of 144 ~ 31.94%
G 21 of 144 ~ 14.58%
B 77 of 144 ~ 53.47%

%31.94
%14.58
%53.47

CMYK color model

#2E154D color CMYK value is (40,73,0,70).

  • cyan value is 40.26%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(40,73,0,70)
C40M73Y0K70 
(40%,73%,0%,70%)
(0.40/0.73/0.00/0.70)	

CMYK percentages

%40.26
%72.73
%0
%69.8

Codes

Color #2E154D in popluar color models

2E154D
RGB462177
HSL267°57.14%19.22%
HSB/HSV267°72.73%30.20%
CMYK40.26%72.73%0.00%
69.80%

Color #2E154D in popluar number systems.

HEX2E154D
Decimal462177
Binary101110101011001101
Octal5625115

Shades and tints

Shades of #2E154D

#2E154D
(46,21,77)
#2A1446
(42,20,70)
#26133F
(38,19,63)
#221238
(34,18,56)
#1E1131
(30,17,49)
#1A102A
(26,16,42)
#160F23
(22,15,35)
#120E1C
(18,14,28)
#0E0D15
(14,13,21)
#0A0C0E
(10,12,14)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #2E154D

#2E154D
(46,21,77)
#412A5D
(65,42,93)
#543F6D
(84,63,109)
#67547D
(103,84,125)
#7A698D
(122,105,141)
#8D7E9D
(141,126,157)
#A093AD
(160,147,173)
#B3A8BD
(179,168,189)
#C6BDCD
(198,189,205)
#D9D2DD
(217,210,221)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E154D; }

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

This text font color is #2E154D.


Background Color

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

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

This div background color is #2E154D.


Border color

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

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

This div border color is #2E154D.


Opacity

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

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

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

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

This text has shadow with #2E154D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E154D on black background.


Color preview on white background

This text has color #2E154D on white background.



Black color preview on #2E154D background

This text has black color on #2E154D background.


White color preview on #2E154D background

This text has white color on #2E154D background.