COLOR #2E4241

HEX: #2E4241
RGB: (46,66,65)

Color info

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

RGB color model

#2E4241 color RGB value is (46,66,65).

  • red value is 46;
  • green value is 66;
  • blue value is 65.
RGB:
(46,66,65)
(18%,26%,25%)

RGB channels and saturation

R 46 of 255 = 18%
G 66 of 255 = 26%
B 65 of 255 = 25%

46
66
65

R + G + B ~ 23%. #2E4241 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 66 + 65 = 177 (100%)
R 46 of 177 ~ 25.99%
G 66 of 177 ~ 37.29%
B 65 of 177 ~ 36.72%

%25.99
%37.29
%36.72

CMYK color model

#2E4241 color CMYK value is (30,0,2,74).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 74.12%
CMYK:
(30,0,2,74)
C30M0Y2K74 
(30%,0%,2%,74%)
(0.30/0.00/0.02/0.74)	

CMYK percentages

%30.3
%0
%1.52
%74.12

Codes

Color #2E4241 in popluar color models

2E4241
RGB466665
HSL177°17.86%21.96%
HSB/HSV177°30.30%25.88%
CMYK30.30%0.00%1.52%
74.12%

Color #2E4241 in popluar number systems.

HEX2E4241
Decimal466665
Binary10111010000101000001
Octal56102101

Shades and tints

Shades of #2E4241

#2E4241
(46,66,65)
#2A3C3C
(42,60,60)
#263637
(38,54,55)
#223032
(34,48,50)
#1E2A2D
(30,42,45)
#1A2428
(26,36,40)
#161E23
(22,30,35)
#12181E
(18,24,30)
#0E1219
(14,18,25)
#0A0C14
(10,12,20)
#06060F
(6,6,15)
#000000
(0,0,0)

Tints of #2E4241

#2E4241
(46,66,65)
#415352
(65,83,82)
#546463
(84,100,99)
#677574
(103,117,116)
#7A8685
(122,134,133)
#8D9796
(141,151,150)
#A0A8A7
(160,168,167)
#B3B9B8
(179,185,184)
#C6CAC9
(198,202,201)
#D9DBDA
(217,219,218)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4241 color. Also use rgb(46,66,65) instead hex code.

Text Font Color

.myTextColor { color: #2E4241; }

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

This text font color is #2E4241.


Background Color

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

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

This div background color is #2E4241.


Border color

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

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

This div border color is #2E4241.


Opacity

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

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

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

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

This text has shadow with #2E4241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4241 on black background.


Color preview on white background

This text has color #2E4241 on white background.



Black color preview on #2E4241 background

This text has black color on #2E4241 background.


White color preview on #2E4241 background

This text has white color on #2E4241 background.