COLOR #2E1913

HEX: #2E1913 RGB: (46,25,19)

Color info

#2E1913 contains red, green and blue colors in about the same proportion. Web safe color of #2E1913 is #330000 (or #300).

RGB color model

#2E1913 color RGB value is (46,25,19).

RGB: (46,25,19) (18%, 10%, 7%)

RGB channels and saturation

R 46 of 255 = 18%
G 25 of 255 = 10%
B 19 of 255 = 7%

46
25
19

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

Portions of RGB colors in percentages

R + G + B = 46 + 25 + 19 = 90 (100%)
R 46 of 90 ~ 51.11%
G 25 of 90 ~ 27.78%
B 19 of 90 ~ 21.11'%

%51.11
%27.78
%21.11

CMYK color model

#2E1913 color CMYK value is (0,46,59,82).

  • cyan value is 0.00%
  • magenta value is 45.65%
  • yellow value is 58.70%
  • key color value is 81.96%

CMYK: (0,46,59,82)
C0M46Y59K82 (0%, 46%, 59%, 82%)
(0.00 / 0.46 / 0.59 / 0.82)

CMYK percentages

%0
%45.65
%58.7
%81.96

Codes

Color #2E1913 in popluar color models

2E 19 13
RGB 46 25 19
HSL 13° 41.54% 12.75%
HSB/HSV 13° 58.70% 18.04%
CMYK 0.00% 45.65% 58.70%
81.96%

Color #2E1913 in popluar number systems.

HEX 2E 19 13
Decimal 46 25 19
Binary 101110 11001 10011
Octal 56 31 23

Shades and tints

Shades of #2E1913

#2E1913
(46,25,19)
#2A1712
(42,23,18)
#261511
(38,21,17)
#221310
(34,19,16)
#1E110F
(30,17,15)
#1A0F0E
(26,15,14)
#160D0D
(22,13,13)
#120B0C
(18,11,12)
#0E090B
(14,9,11)
#0A070A
(10,7,10)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #2E1913

#2E1913
(46,25,19)
#412D28
(65,45,40)
#54413D
(84,65,61)
#675552
(103,85,82)
#7A6967
(122,105,103)
#8D7D7C
(141,125,124)
#A09191
(160,145,145)
#B3A5A6
(179,165,166)
#C6B9BB
(198,185,187)
#D9CDD0
(217,205,208)
#ECE1E5
(236,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1913 color. Also use rgb(46,25,19) instead hex code.

Text Font Color

.myTextColor { color: #2E1913; }

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

This text font color is #2E1913.

Background Color

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

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

This div background color is #2E1913.

Border color

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

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

This div border color is #2E1913.

Opacity

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

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

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

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

This text has shadow with #2E1913 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E1913.

Preview

Color preview on black background

This text has color #2E1913 on black background.


Color preview on white background

This text has color #2E1913 on white background.


Black color preview on #2E1913 background

This text has black color on #2E1913 background.


White color preview on #2E1913 background

This text has white color on #2E1913 background.


Related colors

Complementary color

Complementary color for #hex is #D1E6EC.


I love getcolorcode.com

Triadic colors

1 #132E19 and #19132E with #2E1913 are triadic colors.

2 #13192E and #192E13 with #2E1913 are triadic colors.