COLOR #2E191C

HEX: #2E191C
RGB: (46,25,28)

Color info

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

RGB color model

#2E191C color RGB value is (46,25,28).

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

RGB channels and saturation

R 46 of 255 = 18%
G 25 of 255 = 10%
B 28 of 255 = 11%

46
25
28

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

Portions of RGB colors in percentages

R + G + B =
46 + 25 + 28 = 99 (100%)
R 46 of 99 ~ 46.46%
G 25 of 99 ~ 25.25%
B 28 of 99 ~ 28.28%

%46.46
%25.25
%28.28

CMYK color model

#2E191C color CMYK value is (0,46,39,82).

  • cyan value is 0.00%
  • magenta value is 45.65%
  • yellow value is 39.13%
  • key color value is 81.96%
CMYK:
(0,46,39,82)
C0M46Y39K82 
(0%,46%,39%,82%)
(0.00/0.46/0.39/0.82)	

CMYK percentages

%0
%45.65
%39.13
%81.96

Codes

Color #2E191C in popluar color models

2E191C
RGB462528
HSL351°29.58%13.92%
HSB/HSV351°45.65%18.04%
CMYK0.00%45.65%39.13%
81.96%

Color #2E191C in popluar number systems.

HEX2E191C
Decimal462528
Binary1011101100111100
Octal563134

Shades and tints

Shades of #2E191C

#2E191C
(46,25,28)
#2A171A
(42,23,26)
#261518
(38,21,24)
#221316
(34,19,22)
#1E1114
(30,17,20)
#1A0F12
(26,15,18)
#160D10
(22,13,16)
#120B0E
(18,11,14)
#0E090C
(14,9,12)
#0A070A
(10,7,10)
#060508
(6,5,8)
#000000
(0,0,0)

Tints of #2E191C

#2E191C
(46,25,28)
#412D30
(65,45,48)
#544144
(84,65,68)
#675558
(103,85,88)
#7A696C
(122,105,108)
#8D7D80
(141,125,128)
#A09194
(160,145,148)
#B3A5A8
(179,165,168)
#C6B9BC
(198,185,188)
#D9CDD0
(217,205,208)
#ECE1E4
(236,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E191C; }

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

This text font color is #2E191C.


Background Color

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

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

This div background color is #2E191C.


Border color

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

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

This div border color is #2E191C.


Opacity

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

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

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

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

This text has shadow with #2E191C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E191C on black background.


Color preview on white background

This text has color #2E191C on white background.



Black color preview on #2E191C background

This text has black color on #2E191C background.


White color preview on #2E191C background

This text has white color on #2E191C background.