COLOR #2E6A55

HEX: #2E6A55
RGB: (46,106,85)

Color info

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

RGB color model

#2E6A55 color RGB value is (46,106,85).

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

RGB channels and saturation

R 46 of 255 = 18%
G 106 of 255 = 42%
B 85 of 255 = 33%

46
106
85

R + G + B ~ 31%. #2E6A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 106 + 85 = 237 (100%)
R 46 of 237 ~ 19.41%
G 106 of 237 ~ 44.73%
B 85 of 237 ~ 35.86%

%19.41
%44.73
%35.86

CMYK color model

#2E6A55 color CMYK value is (57,0,20,58).

  • cyan value is 56.60%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(57,0,20,58)
C57M0Y20K58 
(57%,0%,20%,58%)
(0.57/0.00/0.20/0.58)	

CMYK percentages

%56.6
%0
%19.81
%58.43

Codes

Color #2E6A55 in popluar color models

2E6A55
RGB4610685
HSL159°39.47%29.80%
HSB/HSV159°56.60%41.57%
CMYK56.60%0.00%19.81%
58.43%

Color #2E6A55 in popluar number systems.

HEX2E6A55
Decimal4610685
Binary10111011010101010101
Octal56152125

Shades and tints

Shades of #2E6A55

#2E6A55
(46,106,85)
#2A614E
(42,97,78)
#265847
(38,88,71)
#224F40
(34,79,64)
#1E4639
(30,70,57)
#1A3D32
(26,61,50)
#16342B
(22,52,43)
#122B24
(18,43,36)
#0E221D
(14,34,29)
#0A1916
(10,25,22)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #2E6A55

#2E6A55
(46,106,85)
#417764
(65,119,100)
#548473
(84,132,115)
#679182
(103,145,130)
#7A9E91
(122,158,145)
#8DABA0
(141,171,160)
#A0B8AF
(160,184,175)
#B3C5BE
(179,197,190)
#C6D2CD
(198,210,205)
#D9DFDC
(217,223,220)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6A55; }

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

This text font color is #2E6A55.


Background Color

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

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

This div background color is #2E6A55.


Border color

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

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

This div border color is #2E6A55.


Opacity

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

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

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

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

This text has shadow with #2E6A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6A55 on black background.


Color preview on white background

This text has color #2E6A55 on white background.



Black color preview on #2E6A55 background

This text has black color on #2E6A55 background.


White color preview on #2E6A55 background

This text has white color on #2E6A55 background.