COLOR #2E4171

HEX: #2E4171
RGB: (46,65,113)

Color info

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

RGB color model

#2E4171 color RGB value is (46,65,113).

  • red value is 46;
  • green value is 65;
  • blue value is 113.
RGB:
(46,65,113)
(18%,25%,44%)

RGB channels and saturation

R 46 of 255 = 18%
G 65 of 255 = 25%
B 113 of 255 = 44%

46
65
113

R + G + B ~ 29%. #2E4171 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 65 + 113 = 224 (100%)
R 46 of 224 ~ 20.54%
G 65 of 224 ~ 29.02%
B 113 of 224 ~ 50.45%

%20.54
%29.02
%50.45

CMYK color model

#2E4171 color CMYK value is (59,42,0,56).

  • cyan value is 59.29%
  • magenta value is 42.48%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(59,42,0,56)
C59M42Y0K56 
(59%,42%,0%,56%)
(0.59/0.42/0.00/0.56)	

CMYK percentages

%59.29
%42.48
%0
%55.69

Codes

Color #2E4171 in popluar color models

2E4171
RGB4665113
HSL223°42.14%31.18%
HSB/HSV223°59.29%44.31%
CMYK59.29%42.48%0.00%
55.69%

Color #2E4171 in popluar number systems.

HEX2E4171
Decimal4665113
Binary10111010000011110001
Octal56101161

Shades and tints

Shades of #2E4171

#2E4171
(46,65,113)
#2A3C67
(42,60,103)
#26375D
(38,55,93)
#223253
(34,50,83)
#1E2D49
(30,45,73)
#1A283F
(26,40,63)
#162335
(22,35,53)
#121E2B
(18,30,43)
#0E1921
(14,25,33)
#0A1417
(10,20,23)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #2E4171

#2E4171
(46,65,113)
#41527D
(65,82,125)
#546389
(84,99,137)
#677495
(103,116,149)
#7A85A1
(122,133,161)
#8D96AD
(141,150,173)
#A0A7B9
(160,167,185)
#B3B8C5
(179,184,197)
#C6C9D1
(198,201,209)
#D9DADD
(217,218,221)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4171 color. Also use rgb(46,65,113) instead hex code.

Text Font Color

.myTextColor { color: #2E4171; }

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

This text font color is #2E4171.


Background Color

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

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

This div background color is #2E4171.


Border color

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

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

This div border color is #2E4171.


Opacity

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

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

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

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

This text has shadow with #2E4171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4171 on black background.


Color preview on white background

This text has color #2E4171 on white background.



Black color preview on #2E4171 background

This text has black color on #2E4171 background.


White color preview on #2E4171 background

This text has white color on #2E4171 background.