COLOR #2E7487

HEX: #2E7487
RGB: (46,116,135)

Color info

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

RGB color model

#2E7487 color RGB value is (46,116,135).

  • red value is 46;
  • green value is 116;
  • blue value is 135.
RGB:
(46,116,135)
(18%,45%,53%)

RGB channels and saturation

R 46 of 255 = 18%
G 116 of 255 = 45%
B 135 of 255 = 53%

46
116
135

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

Portions of RGB colors in percentages

R + G + B =
46 + 116 + 135 = 297 (100%)
R 46 of 297 ~ 15.49%
G 116 of 297 ~ 39.06%
B 135 of 297 ~ 45.45%

%15.49
%39.06
%45.45

CMYK color model

#2E7487 color CMYK value is (66,14,0,47).

  • cyan value is 65.93%
  • magenta value is 14.07%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(66,14,0,47)
C66M14Y0K47 
(66%,14%,0%,47%)
(0.66/0.14/0.00/0.47)	

CMYK percentages

%65.93
%14.07
%0
%47.06

Codes

Color #2E7487 in popluar color models

2E7487
RGB46116135
HSL193°49.17%35.49%
HSB/HSV193°65.93%52.94%
CMYK65.93%14.07%0.00%
47.06%

Color #2E7487 in popluar number systems.

HEX2E7487
Decimal46116135
Binary101110111010010000111
Octal56164207

Shades and tints

Shades of #2E7487

#2E7487
(46,116,135)
#2A6A7B
(42,106,123)
#26606F
(38,96,111)
#225663
(34,86,99)
#1E4C57
(30,76,87)
#1A424B
(26,66,75)
#16383F
(22,56,63)
#122E33
(18,46,51)
#0E2427
(14,36,39)
#0A1A1B
(10,26,27)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #2E7487

#2E7487
(46,116,135)
#418091
(65,128,145)
#548C9B
(84,140,155)
#6798A5
(103,152,165)
#7AA4AF
(122,164,175)
#8DB0B9
(141,176,185)
#A0BCC3
(160,188,195)
#B3C8CD
(179,200,205)
#C6D4D7
(198,212,215)
#D9E0E1
(217,224,225)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7487 color. Also use rgb(46,116,135) instead hex code.

Text Font Color

.myTextColor { color: #2E7487; }

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

This text font color is #2E7487.


Background Color

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

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

This div background color is #2E7487.


Border color

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

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

This div border color is #2E7487.


Opacity

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

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

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

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

This text has shadow with #2E7487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7487 on black background.


Color preview on white background

This text has color #2E7487 on white background.



Black color preview on #2E7487 background

This text has black color on #2E7487 background.


White color preview on #2E7487 background

This text has white color on #2E7487 background.