COLOR #2E252D

HEX: #2E252D
RGB: (46,37,45)

Color info

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

RGB color model

#2E252D color RGB value is (46,37,45).

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

RGB channels and saturation

R 46 of 255 = 18%
G 37 of 255 = 15%
B 45 of 255 = 18%

46
37
45

R + G + B ~ 17%. #2E252D is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 37 + 45 = 128 (100%)
R 46 of 128 ~ 35.94%
G 37 of 128 ~ 28.91%
B 45 of 128 ~ 35.16%

%35.94
%28.91
%35.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 2.17%
  • key color value is 81.96%
CMYK:
(0,20,2,82)
C0M20Y2K82 
(0%,20%,2%,82%)
(0.00/0.20/0.02/0.82)	

CMYK percentages

%0
%19.57
%2.17
%81.96

Codes

Color #2E252D in popluar color models

2E252D
RGB463745
HSL307°10.84%16.27%
HSB/HSV307°19.57%18.04%
CMYK0.00%19.57%2.17%
81.96%

Color #2E252D in popluar number systems.

HEX2E252D
Decimal463745
Binary101110100101101101
Octal564555

Shades and tints

Shades of #2E252D

#2E252D
(46,37,45)
#2A2229
(42,34,41)
#261F25
(38,31,37)
#221C21
(34,28,33)
#1E191D
(30,25,29)
#1A1619
(26,22,25)
#161315
(22,19,21)
#121011
(18,16,17)
#0E0D0D
(14,13,13)
#0A0A09
(10,10,9)
#060705
(6,7,5)
#000000
(0,0,0)

Tints of #2E252D

#2E252D
(46,37,45)
#413840
(65,56,64)
#544B53
(84,75,83)
#675E66
(103,94,102)
#7A7179
(122,113,121)
#8D848C
(141,132,140)
#A0979F
(160,151,159)
#B3AAB2
(179,170,178)
#C6BDC5
(198,189,197)
#D9D0D8
(217,208,216)
#ECE3EB
(236,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E252D; }

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

This text font color is #2E252D.


Background Color

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

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

This div background color is #2E252D.


Border color

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

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

This div border color is #2E252D.


Opacity

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

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

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

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

This text has shadow with #2E252D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E252D on black background.


Color preview on white background

This text has color #2E252D on white background.



Black color preview on #2E252D background

This text has black color on #2E252D background.


White color preview on #2E252D background

This text has white color on #2E252D background.