COLOR #2E536E

HEX: #2E536E
RGB: (46,83,110)

Color info

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

RGB color model

#2E536E color RGB value is (46,83,110).

  • red value is 46;
  • green value is 83;
  • blue value is 110.
RGB:
(46,83,110)
(18%,33%,43%)

RGB channels and saturation

R 46 of 255 = 18%
G 83 of 255 = 33%
B 110 of 255 = 43%

46
83
110

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

Portions of RGB colors in percentages

R + G + B =
46 + 83 + 110 = 239 (100%)
R 46 of 239 ~ 19.25%
G 83 of 239 ~ 34.73%
B 110 of 239 ~ 46.03%

%19.25
%34.73
%46.03

CMYK color model

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

  • cyan value is 58.18%
  • magenta value is 24.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(58,25,0,57)
C58M25Y0K57 
(58%,25%,0%,57%)
(0.58/0.25/0.00/0.57)	

CMYK percentages

%58.18
%24.55
%0
%56.86

Codes

Color #2E536E in popluar color models

2E536E
RGB4683110
HSL205°41.03%30.59%
HSB/HSV205°58.18%43.14%
CMYK58.18%24.55%0.00%
56.86%

Color #2E536E in popluar number systems.

HEX2E536E
Decimal4683110
Binary10111010100111101110
Octal56123156

Shades and tints

Shades of #2E536E

#2E536E
(46,83,110)
#2A4C64
(42,76,100)
#26455A
(38,69,90)
#223E50
(34,62,80)
#1E3746
(30,55,70)
#1A303C
(26,48,60)
#162932
(22,41,50)
#122228
(18,34,40)
#0E1B1E
(14,27,30)
#0A1414
(10,20,20)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #2E536E

#2E536E
(46,83,110)
#41627B
(65,98,123)
#547188
(84,113,136)
#678095
(103,128,149)
#7A8FA2
(122,143,162)
#8D9EAF
(141,158,175)
#A0ADBC
(160,173,188)
#B3BCC9
(179,188,201)
#C6CBD6
(198,203,214)
#D9DAE3
(217,218,227)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E536E color. Also use rgb(46,83,110) instead hex code.

Text Font Color

.myTextColor { color: #2E536E; }

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

This text font color is #2E536E.


Background Color

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

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

This div background color is #2E536E.


Border color

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

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

This div border color is #2E536E.


Opacity

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

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

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

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

This text has shadow with #2E536E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E536E on black background.


Color preview on white background

This text has color #2E536E on white background.



Black color preview on #2E536E background

This text has black color on #2E536E background.


White color preview on #2E536E background

This text has white color on #2E536E background.