COLOR #2E1D25

HEX: #2E1D25
RGB: (46,29,37)

Color info

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

RGB color model

#2E1D25 color RGB value is (46,29,37).

  • red value is 46;
  • green value is 29;
  • blue value is 37.
RGB:
(46,29,37)
(18%,11%,15%)

RGB channels and saturation

R 46 of 255 = 18%
G 29 of 255 = 11%
B 37 of 255 = 15%

46
29
37

R + G + B ~ 15%. #2E1D25 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 29 + 37 = 112 (100%)
R 46 of 112 ~ 41.07%
G 29 of 112 ~ 25.89%
B 37 of 112 ~ 33.04%

%41.07
%25.89
%33.04

CMYK color model

#2E1D25 color CMYK value is (0,37,20,82).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 19.57%
  • key color value is 81.96%
CMYK:
(0,37,20,82)
C0M37Y20K82 
(0%,37%,20%,82%)
(0.00/0.37/0.20/0.82)	

CMYK percentages

%0
%36.96
%19.57
%81.96

Codes

Color #2E1D25 in popluar color models

2E1D25
RGB462937
HSL332°22.67%14.71%
HSB/HSV332°36.96%18.04%
CMYK0.00%36.96%19.57%
81.96%

Color #2E1D25 in popluar number systems.

HEX2E1D25
Decimal462937
Binary10111011101100101
Octal563545

Shades and tints

Shades of #2E1D25

#2E1D25
(46,29,37)
#2A1B22
(42,27,34)
#26191F
(38,25,31)
#22171C
(34,23,28)
#1E1519
(30,21,25)
#1A1316
(26,19,22)
#161113
(22,17,19)
#120F10
(18,15,16)
#0E0D0D
(14,13,13)
#0A0B0A
(10,11,10)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #2E1D25

#2E1D25
(46,29,37)
#413138
(65,49,56)
#54454B
(84,69,75)
#67595E
(103,89,94)
#7A6D71
(122,109,113)
#8D8184
(141,129,132)
#A09597
(160,149,151)
#B3A9AA
(179,169,170)
#C6BDBD
(198,189,189)
#D9D1D0
(217,209,208)
#ECE5E3
(236,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1D25 color. Also use rgb(46,29,37) instead hex code.

Text Font Color

.myTextColor { color: #2E1D25; }

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

This text font color is #2E1D25.


Background Color

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

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

This div background color is #2E1D25.


Border color

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

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

This div border color is #2E1D25.


Opacity

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

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

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

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

This text has shadow with #2E1D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1D25 on black background.


Color preview on white background

This text has color #2E1D25 on white background.



Black color preview on #2E1D25 background

This text has black color on #2E1D25 background.


White color preview on #2E1D25 background

This text has white color on #2E1D25 background.