COLOR #2E476F

HEX: #2E476F
RGB: (46,71,111)

Color info

#2E476F contains mainly green and blue colors. Web safe color of #2E476F is #333366 (or #336).

RGB color model

#2E476F color RGB value is (46,71,111).

  • red value is 46;
  • green value is 71;
  • blue value is 111.
RGB:
(46,71,111)
(18%,28%,44%)

RGB channels and saturation

R 46 of 255 = 18%
G 71 of 255 = 28%
B 111 of 255 = 44%

46
71
111

R + G + B ~ 30%. #2E476F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 71 + 111 = 228 (100%)
R 46 of 228 ~ 20.18%
G 71 of 228 ~ 31.14%
B 111 of 228 ~ 48.68%

%20.18
%31.14
%48.68

CMYK color model

#2E476F color CMYK value is (59,36,0,56).

  • cyan value is 58.56%
  • magenta value is 36.04%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(59,36,0,56)
C59M36Y0K56 
(59%,36%,0%,56%)
(0.59/0.36/0.00/0.56)	

CMYK percentages

%58.56
%36.04
%0
%56.47

Codes

Color #2E476F in popluar color models

2E476F
RGB4671111
HSL217°41.40%30.78%
HSB/HSV217°58.56%43.53%
CMYK58.56%36.04%0.00%
56.47%

Color #2E476F in popluar number systems.

HEX2E476F
Decimal4671111
Binary10111010001111101111
Octal56107157

Shades and tints

Shades of #2E476F

#2E476F
(46,71,111)
#2A4165
(42,65,101)
#263B5B
(38,59,91)
#223551
(34,53,81)
#1E2F47
(30,47,71)
#1A293D
(26,41,61)
#162333
(22,35,51)
#121D29
(18,29,41)
#0E171F
(14,23,31)
#0A1115
(10,17,21)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #2E476F

#2E476F
(46,71,111)
#41577C
(65,87,124)
#546789
(84,103,137)
#677796
(103,119,150)
#7A87A3
(122,135,163)
#8D97B0
(141,151,176)
#A0A7BD
(160,167,189)
#B3B7CA
(179,183,202)
#C6C7D7
(198,199,215)
#D9D7E4
(217,215,228)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E476F color. Also use rgb(46,71,111) instead hex code.

Text Font Color

.myTextColor { color: #2E476F; }

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

This text font color is #2E476F.


Background Color

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

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

This div background color is #2E476F.


Border color

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

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

This div border color is #2E476F.


Opacity

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

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

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

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

This text has shadow with #2E476F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E476F on black background.


Color preview on white background

This text has color #2E476F on white background.



Black color preview on #2E476F background

This text has black color on #2E476F background.


White color preview on #2E476F background

This text has white color on #2E476F background.