COLOR #2E363F

HEX: #2E363F RGB: (46,54,63)

Color info

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

RGB color model

#2E363F color RGB value is (46,54,63).

RGB: (46,54,63) (18%, 21%, 25%)

RGB channels and saturation

R 46 of 255 = 18%
G 54 of 255 = 21%
B 63 of 255 = 25%

46
54
63

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

Portions of RGB colors in percentages

R + G + B = 46 + 54 + 63 = 163 (100%)
R 46 of 163 ~ 28.22%
G 54 of 163 ~ 33.13%
B 63 of 163 ~ 38.65'%

%28.22
%33.13
%38.65

CMYK color model

#2E363F color CMYK value is (27,14,0,75).

  • cyan value is 26.98%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (27,14,0,75)
C27M14Y0K75 (27%, 14%, 0%, 75%)
(0.27 / 0.14 / 0.00 / 0.75)

CMYK percentages

%26.98
%14.29
%0
%75.29

Codes

Color #2E363F in popluar color models

2E 36 3F
RGB 46 54 63
HSL 212° 15.60% 21.37%
HSB/HSV 212° 26.98% 24.71%
CMYK 26.98% 14.29% 0.00%
75.29%

Color #2E363F in popluar number systems.

HEX 2E 36 3F
Decimal 46 54 63
Binary 101110 110110 111111
Octal 56 66 77

Shades and tints

Shades of #2E363F

#2E363F
(46,54,63)
#2A323A
(42,50,58)
#262E35
(38,46,53)
#222A30
(34,42,48)
#1E262B
(30,38,43)
#1A2226
(26,34,38)
#161E21
(22,30,33)
#121A1C
(18,26,28)
#0E1617
(14,22,23)
#0A1212
(10,18,18)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #2E363F

#2E363F
(46,54,63)
#414850
(65,72,80)
#545A61
(84,90,97)
#676C72
(103,108,114)
#7A7E83
(122,126,131)
#8D9094
(141,144,148)
#A0A2A5
(160,162,165)
#B3B4B6
(179,180,182)
#C6C6C7
(198,198,199)
#D9D8D8
(217,216,216)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E363F color. Also use rgb(46,54,63) instead hex code.

Text Font Color

.myTextColor { color: #2E363F; }

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

This text font color is #2E363F.

Background Color

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

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

This div background color is #2E363F.

Border color

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

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

This div border color is #2E363F.

Opacity

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

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

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

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

This text has shadow with #2E363F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E363F.

Preview

Color preview on black background

This text has color #2E363F on black background.


Color preview on white background

This text has color #2E363F on white background.


Black color preview on #2E363F background

This text has black color on #2E363F background.


White color preview on #2E363F background

This text has white color on #2E363F background.


Related colors

Complementary color

Complementary color for #hex is #D1C9C0.


I love getcolorcode.com

Triadic colors

1 #3F2E36 and #363F2E with #2E363F are triadic colors.

2 #3F362E and #362E3F with #2E363F are triadic colors.