COLOR #2E190D

HEX: #2E190D
RGB: (46,25,13)

Color info

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

RGB color model

#2E190D color RGB value is (46,25,13).

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

RGB channels and saturation

R 46 of 255 = 18%
G 25 of 255 = 10%
B 13 of 255 = 5%

46
25
13

R + G + B ~ 11%. #2E190D is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 25 + 13 = 84 (100%)
R 46 of 84 ~ 54.76%
G 25 of 84 ~ 29.76%
B 13 of 84 ~ 15.48%

%54.76
%29.76
%15.48

CMYK color model

#2E190D color CMYK value is (0,46,72,82).

  • cyan value is 0.00%
  • magenta value is 45.65%
  • yellow value is 71.74%
  • key color value is 81.96%
CMYK:
(0,46,72,82)
C0M46Y72K82 
(0%,46%,72%,82%)
(0.00/0.46/0.72/0.82)	

CMYK percentages

%0
%45.65
%71.74
%81.96

Codes

Color #2E190D in popluar color models

2E190D
RGB462513
HSL22°55.93%11.57%
HSB/HSV22°71.74%18.04%
CMYK0.00%45.65%71.74%
81.96%

Color #2E190D in popluar number systems.

HEX2E190D
Decimal462513
Binary101110110011101
Octal563115

Shades and tints

Shades of #2E190D

#2E190D
(46,25,13)
#2A170C
(42,23,12)
#26150B
(38,21,11)
#22130A
(34,19,10)
#1E1109
(30,17,9)
#1A0F08
(26,15,8)
#160D07
(22,13,7)
#120B06
(18,11,6)
#0E0905
(14,9,5)
#0A0704
(10,7,4)
#060503
(6,5,3)
#000000
(0,0,0)

Tints of #2E190D

#2E190D
(46,25,13)
#412D23
(65,45,35)
#544139
(84,65,57)
#67554F
(103,85,79)
#7A6965
(122,105,101)
#8D7D7B
(141,125,123)
#A09191
(160,145,145)
#B3A5A7
(179,165,167)
#C6B9BD
(198,185,189)
#D9CDD3
(217,205,211)
#ECE1E9
(236,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E190D; }

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

This text font color is #2E190D.


Background Color

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

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

This div background color is #2E190D.


Border color

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

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

This div border color is #2E190D.


Opacity

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

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

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

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

This text has shadow with #2E190D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E190D on black background.


Color preview on white background

This text has color #2E190D on white background.



Black color preview on #2E190D background

This text has black color on #2E190D background.


White color preview on #2E190D background

This text has white color on #2E190D background.