COLOR #2E072B

HEX: #2E072B RGB: (46,7,43)

Color info

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

RGB color model

#2E072B color RGB value is (46,7,43).

RGB: (46,7,43) (18%, 3%, 17%)

RGB channels and saturation

R 46 of 255 = 18%
G 7 of 255 = 3%
B 43 of 255 = 17%

46
7
43

R + G + B ~ 13%. #2E072B is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 7 + 43 = 96 (100%)
R 46 of 96 ~ 47.92%
G 7 of 96 ~ 7.29%
B 43 of 96 ~ 44.79'%

%47.92
%44.79

CMYK color model

#2E072B color CMYK value is (0,85,7,82).

  • cyan value is 0.00%
  • magenta value is 84.78%
  • yellow value is 6.52%
  • key color value is 81.96%

CMYK: (0,85,7,82)
C0M85Y7K82 (0%, 85%, 7%, 82%)
(0.00 / 0.85 / 0.07 / 0.82)

CMYK percentages

%0
%84.78
%6.52
%81.96

Codes

Color #2E072B in popluar color models

2E 07 2B
RGB 46 7 43
HSL 305° 73.58% 10.39%
HSB/HSV 305° 84.78% 18.04%
CMYK 0.00% 84.78% 6.52%
81.96%

Color #2E072B in popluar number systems.

HEX 2E 07 2B
Decimal 46 7 43
Binary 101110 111 101011
Octal 56 7 53

Shades and tints

Shades of #2E072B

#2E072B
(46,7,43)
#2A0728
(42,7,40)
#260725
(38,7,37)
#220722
(34,7,34)
#1E071F
(30,7,31)
#1A071C
(26,7,28)
#160719
(22,7,25)
#120716
(18,7,22)
#0E0713
(14,7,19)
#0A0710
(10,7,16)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #2E072B

#2E072B
(46,7,43)
#411D3E
(65,29,62)
#543351
(84,51,81)
#674964
(103,73,100)
#7A5F77
(122,95,119)
#8D758A
(141,117,138)
#A08B9D
(160,139,157)
#B3A1B0
(179,161,176)
#C6B7C3
(198,183,195)
#D9CDD6
(217,205,214)
#ECE3E9
(236,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E072B; }

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

This text font color is #2E072B.

Background Color

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

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

This div background color is #2E072B.

Border color

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

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

This div border color is #2E072B.

Opacity

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

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

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

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

This text has shadow with #2E072B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E072B.

Preview

Color preview on black background

This text has color #2E072B on black background.


Color preview on white background

This text has color #2E072B on white background.


Black color preview on #2E072B background

This text has black color on #2E072B background.


White color preview on #2E072B background

This text has white color on #2E072B background.


Related colors

Complementary color

Complementary color for #hex is #D1F8D4.


I love getcolorcode.com

Triadic colors

1 #2B2E07 and #072B2E with #2E072B are triadic colors.

2 #2B072E and #072E2B with #2E072B are triadic colors.