COLOR #2E506F

HEX: #2E506F RGB: (46,80,111)

Color info

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

RGB color model

#2E506F color RGB value is (46,80,111).

RGB: (46,80,111) (18%, 31%, 44%)

RGB channels and saturation

R 46 of 255 = 18%
G 80 of 255 = 31%
B 111 of 255 = 44%

46
80
111

R + G + B ~ 31%. #2E506F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 80 + 111 = 237 (100%)
R 46 of 237 ~ 19.41%
G 80 of 237 ~ 33.76%
B 111 of 237 ~ 46.84'%

%19.41
%33.76
%46.84

CMYK color model

#2E506F color CMYK value is (59,28,0,56).

  • cyan value is 58.56%
  • magenta value is 27.93%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (59,28,0,56)
C59M28Y0K56 (59%, 28%, 0%, 56%)
(0.59 / 0.28 / 0.00 / 0.56)

CMYK percentages

%58.56
%27.93
%0
%56.47

Codes

Color #2E506F in popluar color models

2E 50 6F
RGB 46 80 111
HSL 209° 41.40% 30.78%
HSB/HSV 209° 58.56% 43.53%
CMYK 58.56% 27.93% 0.00%
56.47%

Color #2E506F in popluar number systems.

HEX 2E 50 6F
Decimal 46 80 111
Binary 101110 1010000 1101111
Octal 56 120 157

Shades and tints

Shades of #2E506F

#2E506F
(46,80,111)
#2A4965
(42,73,101)
#26425B
(38,66,91)
#223B51
(34,59,81)
#1E3447
(30,52,71)
#1A2D3D
(26,45,61)
#162633
(22,38,51)
#121F29
(18,31,41)
#0E181F
(14,24,31)
#0A1115
(10,17,21)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #2E506F

#2E506F
(46,80,111)
#415F7C
(65,95,124)
#546E89
(84,110,137)
#677D96
(103,125,150)
#7A8CA3
(122,140,163)
#8D9BB0
(141,155,176)
#A0AABD
(160,170,189)
#B3B9CA
(179,185,202)
#C6C8D7
(198,200,215)
#D9D7E4
(217,215,228)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E506F; }

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

This text font color is #2E506F.

Background Color

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

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

This div background color is #2E506F.

Border color

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

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

This div border color is #2E506F.

Opacity

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

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

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

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

This text has shadow with #2E506F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E506F.

Preview

Color preview on black background

This text has color #2E506F on black background.


Color preview on white background

This text has color #2E506F on white background.


Black color preview on #2E506F background

This text has black color on #2E506F background.


White color preview on #2E506F background

This text has white color on #2E506F background.


Related colors

Complementary color

Complementary color for #hex is #D1AF90.


I love getcolorcode.com

Triadic colors

1 #6F2E50 and #506F2E with #2E506F are triadic colors.

2 #6F502E and #502E6F with #2E506F are triadic colors.