COLOR #2E130D

HEX: #2E130D
RGB: (46,19,13)

Color info

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

RGB color model

#2E130D color RGB value is (46,19,13).

  • red value is 46;
  • green value is 19;
  • blue value is 13.
RGB:
(46,19,13)
(18%,7%,5%)

RGB channels and saturation

R 46 of 255 = 18%
G 19 of 255 = 7%
B 13 of 255 = 5%

46
19
13

R + G + B ~ 10%. #2E130D is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 19 + 13 = 78 (100%)
R 46 of 78 ~ 58.97%
G 19 of 78 ~ 24.36%
B 13 of 78 ~ 16.67%

%58.97
%24.36
%16.67

CMYK color model

#2E130D color CMYK value is (0,59,72,82).

  • cyan value is 0.00%
  • magenta value is 58.70%
  • yellow value is 71.74%
  • key color value is 81.96%
CMYK:
(0,59,72,82)
C0M59Y72K82 
(0%,59%,72%,82%)
(0.00/0.59/0.72/0.82)	

CMYK percentages

%0
%58.7
%71.74
%81.96

Codes

Color #2E130D in popluar color models

2E130D
RGB461913
HSL11°55.93%11.57%
HSB/HSV11°71.74%18.04%
CMYK0.00%58.70%71.74%
81.96%

Color #2E130D in popluar number systems.

HEX2E130D
Decimal461913
Binary101110100111101
Octal562315

Shades and tints

Shades of #2E130D

#2E130D
(46,19,13)
#2A120C
(42,18,12)
#26110B
(38,17,11)
#22100A
(34,16,10)
#1E0F09
(30,15,9)
#1A0E08
(26,14,8)
#160D07
(22,13,7)
#120C06
(18,12,6)
#0E0B05
(14,11,5)
#0A0A04
(10,10,4)
#060903
(6,9,3)
#000000
(0,0,0)

Tints of #2E130D

#2E130D
(46,19,13)
#412823
(65,40,35)
#543D39
(84,61,57)
#67524F
(103,82,79)
#7A6765
(122,103,101)
#8D7C7B
(141,124,123)
#A09191
(160,145,145)
#B3A6A7
(179,166,167)
#C6BBBD
(198,187,189)
#D9D0D3
(217,208,211)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E130D; }

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

This text font color is #2E130D.


Background Color

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

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

This div background color is #2E130D.


Border color

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

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

This div border color is #2E130D.


Opacity

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

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

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

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

This text has shadow with #2E130D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E130D on black background.


Color preview on white background

This text has color #2E130D on white background.



Black color preview on #2E130D background

This text has black color on #2E130D background.


White color preview on #2E130D background

This text has white color on #2E130D background.