COLOR #2E5179

HEX: #2E5179
RGB: (46,81,121)

Color info

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

RGB color model

#2E5179 color RGB value is (46,81,121).

  • red value is 46;
  • green value is 81;
  • blue value is 121.
RGB:
(46,81,121)
(18%,32%,47%)

RGB channels and saturation

R 46 of 255 = 18%
G 81 of 255 = 32%
B 121 of 255 = 47%

46
81
121

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

Portions of RGB colors in percentages

R + G + B =
46 + 81 + 121 = 248 (100%)
R 46 of 248 ~ 18.55%
G 81 of 248 ~ 32.66%
B 121 of 248 ~ 48.79%

%18.55
%32.66
%48.79

CMYK color model

#2E5179 color CMYK value is (62,33,0,53).

  • cyan value is 61.98%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(62,33,0,53)
C62M33Y0K53 
(62%,33%,0%,53%)
(0.62/0.33/0.00/0.53)	

CMYK percentages

%61.98
%33.06
%0
%52.55

Codes

Color #2E5179 in popluar color models

2E5179
RGB4681121
HSL212°44.91%32.75%
HSB/HSV212°61.98%47.45%
CMYK61.98%33.06%0.00%
52.55%

Color #2E5179 in popluar number systems.

HEX2E5179
Decimal4681121
Binary10111010100011111001
Octal56121171

Shades and tints

Shades of #2E5179

#2E5179
(46,81,121)
#2A4A6E
(42,74,110)
#264363
(38,67,99)
#223C58
(34,60,88)
#1E354D
(30,53,77)
#1A2E42
(26,46,66)
#162737
(22,39,55)
#12202C
(18,32,44)
#0E1921
(14,25,33)
#0A1216
(10,18,22)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #2E5179

#2E5179
(46,81,121)
#416085
(65,96,133)
#546F91
(84,111,145)
#677E9D
(103,126,157)
#7A8DA9
(122,141,169)
#8D9CB5
(141,156,181)
#A0ABC1
(160,171,193)
#B3BACD
(179,186,205)
#C6C9D9
(198,201,217)
#D9D8E5
(217,216,229)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5179 color. Also use rgb(46,81,121) instead hex code.

Text Font Color

.myTextColor { color: #2E5179; }

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

This text font color is #2E5179.


Background Color

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

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

This div background color is #2E5179.


Border color

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

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

This div border color is #2E5179.


Opacity

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

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

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

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

This text has shadow with #2E5179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5179 on black background.


Color preview on white background

This text has color #2E5179 on white background.



Black color preview on #2E5179 background

This text has black color on #2E5179 background.


White color preview on #2E5179 background

This text has white color on #2E5179 background.