COLOR #2E3539

HEX: #2E3539
RGB: (46,53,57)

Color info

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

RGB color model

#2E3539 color RGB value is (46,53,57).

  • red value is 46;
  • green value is 53;
  • blue value is 57.
RGB:
(46,53,57)
(18%,21%,22%)

RGB channels and saturation

R 46 of 255 = 18%
G 53 of 255 = 21%
B 57 of 255 = 22%

46
53
57

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

Portions of RGB colors in percentages

R + G + B =
46 + 53 + 57 = 156 (100%)
R 46 of 156 ~ 29.49%
G 53 of 156 ~ 33.97%
B 57 of 156 ~ 36.54%

%29.49
%33.97
%36.54

CMYK color model

#2E3539 color CMYK value is (19,7,0,78).

  • cyan value is 19.30%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(19,7,0,78)
C19M7Y0K78 
(19%,7%,0%,78%)
(0.19/0.07/0.00/0.78)	

CMYK percentages

%19.3
%7.02
%0
%77.65

Codes

Color #2E3539 in popluar color models

2E3539
RGB465357
HSL202°10.68%20.20%
HSB/HSV202°19.30%22.35%
CMYK19.30%7.02%0.00%
77.65%

Color #2E3539 in popluar number systems.

HEX2E3539
Decimal465357
Binary101110110101111001
Octal566571

Shades and tints

Shades of #2E3539

#2E3539
(46,53,57)
#2A3134
(42,49,52)
#262D2F
(38,45,47)
#22292A
(34,41,42)
#1E2525
(30,37,37)
#1A2120
(26,33,32)
#161D1B
(22,29,27)
#121916
(18,25,22)
#0E1511
(14,21,17)
#0A110C
(10,17,12)
#060D07
(6,13,7)
#000000
(0,0,0)

Tints of #2E3539

#2E3539
(46,53,57)
#41474B
(65,71,75)
#54595D
(84,89,93)
#676B6F
(103,107,111)
#7A7D81
(122,125,129)
#8D8F93
(141,143,147)
#A0A1A5
(160,161,165)
#B3B3B7
(179,179,183)
#C6C5C9
(198,197,201)
#D9D7DB
(217,215,219)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3539 color. Also use rgb(46,53,57) instead hex code.

Text Font Color

.myTextColor { color: #2E3539; }

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

This text font color is #2E3539.


Background Color

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

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

This div background color is #2E3539.


Border color

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

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

This div border color is #2E3539.


Opacity

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

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

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

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

This text has shadow with #2E3539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3539 on black background.


Color preview on white background

This text has color #2E3539 on white background.



Black color preview on #2E3539 background

This text has black color on #2E3539 background.


White color preview on #2E3539 background

This text has white color on #2E3539 background.