COLOR #2E3738

HEX: #2E3738
RGB: (46,55,56)

Color info

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

RGB color model

#2E3738 color RGB value is (46,55,56).

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

RGB channels and saturation

R 46 of 255 = 18%
G 55 of 255 = 22%
B 56 of 255 = 22%

46
55
56

R + G + B ~ 21%. #2E3738 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 55 + 56 = 157 (100%)
R 46 of 157 ~ 29.3%
G 55 of 157 ~ 35.03%
B 56 of 157 ~ 35.67%

%29.3
%35.03
%35.67

CMYK color model

#2E3738 color CMYK value is (18,2,0,78).

  • cyan value is 17.86%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(18,2,0,78)
C18M2Y0K78 
(18%,2%,0%,78%)
(0.18/0.02/0.00/0.78)	

CMYK percentages

%17.86
%1.79
%0
%78.04

Codes

Color #2E3738 in popluar color models

2E3738
RGB465556
HSL186°9.80%20.00%
HSB/HSV186°17.86%21.96%
CMYK17.86%1.79%0.00%
78.04%

Color #2E3738 in popluar number systems.

HEX2E3738
Decimal465556
Binary101110110111111000
Octal566770

Shades and tints

Shades of #2E3738

#2E3738
(46,55,56)
#2A3233
(42,50,51)
#262D2E
(38,45,46)
#222829
(34,40,41)
#1E2324
(30,35,36)
#1A1E1F
(26,30,31)
#16191A
(22,25,26)
#121415
(18,20,21)
#0E0F10
(14,15,16)
#0A0A0B
(10,10,11)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #2E3738

#2E3738
(46,55,56)
#41494A
(65,73,74)
#545B5C
(84,91,92)
#676D6E
(103,109,110)
#7A7F80
(122,127,128)
#8D9192
(141,145,146)
#A0A3A4
(160,163,164)
#B3B5B6
(179,181,182)
#C6C7C8
(198,199,200)
#D9D9DA
(217,217,218)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3738; }

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

This text font color is #2E3738.


Background Color

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

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

This div background color is #2E3738.


Border color

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

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

This div border color is #2E3738.


Opacity

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

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

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

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

This text has shadow with #2E3738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3738 on black background.


Color preview on white background

This text has color #2E3738 on white background.



Black color preview on #2E3738 background

This text has black color on #2E3738 background.


White color preview on #2E3738 background

This text has white color on #2E3738 background.