COLOR #2E3437

HEX: #2E3437
RGB: (46,52,55)

Color info

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

RGB color model

#2E3437 color RGB value is (46,52,55).

  • red value is 46;
  • green value is 52;
  • blue value is 55.
RGB:
(46,52,55)
(18%,20%,22%)

RGB channels and saturation

R 46 of 255 = 18%
G 52 of 255 = 20%
B 55 of 255 = 22%

46
52
55

R + G + B ~ 20%. #2E3437 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 52 + 55 = 153 (100%)
R 46 of 153 ~ 30.07%
G 52 of 153 ~ 33.99%
B 55 of 153 ~ 35.95%

%30.07
%33.99
%35.95

CMYK color model

#2E3437 color CMYK value is (16,5,0,78).

  • cyan value is 16.36%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(16,5,0,78)
C16M5Y0K78 
(16%,5%,0%,78%)
(0.16/0.05/0.00/0.78)	

CMYK percentages

%16.36
%5.45
%0
%78.43

Codes

Color #2E3437 in popluar color models

2E3437
RGB465255
HSL200°8.91%19.80%
HSB/HSV200°16.36%21.57%
CMYK16.36%5.45%0.00%
78.43%

Color #2E3437 in popluar number systems.

HEX2E3437
Decimal465255
Binary101110110100110111
Octal566467

Shades and tints

Shades of #2E3437

#2E3437
(46,52,55)
#2A3032
(42,48,50)
#262C2D
(38,44,45)
#222828
(34,40,40)
#1E2423
(30,36,35)
#1A201E
(26,32,30)
#161C19
(22,28,25)
#121814
(18,24,20)
#0E140F
(14,20,15)
#0A100A
(10,16,10)
#060C05
(6,12,5)
#000000
(0,0,0)

Tints of #2E3437

#2E3437
(46,52,55)
#414649
(65,70,73)
#54585B
(84,88,91)
#676A6D
(103,106,109)
#7A7C7F
(122,124,127)
#8D8E91
(141,142,145)
#A0A0A3
(160,160,163)
#B3B2B5
(179,178,181)
#C6C4C7
(198,196,199)
#D9D6D9
(217,214,217)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3437 color. Also use rgb(46,52,55) instead hex code.

Text Font Color

.myTextColor { color: #2E3437; }

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

This text font color is #2E3437.


Background Color

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

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

This div background color is #2E3437.


Border color

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

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

This div border color is #2E3437.


Opacity

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

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

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

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

This text has shadow with #2E3437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3437 on black background.


Color preview on white background

This text has color #2E3437 on white background.



Black color preview on #2E3437 background

This text has black color on #2E3437 background.


White color preview on #2E3437 background

This text has white color on #2E3437 background.