COLOR #2E5F6A

HEX: #2E5F6A
RGB: (46,95,106)

Color info

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

RGB color model

#2E5F6A color RGB value is (46,95,106).

  • red value is 46;
  • green value is 95;
  • blue value is 106.
RGB:
(46,95,106)
(18%,37%,42%)

RGB channels and saturation

R 46 of 255 = 18%
G 95 of 255 = 37%
B 106 of 255 = 42%

46
95
106

R + G + B ~ 32%. #2E5F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 95 + 106 = 247 (100%)
R 46 of 247 ~ 18.62%
G 95 of 247 ~ 38.46%
B 106 of 247 ~ 42.91%

%18.62
%38.46
%42.91

CMYK color model

#2E5F6A color CMYK value is (57,10,0,58).

  • cyan value is 56.60%
  • magenta value is 10.38%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(57,10,0,58)
C57M10Y0K58 
(57%,10%,0%,58%)
(0.57/0.10/0.00/0.58)	

CMYK percentages

%56.6
%10.38
%0
%58.43

Codes

Color #2E5F6A in popluar color models

2E5F6A
RGB4695106
HSL191°39.47%29.80%
HSB/HSV191°56.60%41.57%
CMYK56.60%10.38%0.00%
58.43%

Color #2E5F6A in popluar number systems.

HEX2E5F6A
Decimal4695106
Binary10111010111111101010
Octal56137152

Shades and tints

Shades of #2E5F6A

#2E5F6A
(46,95,106)
#2A5761
(42,87,97)
#264F58
(38,79,88)
#22474F
(34,71,79)
#1E3F46
(30,63,70)
#1A373D
(26,55,61)
#162F34
(22,47,52)
#12272B
(18,39,43)
#0E1F22
(14,31,34)
#0A1719
(10,23,25)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #2E5F6A

#2E5F6A
(46,95,106)
#416D77
(65,109,119)
#547B84
(84,123,132)
#678991
(103,137,145)
#7A979E
(122,151,158)
#8DA5AB
(141,165,171)
#A0B3B8
(160,179,184)
#B3C1C5
(179,193,197)
#C6CFD2
(198,207,210)
#D9DDDF
(217,221,223)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5F6A color. Also use rgb(46,95,106) instead hex code.

Text Font Color

.myTextColor { color: #2E5F6A; }

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

This text font color is #2E5F6A.


Background Color

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

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

This div background color is #2E5F6A.


Border color

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

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

This div border color is #2E5F6A.


Opacity

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

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

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

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

This text has shadow with #2E5F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5F6A on black background.


Color preview on white background

This text has color #2E5F6A on white background.



Black color preview on #2E5F6A background

This text has black color on #2E5F6A background.


White color preview on #2E5F6A background

This text has white color on #2E5F6A background.