COLOR #2E565B

HEX: #2E565B
RGB: (46,86,91)

Color info

#2E565B contains red, green and blue colors in about the same proportion. Web safe color of #2E565B is #336666 (or #366).

RGB color model

#2E565B color RGB value is (46,86,91).

  • red value is 46;
  • green value is 86;
  • blue value is 91.
RGB:
(46,86,91)
(18%,34%,36%)

RGB channels and saturation

R 46 of 255 = 18%
G 86 of 255 = 34%
B 91 of 255 = 36%

46
86
91

R + G + B ~ 29%. #2E565B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 86 + 91 = 223 (100%)
R 46 of 223 ~ 20.63%
G 86 of 223 ~ 38.57%
B 91 of 223 ~ 40.81%

%20.63
%38.57
%40.81

CMYK color model

#2E565B color CMYK value is (49,5,0,64).

  • cyan value is 49.45%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(49,5,0,64)
C49M5Y0K64 
(49%,5%,0%,64%)
(0.49/0.05/0.00/0.64)	

CMYK percentages

%49.45
%5.49
%0
%64.31

Codes

Color #2E565B in popluar color models

2E565B
RGB468691
HSL187°32.85%26.86%
HSB/HSV187°49.45%35.69%
CMYK49.45%5.49%0.00%
64.31%

Color #2E565B in popluar number systems.

HEX2E565B
Decimal468691
Binary10111010101101011011
Octal56126133

Shades and tints

Shades of #2E565B

#2E565B
(46,86,91)
#2A4F53
(42,79,83)
#26484B
(38,72,75)
#224143
(34,65,67)
#1E3A3B
(30,58,59)
#1A3333
(26,51,51)
#162C2B
(22,44,43)
#122523
(18,37,35)
#0E1E1B
(14,30,27)
#0A1713
(10,23,19)
#06100B
(6,16,11)
#000000
(0,0,0)

Tints of #2E565B

#2E565B
(46,86,91)
#416569
(65,101,105)
#547477
(84,116,119)
#678385
(103,131,133)
#7A9293
(122,146,147)
#8DA1A1
(141,161,161)
#A0B0AF
(160,176,175)
#B3BFBD
(179,191,189)
#C6CECB
(198,206,203)
#D9DDD9
(217,221,217)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E565B color. Also use rgb(46,86,91) instead hex code.

Text Font Color

.myTextColor { color: #2E565B; }

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

This text font color is #2E565B.


Background Color

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

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

This div background color is #2E565B.


Border color

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

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

This div border color is #2E565B.


Opacity

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

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

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

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

This text has shadow with #2E565B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E565B on black background.


Color preview on white background

This text has color #2E565B on white background.



Black color preview on #2E565B background

This text has black color on #2E565B background.


White color preview on #2E565B background

This text has white color on #2E565B background.