COLOR #2E547D

HEX: #2E547D RGB: (46,84,125)

Color info

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

RGB color model

#2E547D color RGB value is (46,84,125).

RGB: (46,84,125) (18%, 33%, 49%)

RGB channels and saturation

R 46 of 255 = 18%
G 84 of 255 = 33%
B 125 of 255 = 49%

46
84
125

R + G + B ~ 33%. #2E547D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 84 + 125 = 255 (100%)
R 46 of 255 ~ 18.04%
G 84 of 255 ~ 32.94%
B 125 of 255 ~ 49.02'%

%18.04
%32.94
%49.02

CMYK color model

#2E547D color CMYK value is (63,33,0,51).

  • cyan value is 63.20%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (63,33,0,51)
C63M33Y0K51 (63%, 33%, 0%, 51%)
(0.63 / 0.33 / 0.00 / 0.51)

CMYK percentages

%63.2
%32.8
%0
%50.98

Codes

Color #2E547D in popluar color models

2E 54 7D
RGB 46 84 125
HSL 211° 46.20% 33.53%
HSB/HSV 211° 63.20% 49.02%
CMYK 63.20% 32.80% 0.00%
50.98%

Color #2E547D in popluar number systems.

HEX 2E 54 7D
Decimal 46 84 125
Binary 101110 1010100 1111101
Octal 56 124 175

Shades and tints

Shades of #2E547D

#2E547D
(46,84,125)
#2A4D72
(42,77,114)
#264667
(38,70,103)
#223F5C
(34,63,92)
#1E3851
(30,56,81)
#1A3146
(26,49,70)
#162A3B
(22,42,59)
#122330
(18,35,48)
#0E1C25
(14,28,37)
#0A151A
(10,21,26)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #2E547D

#2E547D
(46,84,125)
#416388
(65,99,136)
#547293
(84,114,147)
#67819E
(103,129,158)
#7A90A9
(122,144,169)
#8D9FB4
(141,159,180)
#A0AEBF
(160,174,191)
#B3BDCA
(179,189,202)
#C6CCD5
(198,204,213)
#D9DBE0
(217,219,224)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E547D color. Also use rgb(46,84,125) instead hex code.

Text Font Color

.myTextColor { color: #2E547D; }

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

This text font color is #2E547D.

Background Color

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

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

This div background color is #2E547D.

Border color

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

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

This div border color is #2E547D.

Opacity

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

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

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

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

This text has shadow with #2E547D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E547D.

Preview

Color preview on black background

This text has color #2E547D on black background.


Color preview on white background

This text has color #2E547D on white background.


Black color preview on #2E547D background

This text has black color on #2E547D background.


White color preview on #2E547D background

This text has white color on #2E547D background.


Related colors

Complementary color

Complementary color for #hex is #D1AB82.


I love getcolorcode.com

Triadic colors

1 #7D2E54 and #547D2E with #2E547D are triadic colors.

2 #7D542E and #542E7D with #2E547D are triadic colors.