COLOR #2E0427

HEX: #2E0427
RGB: (46,4,39)

Color info

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

RGB color model

#2E0427 color RGB value is (46,4,39).

  • red value is 46;
  • green value is 4;
  • blue value is 39.
RGB:
(46,4,39)
(18%,2%,15%)

RGB channels and saturation

R 46 of 255 = 18%
G 4 of 255 = 2%
B 39 of 255 = 15%

46
4
39

R + G + B ~ 12%. #2E0427 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 4 + 39 = 89 (100%)
R 46 of 89 ~ 51.69%
G 4 of 89 ~ 4.49%
B 39 of 89 ~ 43.82%

%51.69
%43.82

CMYK color model

#2E0427 color CMYK value is (0,91,15,82).

  • cyan value is 0.00%
  • magenta value is 91.30%
  • yellow value is 15.22%
  • key color value is 81.96%
CMYK:
(0,91,15,82)
C0M91Y15K82 
(0%,91%,15%,82%)
(0.00/0.91/0.15/0.82)	

CMYK percentages

%0
%91.3
%15.22
%81.96

Codes

Color #2E0427 in popluar color models

2E0427
RGB46439
HSL310°84.00%9.80%
HSB/HSV310°91.30%18.04%
CMYK0.00%91.30%15.22%
81.96%

Color #2E0427 in popluar number systems.

HEX2E0427
Decimal46439
Binary101110100100111
Octal56447

Shades and tints

Shades of #2E0427

#2E0427
(46,4,39)
#2A0424
(42,4,36)
#260421
(38,4,33)
#22041E
(34,4,30)
#1E041B
(30,4,27)
#1A0418
(26,4,24)
#160415
(22,4,21)
#120412
(18,4,18)
#0E040F
(14,4,15)
#0A040C
(10,4,12)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #2E0427

#2E0427
(46,4,39)
#411A3A
(65,26,58)
#54304D
(84,48,77)
#674660
(103,70,96)
#7A5C73
(122,92,115)
#8D7286
(141,114,134)
#A08899
(160,136,153)
#B39EAC
(179,158,172)
#C6B4BF
(198,180,191)
#D9CAD2
(217,202,210)
#ECE0E5
(236,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E0427; }

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

This text font color is #2E0427.


Background Color

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

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

This div background color is #2E0427.


Border color

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

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

This div border color is #2E0427.


Opacity

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

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

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

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

This text has shadow with #2E0427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E0427 on black background.


Color preview on white background

This text has color #2E0427 on white background.



Black color preview on #2E0427 background

This text has black color on #2E0427 background.


White color preview on #2E0427 background

This text has white color on #2E0427 background.