COLOR #2E6E5E

HEX: #2E6E5E
RGB: (46,110,94)

Color info

#2E6E5E contains mainly green and blue colors. Web safe color of #2E6E5E is #336666 (or #366).

RGB color model

#2E6E5E color RGB value is (46,110,94).

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

RGB channels and saturation

R 46 of 255 = 18%
G 110 of 255 = 43%
B 94 of 255 = 37%

46
110
94

R + G + B ~ 33%. #2E6E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 110 + 94 = 250 (100%)
R 46 of 250 ~ 18.4%
G 110 of 250 ~ 44%
B 94 of 250 ~ 37.6%

%18.4
%44
%37.6

CMYK color model

#2E6E5E color CMYK value is (58,0,15,57).

  • cyan value is 58.18%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(58,0,15,57)
C58M0Y15K57 
(58%,0%,15%,57%)
(0.58/0.00/0.15/0.57)	

CMYK percentages

%58.18
%0
%14.55
%56.86

Codes

Color #2E6E5E in popluar color models

2E6E5E
RGB4611094
HSL165°41.03%30.59%
HSB/HSV165°58.18%43.14%
CMYK58.18%0.00%14.55%
56.86%

Color #2E6E5E in popluar number systems.

HEX2E6E5E
Decimal4611094
Binary10111011011101011110
Octal56156136

Shades and tints

Shades of #2E6E5E

#2E6E5E
(46,110,94)
#2A6456
(42,100,86)
#265A4E
(38,90,78)
#225046
(34,80,70)
#1E463E
(30,70,62)
#1A3C36
(26,60,54)
#16322E
(22,50,46)
#122826
(18,40,38)
#0E1E1E
(14,30,30)
#0A1416
(10,20,22)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #2E6E5E

#2E6E5E
(46,110,94)
#417B6C
(65,123,108)
#54887A
(84,136,122)
#679588
(103,149,136)
#7AA296
(122,162,150)
#8DAFA4
(141,175,164)
#A0BCB2
(160,188,178)
#B3C9C0
(179,201,192)
#C6D6CE
(198,214,206)
#D9E3DC
(217,227,220)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6E5E; }

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

This text font color is #2E6E5E.


Background Color

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

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

This div background color is #2E6E5E.


Border color

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

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

This div border color is #2E6E5E.


Opacity

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

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

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

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

This text has shadow with #2E6E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6E5E on black background.


Color preview on white background

This text has color #2E6E5E on white background.



Black color preview on #2E6E5E background

This text has black color on #2E6E5E background.


White color preview on #2E6E5E background

This text has white color on #2E6E5E background.