COLOR #2E475E

HEX: #2E475E
RGB: (46,71,94)

Color info

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

RGB color model

#2E475E color RGB value is (46,71,94).

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

RGB channels and saturation

R 46 of 255 = 18%
G 71 of 255 = 28%
B 94 of 255 = 37%

46
71
94

R + G + B ~ 28%. #2E475E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 71 + 94 = 211 (100%)
R 46 of 211 ~ 21.8%
G 71 of 211 ~ 33.65%
B 94 of 211 ~ 44.55%

%21.8
%33.65
%44.55

CMYK color model

#2E475E color CMYK value is (51,24,0,63).

  • cyan value is 51.06%
  • magenta value is 24.47%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(51,24,0,63)
C51M24Y0K63 
(51%,24%,0%,63%)
(0.51/0.24/0.00/0.63)	

CMYK percentages

%51.06
%24.47
%0
%63.14

Codes

Color #2E475E in popluar color models

2E475E
RGB467194
HSL209°34.29%27.45%
HSB/HSV209°51.06%36.86%
CMYK51.06%24.47%0.00%
63.14%

Color #2E475E in popluar number systems.

HEX2E475E
Decimal467194
Binary10111010001111011110
Octal56107136

Shades and tints

Shades of #2E475E

#2E475E
(46,71,94)
#2A4156
(42,65,86)
#263B4E
(38,59,78)
#223546
(34,53,70)
#1E2F3E
(30,47,62)
#1A2936
(26,41,54)
#16232E
(22,35,46)
#121D26
(18,29,38)
#0E171E
(14,23,30)
#0A1116
(10,17,22)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #2E475E

#2E475E
(46,71,94)
#41576C
(65,87,108)
#54677A
(84,103,122)
#677788
(103,119,136)
#7A8796
(122,135,150)
#8D97A4
(141,151,164)
#A0A7B2
(160,167,178)
#B3B7C0
(179,183,192)
#C6C7CE
(198,199,206)
#D9D7DC
(217,215,220)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E475E; }

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

This text font color is #2E475E.


Background Color

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

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

This div background color is #2E475E.


Border color

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

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

This div border color is #2E475E.


Opacity

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

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

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

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

This text has shadow with #2E475E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E475E on black background.


Color preview on white background

This text has color #2E475E on white background.



Black color preview on #2E475E background

This text has black color on #2E475E background.


White color preview on #2E475E background

This text has white color on #2E475E background.