COLOR #2E5780

HEX: #2E5780
RGB: (46,87,128)

Color info

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

RGB color model

#2E5780 color RGB value is (46,87,128).

  • red value is 46;
  • green value is 87;
  • blue value is 128.
RGB:
(46,87,128)
(18%,34%,50%)

RGB channels and saturation

R 46 of 255 = 18%
G 87 of 255 = 34%
B 128 of 255 = 50%

46
87
128

R + G + B ~ 34%. #2E5780 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 87 + 128 = 261 (100%)
R 46 of 261 ~ 17.62%
G 87 of 261 ~ 33.33%
B 128 of 261 ~ 49.04%

%17.62
%33.33
%49.04

CMYK color model

#2E5780 color CMYK value is (64,32,0,50).

  • cyan value is 64.06%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(64,32,0,50)
C64M32Y0K50 
(64%,32%,0%,50%)
(0.64/0.32/0.00/0.50)	

CMYK percentages

%64.06
%32.03
%0
%49.8

Codes

Color #2E5780 in popluar color models

2E5780
RGB4687128
HSL210°47.13%34.12%
HSB/HSV210°64.06%50.20%
CMYK64.06%32.03%0.00%
49.80%

Color #2E5780 in popluar number systems.

HEX2E5780
Decimal4687128
Binary101110101011110000000
Octal56127200

Shades and tints

Shades of #2E5780

#2E5780
(46,87,128)
#2A5075
(42,80,117)
#26496A
(38,73,106)
#22425F
(34,66,95)
#1E3B54
(30,59,84)
#1A3449
(26,52,73)
#162D3E
(22,45,62)
#122633
(18,38,51)
#0E1F28
(14,31,40)
#0A181D
(10,24,29)
#061112
(6,17,18)
#000000
(0,0,0)

Tints of #2E5780

#2E5780
(46,87,128)
#41668B
(65,102,139)
#547596
(84,117,150)
#6784A1
(103,132,161)
#7A93AC
(122,147,172)
#8DA2B7
(141,162,183)
#A0B1C2
(160,177,194)
#B3C0CD
(179,192,205)
#C6CFD8
(198,207,216)
#D9DEE3
(217,222,227)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5780 color. Also use rgb(46,87,128) instead hex code.

Text Font Color

.myTextColor { color: #2E5780; }

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

This text font color is #2E5780.


Background Color

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

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

This div background color is #2E5780.


Border color

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

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

This div border color is #2E5780.


Opacity

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

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

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

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

This text has shadow with #2E5780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5780 on black background.


Color preview on white background

This text has color #2E5780 on white background.



Black color preview on #2E5780 background

This text has black color on #2E5780 background.


White color preview on #2E5780 background

This text has white color on #2E5780 background.