COLOR #2E1135

HEX: #2E1135
RGB: (46,17,53)

Color info

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

RGB color model

#2E1135 color RGB value is (46,17,53).

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

RGB channels and saturation

R 46 of 255 = 18%
G 17 of 255 = 7%
B 53 of 255 = 21%

46
17
53

R + G + B ~ 15%. #2E1135 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 17 + 53 = 116 (100%)
R 46 of 116 ~ 39.66%
G 17 of 116 ~ 14.66%
B 53 of 116 ~ 45.69%

%39.66
%14.66
%45.69

CMYK color model

#2E1135 color CMYK value is (13,68,0,79).

  • cyan value is 13.21%
  • magenta value is 67.92%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(13,68,0,79)
C13M68Y0K79 
(13%,68%,0%,79%)
(0.13/0.68/0.00/0.79)	

CMYK percentages

%13.21
%67.92
%0
%79.22

Codes

Color #2E1135 in popluar color models

2E1135
RGB461753
HSL288°51.43%13.73%
HSB/HSV288°67.92%20.78%
CMYK13.21%67.92%0.00%
79.22%

Color #2E1135 in popluar number systems.

HEX2E1135
Decimal461753
Binary10111010001110101
Octal562165

Shades and tints

Shades of #2E1135

#2E1135
(46,17,53)
#2A1031
(42,16,49)
#260F2D
(38,15,45)
#220E29
(34,14,41)
#1E0D25
(30,13,37)
#1A0C21
(26,12,33)
#160B1D
(22,11,29)
#120A19
(18,10,25)
#0E0915
(14,9,21)
#0A0811
(10,8,17)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #2E1135

#2E1135
(46,17,53)
#412647
(65,38,71)
#543B59
(84,59,89)
#67506B
(103,80,107)
#7A657D
(122,101,125)
#8D7A8F
(141,122,143)
#A08FA1
(160,143,161)
#B3A4B3
(179,164,179)
#C6B9C5
(198,185,197)
#D9CED7
(217,206,215)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E1135; }

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

This text font color is #2E1135.


Background Color

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

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

This div background color is #2E1135.


Border color

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

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

This div border color is #2E1135.


Opacity

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

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

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

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

This text has shadow with #2E1135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1135 on black background.


Color preview on white background

This text has color #2E1135 on white background.



Black color preview on #2E1135 background

This text has black color on #2E1135 background.


White color preview on #2E1135 background

This text has white color on #2E1135 background.