COLOR #2E506A

HEX: #2E506A
RGB: (46,80,106)

Color info

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

RGB color model

#2E506A color RGB value is (46,80,106).

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

RGB channels and saturation

R 46 of 255 = 18%
G 80 of 255 = 31%
B 106 of 255 = 42%

46
80
106

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

Portions of RGB colors in percentages

R + G + B =
46 + 80 + 106 = 232 (100%)
R 46 of 232 ~ 19.83%
G 80 of 232 ~ 34.48%
B 106 of 232 ~ 45.69%

%19.83
%34.48
%45.69

CMYK color model

#2E506A color CMYK value is (57,25,0,58).

  • cyan value is 56.60%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(57,25,0,58)
C57M25Y0K58 
(57%,25%,0%,58%)
(0.57/0.25/0.00/0.58)	

CMYK percentages

%56.6
%24.53
%0
%58.43

Codes

Color #2E506A in popluar color models

2E506A
RGB4680106
HSL206°39.47%29.80%
HSB/HSV206°56.60%41.57%
CMYK56.60%24.53%0.00%
58.43%

Color #2E506A in popluar number systems.

HEX2E506A
Decimal4680106
Binary10111010100001101010
Octal56120152

Shades and tints

Shades of #2E506A

#2E506A
(46,80,106)
#2A4961
(42,73,97)
#264258
(38,66,88)
#223B4F
(34,59,79)
#1E3446
(30,52,70)
#1A2D3D
(26,45,61)
#162634
(22,38,52)
#121F2B
(18,31,43)
#0E1822
(14,24,34)
#0A1119
(10,17,25)
#060A10
(6,10,16)
#000000
(0,0,0)

Tints of #2E506A

#2E506A
(46,80,106)
#415F77
(65,95,119)
#546E84
(84,110,132)
#677D91
(103,125,145)
#7A8C9E
(122,140,158)
#8D9BAB
(141,155,171)
#A0AAB8
(160,170,184)
#B3B9C5
(179,185,197)
#C6C8D2
(198,200,210)
#D9D7DF
(217,215,223)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E506A; }

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

This text font color is #2E506A.


Background Color

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

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

This div background color is #2E506A.


Border color

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

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

This div border color is #2E506A.


Opacity

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

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

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

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

This text has shadow with #2E506A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E506A on black background.


Color preview on white background

This text has color #2E506A on white background.



Black color preview on #2E506A background

This text has black color on #2E506A background.


White color preview on #2E506A background

This text has white color on #2E506A background.