COLOR #2E555E

HEX: #2E555E
RGB: (46,85,94)

Color info

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

RGB color model

#2E555E color RGB value is (46,85,94).

  • red value is 46;
  • green value is 85;
  • blue value is 94.
RGB:
(46,85,94)
(18%,33%,37%)

RGB channels and saturation

R 46 of 255 = 18%
G 85 of 255 = 33%
B 94 of 255 = 37%

46
85
94

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

Portions of RGB colors in percentages

R + G + B =
46 + 85 + 94 = 225 (100%)
R 46 of 225 ~ 20.44%
G 85 of 225 ~ 37.78%
B 94 of 225 ~ 41.78%

%20.44
%37.78
%41.78

CMYK color model

#2E555E color CMYK value is (51,10,0,63).

  • cyan value is 51.06%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(51,10,0,63)
C51M10Y0K63 
(51%,10%,0%,63%)
(0.51/0.10/0.00/0.63)	

CMYK percentages

%51.06
%9.57
%0
%63.14

Codes

Color #2E555E in popluar color models

2E555E
RGB468594
HSL191°34.29%27.45%
HSB/HSV191°51.06%36.86%
CMYK51.06%9.57%0.00%
63.14%

Color #2E555E in popluar number systems.

HEX2E555E
Decimal468594
Binary10111010101011011110
Octal56125136

Shades and tints

Shades of #2E555E

#2E555E
(46,85,94)
#2A4E56
(42,78,86)
#26474E
(38,71,78)
#224046
(34,64,70)
#1E393E
(30,57,62)
#1A3236
(26,50,54)
#162B2E
(22,43,46)
#122426
(18,36,38)
#0E1D1E
(14,29,30)
#0A1616
(10,22,22)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #2E555E

#2E555E
(46,85,94)
#41646C
(65,100,108)
#54737A
(84,115,122)
#678288
(103,130,136)
#7A9196
(122,145,150)
#8DA0A4
(141,160,164)
#A0AFB2
(160,175,178)
#B3BEC0
(179,190,192)
#C6CDCE
(198,205,206)
#D9DCDC
(217,220,220)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E555E color. Also use rgb(46,85,94) instead hex code.

Text Font Color

.myTextColor { color: #2E555E; }

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

This text font color is #2E555E.


Background Color

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

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

This div background color is #2E555E.


Border color

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

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

This div border color is #2E555E.


Opacity

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

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

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

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

This text has shadow with #2E555E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E555E on black background.


Color preview on white background

This text has color #2E555E on white background.



Black color preview on #2E555E background

This text has black color on #2E555E background.


White color preview on #2E555E background

This text has white color on #2E555E background.