COLOR #2E485A

HEX: #2E485A
RGB: (46,72,90)

Color info

#2E485A contains red, green and blue colors in about the same proportion. Web safe color of #2E485A is #333366 (or #336).

RGB color model

#2E485A color RGB value is (46,72,90).

  • red value is 46;
  • green value is 72;
  • blue value is 90.
RGB:
(46,72,90)
(18%,28%,35%)

RGB channels and saturation

R 46 of 255 = 18%
G 72 of 255 = 28%
B 90 of 255 = 35%

46
72
90

R + G + B ~ 27%. #2E485A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 72 + 90 = 208 (100%)
R 46 of 208 ~ 22.12%
G 72 of 208 ~ 34.62%
B 90 of 208 ~ 43.27%

%22.12
%34.62
%43.27

CMYK color model

#2E485A color CMYK value is (49,20,0,65).

  • cyan value is 48.89%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(49,20,0,65)
C49M20Y0K65 
(49%,20%,0%,65%)
(0.49/0.20/0.00/0.65)	

CMYK percentages

%48.89
%20
%0
%64.71

Codes

Color #2E485A in popluar color models

2E485A
RGB467290
HSL205°32.35%26.67%
HSB/HSV205°48.89%35.29%
CMYK48.89%20.00%0.00%
64.71%

Color #2E485A in popluar number systems.

HEX2E485A
Decimal467290
Binary10111010010001011010
Octal56110132

Shades and tints

Shades of #2E485A

#2E485A
(46,72,90)
#2A4252
(42,66,82)
#263C4A
(38,60,74)
#223642
(34,54,66)
#1E303A
(30,48,58)
#1A2A32
(26,42,50)
#16242A
(22,36,42)
#121E22
(18,30,34)
#0E181A
(14,24,26)
#0A1212
(10,18,18)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #2E485A

#2E485A
(46,72,90)
#415869
(65,88,105)
#546878
(84,104,120)
#677887
(103,120,135)
#7A8896
(122,136,150)
#8D98A5
(141,152,165)
#A0A8B4
(160,168,180)
#B3B8C3
(179,184,195)
#C6C8D2
(198,200,210)
#D9D8E1
(217,216,225)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E485A color. Also use rgb(46,72,90) instead hex code.

Text Font Color

.myTextColor { color: #2E485A; }

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

This text font color is #2E485A.


Background Color

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

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

This div background color is #2E485A.


Border color

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

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

This div border color is #2E485A.


Opacity

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

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

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

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

This text has shadow with #2E485A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E485A on black background.


Color preview on white background

This text has color #2E485A on white background.



Black color preview on #2E485A background

This text has black color on #2E485A background.


White color preview on #2E485A background

This text has white color on #2E485A background.