COLOR #2E7289

HEX: #2E7289
RGB: (46,114,137)

Color info

#2E7289 contains mainly green and blue colors. Web safe color of #2E7289 is #336699 (or #369).

RGB color model

#2E7289 color RGB value is (46,114,137).

  • red value is 46;
  • green value is 114;
  • blue value is 137.
RGB:
(46,114,137)
(18%,45%,54%)

RGB channels and saturation

R 46 of 255 = 18%
G 114 of 255 = 45%
B 137 of 255 = 54%

46
114
137

R + G + B ~ 39%. #2E7289 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 114 + 137 = 297 (100%)
R 46 of 297 ~ 15.49%
G 114 of 297 ~ 38.38%
B 137 of 297 ~ 46.13%

%15.49
%38.38
%46.13

CMYK color model

#2E7289 color CMYK value is (66,17,0,46).

  • cyan value is 66.42%
  • magenta value is 16.79%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(66,17,0,46)
C66M17Y0K46 
(66%,17%,0%,46%)
(0.66/0.17/0.00/0.46)	

CMYK percentages

%66.42
%16.79
%0
%46.27

Codes

Color #2E7289 in popluar color models

2E7289
RGB46114137
HSL195°49.73%35.88%
HSB/HSV195°66.42%53.73%
CMYK66.42%16.79%0.00%
46.27%

Color #2E7289 in popluar number systems.

HEX2E7289
Decimal46114137
Binary101110111001010001001
Octal56162211

Shades and tints

Shades of #2E7289

#2E7289
(46,114,137)
#2A687D
(42,104,125)
#265E71
(38,94,113)
#225465
(34,84,101)
#1E4A59
(30,74,89)
#1A404D
(26,64,77)
#163641
(22,54,65)
#122C35
(18,44,53)
#0E2229
(14,34,41)
#0A181D
(10,24,29)
#060E11
(6,14,17)
#000000
(0,0,0)

Tints of #2E7289

#2E7289
(46,114,137)
#417E93
(65,126,147)
#548A9D
(84,138,157)
#6796A7
(103,150,167)
#7AA2B1
(122,162,177)
#8DAEBB
(141,174,187)
#A0BAC5
(160,186,197)
#B3C6CF
(179,198,207)
#C6D2D9
(198,210,217)
#D9DEE3
(217,222,227)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7289 color. Also use rgb(46,114,137) instead hex code.

Text Font Color

.myTextColor { color: #2E7289; }

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

This text font color is #2E7289.


Background Color

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

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

This div background color is #2E7289.


Border color

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

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

This div border color is #2E7289.


Opacity

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

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

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

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

This text has shadow with #2E7289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7289 on black background.


Color preview on white background

This text has color #2E7289 on white background.



Black color preview on #2E7289 background

This text has black color on #2E7289 background.


White color preview on #2E7289 background

This text has white color on #2E7289 background.