COLOR #2E5B5C

HEX: #2E5B5C
RGB: (46,91,92)

Color info

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

RGB color model

#2E5B5C color RGB value is (46,91,92).

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

RGB channels and saturation

R 46 of 255 = 18%
G 91 of 255 = 36%
B 92 of 255 = 36%

46
91
92

R + G + B ~ 30%. #2E5B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 91 + 92 = 229 (100%)
R 46 of 229 ~ 20.09%
G 91 of 229 ~ 39.74%
B 92 of 229 ~ 40.17%

%20.09
%39.74
%40.17

CMYK color model

#2E5B5C color CMYK value is (50,1,0,64).

  • cyan value is 50.00%
  • magenta value is 1.09%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(50,1,0,64)
C50M1Y0K64 
(50%,1%,0%,64%)
(0.50/0.01/0.00/0.64)	

CMYK percentages

%50
%1.09
%0
%63.92

Codes

Color #2E5B5C in popluar color models

2E5B5C
RGB469192
HSL181°33.33%27.06%
HSB/HSV181°50.00%36.08%
CMYK50.00%1.09%0.00%
63.92%

Color #2E5B5C in popluar number systems.

HEX2E5B5C
Decimal469192
Binary10111010110111011100
Octal56133134

Shades and tints

Shades of #2E5B5C

#2E5B5C
(46,91,92)
#2A5354
(42,83,84)
#264B4C
(38,75,76)
#224344
(34,67,68)
#1E3B3C
(30,59,60)
#1A3334
(26,51,52)
#162B2C
(22,43,44)
#122324
(18,35,36)
#0E1B1C
(14,27,28)
#0A1314
(10,19,20)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #2E5B5C

#2E5B5C
(46,91,92)
#41696A
(65,105,106)
#547778
(84,119,120)
#678586
(103,133,134)
#7A9394
(122,147,148)
#8DA1A2
(141,161,162)
#A0AFB0
(160,175,176)
#B3BDBE
(179,189,190)
#C6CBCC
(198,203,204)
#D9D9DA
(217,217,218)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5B5C; }

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

This text font color is #2E5B5C.


Background Color

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

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

This div background color is #2E5B5C.


Border color

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

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

This div border color is #2E5B5C.


Opacity

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

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

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

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

This text has shadow with #2E5B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5B5C on black background.


Color preview on white background

This text has color #2E5B5C on white background.



Black color preview on #2E5B5C background

This text has black color on #2E5B5C background.


White color preview on #2E5B5C background

This text has white color on #2E5B5C background.