COLOR #2E554E

HEX: #2E554E
RGB: (46,85,78)

Color info

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

RGB color model

#2E554E color RGB value is (46,85,78).

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

RGB channels and saturation

R 46 of 255 = 18%
G 85 of 255 = 33%
B 78 of 255 = 31%

46
85
78

R + G + B ~ 27%. #2E554E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 85 + 78 = 209 (100%)
R 46 of 209 ~ 22.01%
G 85 of 209 ~ 40.67%
B 78 of 209 ~ 37.32%

%22.01
%40.67
%37.32

CMYK color model

#2E554E color CMYK value is (46,0,8,67).

  • cyan value is 45.88%
  • magenta value is 0.00%
  • yellow value is 8.24%
  • key color value is 66.67%
CMYK:
(46,0,8,67)
C46M0Y8K67 
(46%,0%,8%,67%)
(0.46/0.00/0.08/0.67)	

CMYK percentages

%45.88
%0
%8.24
%66.67

Codes

Color #2E554E in popluar color models

2E554E
RGB468578
HSL169°29.77%25.69%
HSB/HSV169°45.88%33.33%
CMYK45.88%0.00%8.24%
66.67%

Color #2E554E in popluar number systems.

HEX2E554E
Decimal468578
Binary10111010101011001110
Octal56125116

Shades and tints

Shades of #2E554E

#2E554E
(46,85,78)
#2A4E47
(42,78,71)
#264740
(38,71,64)
#224039
(34,64,57)
#1E3932
(30,57,50)
#1A322B
(26,50,43)
#162B24
(22,43,36)
#12241D
(18,36,29)
#0E1D16
(14,29,22)
#0A160F
(10,22,15)
#060F08
(6,15,8)
#000000
(0,0,0)

Tints of #2E554E

#2E554E
(46,85,78)
#41645E
(65,100,94)
#54736E
(84,115,110)
#67827E
(103,130,126)
#7A918E
(122,145,142)
#8DA09E
(141,160,158)
#A0AFAE
(160,175,174)
#B3BEBE
(179,190,190)
#C6CDCE
(198,205,206)
#D9DCDE
(217,220,222)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E554E; }

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

This text font color is #2E554E.


Background Color

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

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

This div background color is #2E554E.


Border color

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

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

This div border color is #2E554E.


Opacity

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

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

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

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

This text has shadow with #2E554E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E554E on black background.


Color preview on white background

This text has color #2E554E on white background.



Black color preview on #2E554E background

This text has black color on #2E554E background.


White color preview on #2E554E background

This text has white color on #2E554E background.