COLOR #2E5674

HEX: #2E5674
RGB: (46,86,116)

Color info

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

RGB color model

#2E5674 color RGB value is (46,86,116).

  • red value is 46;
  • green value is 86;
  • blue value is 116.
RGB:
(46,86,116)
(18%,34%,45%)

RGB channels and saturation

R 46 of 255 = 18%
G 86 of 255 = 34%
B 116 of 255 = 45%

46
86
116

R + G + B ~ 32%. #2E5674 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 86 + 116 = 248 (100%)
R 46 of 248 ~ 18.55%
G 86 of 248 ~ 34.68%
B 116 of 248 ~ 46.77%

%18.55
%34.68
%46.77

CMYK color model

#2E5674 color CMYK value is (60,26,0,55).

  • cyan value is 60.34%
  • magenta value is 25.86%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(60,26,0,55)
C60M26Y0K55 
(60%,26%,0%,55%)
(0.60/0.26/0.00/0.55)	

CMYK percentages

%60.34
%25.86
%0
%54.51

Codes

Color #2E5674 in popluar color models

2E5674
RGB4686116
HSL206°43.21%31.76%
HSB/HSV206°60.34%45.49%
CMYK60.34%25.86%0.00%
54.51%

Color #2E5674 in popluar number systems.

HEX2E5674
Decimal4686116
Binary10111010101101110100
Octal56126164

Shades and tints

Shades of #2E5674

#2E5674
(46,86,116)
#2A4F6A
(42,79,106)
#264860
(38,72,96)
#224156
(34,65,86)
#1E3A4C
(30,58,76)
#1A3342
(26,51,66)
#162C38
(22,44,56)
#12252E
(18,37,46)
#0E1E24
(14,30,36)
#0A171A
(10,23,26)
#061010
(6,16,16)
#000000
(0,0,0)

Tints of #2E5674

#2E5674
(46,86,116)
#416580
(65,101,128)
#54748C
(84,116,140)
#678398
(103,131,152)
#7A92A4
(122,146,164)
#8DA1B0
(141,161,176)
#A0B0BC
(160,176,188)
#B3BFC8
(179,191,200)
#C6CED4
(198,206,212)
#D9DDE0
(217,221,224)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5674 color. Also use rgb(46,86,116) instead hex code.

Text Font Color

.myTextColor { color: #2E5674; }

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

This text font color is #2E5674.


Background Color

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

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

This div background color is #2E5674.


Border color

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

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

This div border color is #2E5674.


Opacity

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

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

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

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

This text has shadow with #2E5674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5674 on black background.


Color preview on white background

This text has color #2E5674 on white background.



Black color preview on #2E5674 background

This text has black color on #2E5674 background.


White color preview on #2E5674 background

This text has white color on #2E5674 background.