COLOR #2E113E

HEX: #2E113E
RGB: (46,17,62)

Color info

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

RGB color model

#2E113E color RGB value is (46,17,62).

  • red value is 46;
  • green value is 17;
  • blue value is 62.
RGB:
(46,17,62)
(18%,7%,24%)

RGB channels and saturation

R 46 of 255 = 18%
G 17 of 255 = 7%
B 62 of 255 = 24%

46
17
62

R + G + B ~ 16%. #2E113E is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 17 + 62 = 125 (100%)
R 46 of 125 ~ 36.8%
G 17 of 125 ~ 13.6%
B 62 of 125 ~ 49.6%

%36.8
%13.6
%49.6

CMYK color model

#2E113E color CMYK value is (26,73,0,76).

  • cyan value is 25.81%
  • magenta value is 72.58%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(26,73,0,76)
C26M73Y0K76 
(26%,73%,0%,76%)
(0.26/0.73/0.00/0.76)	

CMYK percentages

%25.81
%72.58
%0
%75.69

Codes

Color #2E113E in popluar color models

2E113E
RGB461762
HSL279°56.96%15.49%
HSB/HSV279°72.58%24.31%
CMYK25.81%72.58%0.00%
75.69%

Color #2E113E in popluar number systems.

HEX2E113E
Decimal461762
Binary10111010001111110
Octal562176

Shades and tints

Shades of #2E113E

#2E113E
(46,17,62)
#2A1039
(42,16,57)
#260F34
(38,15,52)
#220E2F
(34,14,47)
#1E0D2A
(30,13,42)
#1A0C25
(26,12,37)
#160B20
(22,11,32)
#120A1B
(18,10,27)
#0E0916
(14,9,22)
#0A0811
(10,8,17)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #2E113E

#2E113E
(46,17,62)
#41264F
(65,38,79)
#543B60
(84,59,96)
#675071
(103,80,113)
#7A6582
(122,101,130)
#8D7A93
(141,122,147)
#A08FA4
(160,143,164)
#B3A4B5
(179,164,181)
#C6B9C6
(198,185,198)
#D9CED7
(217,206,215)
#ECE3E8
(236,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E113E; }

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

This text font color is #2E113E.


Background Color

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

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

This div background color is #2E113E.


Border color

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

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

This div border color is #2E113E.


Opacity

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

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

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

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

This text has shadow with #2E113E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E113E on black background.


Color preview on white background

This text has color #2E113E on white background.



Black color preview on #2E113E background

This text has black color on #2E113E background.


White color preview on #2E113E background

This text has white color on #2E113E background.