COLOR #2E130E

HEX: #2E130E
RGB: (46,19,14)

Color info

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

RGB color model

#2E130E color RGB value is (46,19,14).

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

RGB channels and saturation

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

46
19
14

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

Portions of RGB colors in percentages

R + G + B =
46 + 19 + 14 = 79 (100%)
R 46 of 79 ~ 58.23%
G 19 of 79 ~ 24.05%
B 14 of 79 ~ 17.72%

%58.23
%24.05
%17.72

CMYK color model

#2E130E color CMYK value is (0,59,70,82).

  • cyan value is 0.00%
  • magenta value is 58.70%
  • yellow value is 69.57%
  • key color value is 81.96%
CMYK:
(0,59,70,82)
C0M59Y70K82 
(0%,59%,70%,82%)
(0.00/0.59/0.70/0.82)	

CMYK percentages

%0
%58.7
%69.57
%81.96

Codes

Color #2E130E in popluar color models

2E130E
RGB461914
HSL53.33%11.76%
HSB/HSV69.57%18.04%
CMYK0.00%58.70%69.57%
81.96%

Color #2E130E in popluar number systems.

HEX2E130E
Decimal461914
Binary101110100111110
Octal562316

Shades and tints

Shades of #2E130E

#2E130E
(46,19,14)
#2A120D
(42,18,13)
#26110C
(38,17,12)
#22100B
(34,16,11)
#1E0F0A
(30,15,10)
#1A0E09
(26,14,9)
#160D08
(22,13,8)
#120C07
(18,12,7)
#0E0B06
(14,11,6)
#0A0A05
(10,10,5)
#060904
(6,9,4)
#000000
(0,0,0)

Tints of #2E130E

#2E130E
(46,19,14)
#412823
(65,40,35)
#543D38
(84,61,56)
#67524D
(103,82,77)
#7A6762
(122,103,98)
#8D7C77
(141,124,119)
#A0918C
(160,145,140)
#B3A6A1
(179,166,161)
#C6BBB6
(198,187,182)
#D9D0CB
(217,208,203)
#ECE5E0
(236,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E130E; }

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

This text font color is #2E130E.


Background Color

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

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

This div background color is #2E130E.


Border color

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

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

This div border color is #2E130E.


Opacity

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

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

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

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

This text has shadow with #2E130E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E130E on black background.


Color preview on white background

This text has color #2E130E on white background.



Black color preview on #2E130E background

This text has black color on #2E130E background.


White color preview on #2E130E background

This text has white color on #2E130E background.