COLOR #2E4F71

HEX: #2E4F71
RGB: (46,79,113)

Color info

#2E4F71 contains mainly green and blue colors. Web safe color of #2E4F71 is #336666 (or #366).

RGB color model

#2E4F71 color RGB value is (46,79,113).

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

RGB channels and saturation

R 46 of 255 = 18%
G 79 of 255 = 31%
B 113 of 255 = 44%

46
79
113

R + G + B ~ 31%. #2E4F71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 79 + 113 = 238 (100%)
R 46 of 238 ~ 19.33%
G 79 of 238 ~ 33.19%
B 113 of 238 ~ 47.48%

%19.33
%33.19
%47.48

CMYK color model

#2E4F71 color CMYK value is (59,30,0,56).

  • cyan value is 59.29%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(59,30,0,56)
C59M30Y0K56 
(59%,30%,0%,56%)
(0.59/0.30/0.00/0.56)	

CMYK percentages

%59.29
%30.09
%0
%55.69

Codes

Color #2E4F71 in popluar color models

2E4F71
RGB4679113
HSL210°42.14%31.18%
HSB/HSV210°59.29%44.31%
CMYK59.29%30.09%0.00%
55.69%

Color #2E4F71 in popluar number systems.

HEX2E4F71
Decimal4679113
Binary10111010011111110001
Octal56117161

Shades and tints

Shades of #2E4F71

#2E4F71
(46,79,113)
#2A4867
(42,72,103)
#26415D
(38,65,93)
#223A53
(34,58,83)
#1E3349
(30,51,73)
#1A2C3F
(26,44,63)
#162535
(22,37,53)
#121E2B
(18,30,43)
#0E1721
(14,23,33)
#0A1017
(10,16,23)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #2E4F71

#2E4F71
(46,79,113)
#415F7D
(65,95,125)
#546F89
(84,111,137)
#677F95
(103,127,149)
#7A8FA1
(122,143,161)
#8D9FAD
(141,159,173)
#A0AFB9
(160,175,185)
#B3BFC5
(179,191,197)
#C6CFD1
(198,207,209)
#D9DFDD
(217,223,221)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4F71; }

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

This text font color is #2E4F71.


Background Color

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

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

This div background color is #2E4F71.


Border color

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

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

This div border color is #2E4F71.


Opacity

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

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

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

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

This text has shadow with #2E4F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4F71 on black background.


Color preview on white background

This text has color #2E4F71 on white background.



Black color preview on #2E4F71 background

This text has black color on #2E4F71 background.


White color preview on #2E4F71 background

This text has white color on #2E4F71 background.