COLOR #2E364F

HEX: #2E364F
RGB: (46,54,79)

Color info

#2E364F contains red, green and blue colors in about the same proportion. Web safe color of #2E364F is #333366 (or #336).

RGB color model

#2E364F color RGB value is (46,54,79).

  • red value is 46;
  • green value is 54;
  • blue value is 79.
RGB:
(46,54,79)
(18%,21%,31%)

RGB channels and saturation

R 46 of 255 = 18%
G 54 of 255 = 21%
B 79 of 255 = 31%

46
54
79

R + G + B ~ 23%. #2E364F is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 54 + 79 = 179 (100%)
R 46 of 179 ~ 25.7%
G 54 of 179 ~ 30.17%
B 79 of 179 ~ 44.13%

%25.7
%30.17
%44.13

CMYK color model

#2E364F color CMYK value is (42,32,0,69).

  • cyan value is 41.77%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(42,32,0,69)
C42M32Y0K69 
(42%,32%,0%,69%)
(0.42/0.32/0.00/0.69)	

CMYK percentages

%41.77
%31.65
%0
%69.02

Codes

Color #2E364F in popluar color models

2E364F
RGB465479
HSL225°26.40%24.51%
HSB/HSV225°41.77%30.98%
CMYK41.77%31.65%0.00%
69.02%

Color #2E364F in popluar number systems.

HEX2E364F
Decimal465479
Binary1011101101101001111
Octal5666117

Shades and tints

Shades of #2E364F

#2E364F
(46,54,79)
#2A3248
(42,50,72)
#262E41
(38,46,65)
#222A3A
(34,42,58)
#1E2633
(30,38,51)
#1A222C
(26,34,44)
#161E25
(22,30,37)
#121A1E
(18,26,30)
#0E1617
(14,22,23)
#0A1210
(10,18,16)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #2E364F

#2E364F
(46,54,79)
#41485F
(65,72,95)
#545A6F
(84,90,111)
#676C7F
(103,108,127)
#7A7E8F
(122,126,143)
#8D909F
(141,144,159)
#A0A2AF
(160,162,175)
#B3B4BF
(179,180,191)
#C6C6CF
(198,198,207)
#D9D8DF
(217,216,223)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E364F; }

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

This text font color is #2E364F.


Background Color

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

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

This div background color is #2E364F.


Border color

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

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

This div border color is #2E364F.


Opacity

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

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

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

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

This text has shadow with #2E364F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E364F on black background.


Color preview on white background

This text has color #2E364F on white background.



Black color preview on #2E364F background

This text has black color on #2E364F background.


White color preview on #2E364F background

This text has white color on #2E364F background.