COLOR #2E5462

HEX: #2E5462
RGB: (46,84,98)

Color info

#2E5462 contains red, green and blue colors in about the same proportion. Web safe color of #2E5462 is #336666 (or #366).

RGB color model

#2E5462 color RGB value is (46,84,98).

  • red value is 46;
  • green value is 84;
  • blue value is 98.
RGB:
(46,84,98)
(18%,33%,38%)

RGB channels and saturation

R 46 of 255 = 18%
G 84 of 255 = 33%
B 98 of 255 = 38%

46
84
98

R + G + B ~ 30%. #2E5462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 84 + 98 = 228 (100%)
R 46 of 228 ~ 20.18%
G 84 of 228 ~ 36.84%
B 98 of 228 ~ 42.98%

%20.18
%36.84
%42.98

CMYK color model

#2E5462 color CMYK value is (53,14,0,62).

  • cyan value is 53.06%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(53,14,0,62)
C53M14Y0K62 
(53%,14%,0%,62%)
(0.53/0.14/0.00/0.62)	

CMYK percentages

%53.06
%14.29
%0
%61.57

Codes

Color #2E5462 in popluar color models

2E5462
RGB468498
HSL196°36.11%28.24%
HSB/HSV196°53.06%38.43%
CMYK53.06%14.29%0.00%
61.57%

Color #2E5462 in popluar number systems.

HEX2E5462
Decimal468498
Binary10111010101001100010
Octal56124142

Shades and tints

Shades of #2E5462

#2E5462
(46,84,98)
#2A4D5A
(42,77,90)
#264652
(38,70,82)
#223F4A
(34,63,74)
#1E3842
(30,56,66)
#1A313A
(26,49,58)
#162A32
(22,42,50)
#12232A
(18,35,42)
#0E1C22
(14,28,34)
#0A151A
(10,21,26)
#060E12
(6,14,18)
#000000
(0,0,0)

Tints of #2E5462

#2E5462
(46,84,98)
#416370
(65,99,112)
#54727E
(84,114,126)
#67818C
(103,129,140)
#7A909A
(122,144,154)
#8D9FA8
(141,159,168)
#A0AEB6
(160,174,182)
#B3BDC4
(179,189,196)
#C6CCD2
(198,204,210)
#D9DBE0
(217,219,224)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5462; }

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

This text font color is #2E5462.


Background Color

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

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

This div background color is #2E5462.


Border color

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

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

This div border color is #2E5462.


Opacity

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

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

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

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

This text has shadow with #2E5462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5462 on black background.


Color preview on white background

This text has color #2E5462 on white background.



Black color preview on #2E5462 background

This text has black color on #2E5462 background.


White color preview on #2E5462 background

This text has white color on #2E5462 background.