COLOR #2E073B

HEX: #2E073B
RGB: (46,7,59)

Color info

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

RGB color model

#2E073B color RGB value is (46,7,59).

  • red value is 46;
  • green value is 7;
  • blue value is 59.
RGB:
(46,7,59)
(18%,3%,23%)

RGB channels and saturation

R 46 of 255 = 18%
G 7 of 255 = 3%
B 59 of 255 = 23%

46
7
59

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

Portions of RGB colors in percentages

R + G + B =
46 + 7 + 59 = 112 (100%)
R 46 of 112 ~ 41.07%
G 7 of 112 ~ 6.25%
B 59 of 112 ~ 52.68%

%41.07
%52.68

CMYK color model

#2E073B color CMYK value is (22,88,0,77).

  • cyan value is 22.03%
  • magenta value is 88.14%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(22,88,0,77)
C22M88Y0K77 
(22%,88%,0%,77%)
(0.22/0.88/0.00/0.77)	

CMYK percentages

%22.03
%88.14
%0
%76.86

Codes

Color #2E073B in popluar color models

2E073B
RGB46759
HSL285°78.79%12.94%
HSB/HSV285°88.14%23.14%
CMYK22.03%88.14%0.00%
76.86%

Color #2E073B in popluar number systems.

HEX2E073B
Decimal46759
Binary101110111111011
Octal56773

Shades and tints

Shades of #2E073B

#2E073B
(46,7,59)
#2A0736
(42,7,54)
#260731
(38,7,49)
#22072C
(34,7,44)
#1E0727
(30,7,39)
#1A0722
(26,7,34)
#16071D
(22,7,29)
#120718
(18,7,24)
#0E0713
(14,7,19)
#0A070E
(10,7,14)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #2E073B

#2E073B
(46,7,59)
#411D4C
(65,29,76)
#54335D
(84,51,93)
#67496E
(103,73,110)
#7A5F7F
(122,95,127)
#8D7590
(141,117,144)
#A08BA1
(160,139,161)
#B3A1B2
(179,161,178)
#C6B7C3
(198,183,195)
#D9CDD4
(217,205,212)
#ECE3E5
(236,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E073B color. Also use rgb(46,7,59) instead hex code.

Text Font Color

.myTextColor { color: #2E073B; }

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

This text font color is #2E073B.


Background Color

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

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

This div background color is #2E073B.


Border color

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

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

This div border color is #2E073B.


Opacity

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

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

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

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

This text has shadow with #2E073B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E073B on black background.


Color preview on white background

This text has color #2E073B on white background.



Black color preview on #2E073B background

This text has black color on #2E073B background.


White color preview on #2E073B background

This text has white color on #2E073B background.