COLOR #2E5A5E

HEX: #2E5A5E
RGB: (46,90,94)

Color info

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

RGB color model

#2E5A5E color RGB value is (46,90,94).

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

RGB channels and saturation

R 46 of 255 = 18%
G 90 of 255 = 35%
B 94 of 255 = 37%

46
90
94

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

Portions of RGB colors in percentages

R + G + B =
46 + 90 + 94 = 230 (100%)
R 46 of 230 ~ 20%
G 90 of 230 ~ 39.13%
B 94 of 230 ~ 40.87%

%20
%39.13
%40.87

CMYK color model

#2E5A5E color CMYK value is (51,4,0,63).

  • cyan value is 51.06%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(51,4,0,63)
C51M4Y0K63 
(51%,4%,0%,63%)
(0.51/0.04/0.00/0.63)	

CMYK percentages

%51.06
%4.26
%0
%63.14

Codes

Color #2E5A5E in popluar color models

2E5A5E
RGB469094
HSL185°34.29%27.45%
HSB/HSV185°51.06%36.86%
CMYK51.06%4.26%0.00%
63.14%

Color #2E5A5E in popluar number systems.

HEX2E5A5E
Decimal469094
Binary10111010110101011110
Octal56132136

Shades and tints

Shades of #2E5A5E

#2E5A5E
(46,90,94)
#2A5256
(42,82,86)
#264A4E
(38,74,78)
#224246
(34,66,70)
#1E3A3E
(30,58,62)
#1A3236
(26,50,54)
#162A2E
(22,42,46)
#122226
(18,34,38)
#0E1A1E
(14,26,30)
#0A1216
(10,18,22)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #2E5A5E

#2E5A5E
(46,90,94)
#41696C
(65,105,108)
#54787A
(84,120,122)
#678788
(103,135,136)
#7A9696
(122,150,150)
#8DA5A4
(141,165,164)
#A0B4B2
(160,180,178)
#B3C3C0
(179,195,192)
#C6D2CE
(198,210,206)
#D9E1DC
(217,225,220)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5A5E; }

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

This text font color is #2E5A5E.


Background Color

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

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

This div background color is #2E5A5E.


Border color

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

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

This div border color is #2E5A5E.


Opacity

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

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

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

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

This text has shadow with #2E5A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5A5E on black background.


Color preview on white background

This text has color #2E5A5E on white background.



Black color preview on #2E5A5E background

This text has black color on #2E5A5E background.


White color preview on #2E5A5E background

This text has white color on #2E5A5E background.