COLOR #2E241B

HEX: #2E241B
RGB: (46,36,27)

Color info

#2E241B contains red, green and blue colors in about the same proportion. Web safe color of #2E241B is #333333 (or #333).

RGB color model

#2E241B color RGB value is (46,36,27).

  • red value is 46;
  • green value is 36;
  • blue value is 27.
RGB:
(46,36,27)
(18%,14%,11%)

RGB channels and saturation

R 46 of 255 = 18%
G 36 of 255 = 14%
B 27 of 255 = 11%

46
36
27

R + G + B ~ 14%. #2E241B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 36 + 27 = 109 (100%)
R 46 of 109 ~ 42.2%
G 36 of 109 ~ 33.03%
B 27 of 109 ~ 24.77%

%42.2
%33.03
%24.77

CMYK color model

#2E241B color CMYK value is (0,22,41,82).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 41.30%
  • key color value is 81.96%
CMYK:
(0,22,41,82)
C0M22Y41K82 
(0%,22%,41%,82%)
(0.00/0.22/0.41/0.82)	

CMYK percentages

%0
%21.74
%41.3
%81.96

Codes

Color #2E241B in popluar color models

2E241B
RGB463627
HSL28°26.03%14.31%
HSB/HSV28°41.30%18.04%
CMYK0.00%21.74%41.30%
81.96%

Color #2E241B in popluar number systems.

HEX2E241B
Decimal463627
Binary10111010010011011
Octal564433

Shades and tints

Shades of #2E241B

#2E241B
(46,36,27)
#2A2119
(42,33,25)
#261E17
(38,30,23)
#221B15
(34,27,21)
#1E1813
(30,24,19)
#1A1511
(26,21,17)
#16120F
(22,18,15)
#120F0D
(18,15,13)
#0E0C0B
(14,12,11)
#0A0909
(10,9,9)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #2E241B

#2E241B
(46,36,27)
#41372F
(65,55,47)
#544A43
(84,74,67)
#675D57
(103,93,87)
#7A706B
(122,112,107)
#8D837F
(141,131,127)
#A09693
(160,150,147)
#B3A9A7
(179,169,167)
#C6BCBB
(198,188,187)
#D9CFCF
(217,207,207)
#ECE2E3
(236,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E241B color. Also use rgb(46,36,27) instead hex code.

Text Font Color

.myTextColor { color: #2E241B; }

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

This text font color is #2E241B.


Background Color

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

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

This div background color is #2E241B.


Border color

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

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

This div border color is #2E241B.


Opacity

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

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

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

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

This text has shadow with #2E241B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E241B on black background.


Color preview on white background

This text has color #2E241B on white background.



Black color preview on #2E241B background

This text has black color on #2E241B background.


White color preview on #2E241B background

This text has white color on #2E241B background.