COLOR #2E516B

HEX: #2E516B
RGB: (46,81,107)

Color info

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

RGB color model

#2E516B color RGB value is (46,81,107).

  • red value is 46;
  • green value is 81;
  • blue value is 107.
RGB:
(46,81,107)
(18%,32%,42%)

RGB channels and saturation

R 46 of 255 = 18%
G 81 of 255 = 32%
B 107 of 255 = 42%

46
81
107

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

Portions of RGB colors in percentages

R + G + B =
46 + 81 + 107 = 234 (100%)
R 46 of 234 ~ 19.66%
G 81 of 234 ~ 34.62%
B 107 of 234 ~ 45.73%

%19.66
%34.62
%45.73

CMYK color model

#2E516B color CMYK value is (57,24,0,58).

  • cyan value is 57.01%
  • magenta value is 24.30%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(57,24,0,58)
C57M24Y0K58 
(57%,24%,0%,58%)
(0.57/0.24/0.00/0.58)	

CMYK percentages

%57.01
%24.3
%0
%58.04

Codes

Color #2E516B in popluar color models

2E516B
RGB4681107
HSL206°39.87%30.00%
HSB/HSV206°57.01%41.96%
CMYK57.01%24.30%0.00%
58.04%

Color #2E516B in popluar number systems.

HEX2E516B
Decimal4681107
Binary10111010100011101011
Octal56121153

Shades and tints

Shades of #2E516B

#2E516B
(46,81,107)
#2A4A62
(42,74,98)
#264359
(38,67,89)
#223C50
(34,60,80)
#1E3547
(30,53,71)
#1A2E3E
(26,46,62)
#162735
(22,39,53)
#12202C
(18,32,44)
#0E1923
(14,25,35)
#0A121A
(10,18,26)
#060B11
(6,11,17)
#000000
(0,0,0)

Tints of #2E516B

#2E516B
(46,81,107)
#416078
(65,96,120)
#546F85
(84,111,133)
#677E92
(103,126,146)
#7A8D9F
(122,141,159)
#8D9CAC
(141,156,172)
#A0ABB9
(160,171,185)
#B3BAC6
(179,186,198)
#C6C9D3
(198,201,211)
#D9D8E0
(217,216,224)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E516B color. Also use rgb(46,81,107) instead hex code.

Text Font Color

.myTextColor { color: #2E516B; }

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

This text font color is #2E516B.


Background Color

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

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

This div background color is #2E516B.


Border color

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

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

This div border color is #2E516B.


Opacity

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

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

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

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

This text has shadow with #2E516B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E516B on black background.


Color preview on white background

This text has color #2E516B on white background.



Black color preview on #2E516B background

This text has black color on #2E516B background.


White color preview on #2E516B background

This text has white color on #2E516B background.