COLOR #2E383A

HEX: #2E383A
RGB: (46,56,58)

Color info

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

RGB color model

#2E383A color RGB value is (46,56,58).

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

RGB channels and saturation

R 46 of 255 = 18%
G 56 of 255 = 22%
B 58 of 255 = 23%

46
56
58

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

Portions of RGB colors in percentages

R + G + B =
46 + 56 + 58 = 160 (100%)
R 46 of 160 ~ 28.75%
G 56 of 160 ~ 35%
B 58 of 160 ~ 36.25%

%28.75
%35
%36.25

CMYK color model

#2E383A color CMYK value is (21,3,0,77).

  • cyan value is 20.69%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(21,3,0,77)
C21M3Y0K77 
(21%,3%,0%,77%)
(0.21/0.03/0.00/0.77)	

CMYK percentages

%20.69
%3.45
%0
%77.25

Codes

Color #2E383A in popluar color models

2E383A
RGB465658
HSL190°11.54%20.39%
HSB/HSV190°20.69%22.75%
CMYK20.69%3.45%0.00%
77.25%

Color #2E383A in popluar number systems.

HEX2E383A
Decimal465658
Binary101110111000111010
Octal567072

Shades and tints

Shades of #2E383A

#2E383A
(46,56,58)
#2A3335
(42,51,53)
#262E30
(38,46,48)
#22292B
(34,41,43)
#1E2426
(30,36,38)
#1A1F21
(26,31,33)
#161A1C
(22,26,28)
#121517
(18,21,23)
#0E1012
(14,16,18)
#0A0B0D
(10,11,13)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #2E383A

#2E383A
(46,56,58)
#414A4B
(65,74,75)
#545C5C
(84,92,92)
#676E6D
(103,110,109)
#7A807E
(122,128,126)
#8D928F
(141,146,143)
#A0A4A0
(160,164,160)
#B3B6B1
(179,182,177)
#C6C8C2
(198,200,194)
#D9DAD3
(217,218,211)
#ECECE4
(236,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E383A; }

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

This text font color is #2E383A.


Background Color

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

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

This div background color is #2E383A.


Border color

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

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

This div border color is #2E383A.


Opacity

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

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

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

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

This text has shadow with #2E383A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E383A on black background.


Color preview on white background

This text has color #2E383A on white background.



Black color preview on #2E383A background

This text has black color on #2E383A background.


White color preview on #2E383A background

This text has white color on #2E383A background.