COLOR #2E537D

HEX: #2E537D
RGB: (46,83,125)

Color info

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

RGB color model

#2E537D color RGB value is (46,83,125).

  • red value is 46;
  • green value is 83;
  • blue value is 125.
RGB:
(46,83,125)
(18%,33%,49%)

RGB channels and saturation

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

46
83
125

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

Portions of RGB colors in percentages

R + G + B =
46 + 83 + 125 = 254 (100%)
R 46 of 254 ~ 18.11%
G 83 of 254 ~ 32.68%
B 125 of 254 ~ 49.21%

%18.11
%32.68
%49.21

CMYK color model

#2E537D color CMYK value is (63,34,0,51).

  • cyan value is 63.20%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(63,34,0,51)
C63M34Y0K51 
(63%,34%,0%,51%)
(0.63/0.34/0.00/0.51)	

CMYK percentages

%63.2
%33.6
%0
%50.98

Codes

Color #2E537D in popluar color models

2E537D
RGB4683125
HSL212°46.20%33.53%
HSB/HSV212°63.20%49.02%
CMYK63.20%33.60%0.00%
50.98%

Color #2E537D in popluar number systems.

HEX2E537D
Decimal4683125
Binary10111010100111111101
Octal56123175

Shades and tints

Shades of #2E537D

#2E537D
(46,83,125)
#2A4C72
(42,76,114)
#264567
(38,69,103)
#223E5C
(34,62,92)
#1E3751
(30,55,81)
#1A3046
(26,48,70)
#16293B
(22,41,59)
#122230
(18,34,48)
#0E1B25
(14,27,37)
#0A141A
(10,20,26)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #2E537D

#2E537D
(46,83,125)
#416288
(65,98,136)
#547193
(84,113,147)
#67809E
(103,128,158)
#7A8FA9
(122,143,169)
#8D9EB4
(141,158,180)
#A0ADBF
(160,173,191)
#B3BCCA
(179,188,202)
#C6CBD5
(198,203,213)
#D9DAE0
(217,218,224)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E537D; }

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

This text font color is #2E537D.


Background Color

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

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

This div background color is #2E537D.


Border color

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

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

This div border color is #2E537D.


Opacity

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

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

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

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

This text has shadow with #2E537D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E537D on black background.


Color preview on white background

This text has color #2E537D on white background.



Black color preview on #2E537D background

This text has black color on #2E537D background.


White color preview on #2E537D background

This text has white color on #2E537D background.