COLOR #2E6F59

HEX: #2E6F59
RGB: (46,111,89)

Color info

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

RGB color model

#2E6F59 color RGB value is (46,111,89).

  • red value is 46;
  • green value is 111;
  • blue value is 89.
RGB:
(46,111,89)
(18%,44%,35%)

RGB channels and saturation

R 46 of 255 = 18%
G 111 of 255 = 44%
B 89 of 255 = 35%

46
111
89

R + G + B ~ 32%. #2E6F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 111 + 89 = 246 (100%)
R 46 of 246 ~ 18.7%
G 111 of 246 ~ 45.12%
B 89 of 246 ~ 36.18%

%18.7
%45.12
%36.18

CMYK color model

#2E6F59 color CMYK value is (59,0,20,56).

  • cyan value is 58.56%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 56.47%
CMYK:
(59,0,20,56)
C59M0Y20K56 
(59%,0%,20%,56%)
(0.59/0.00/0.20/0.56)	

CMYK percentages

%58.56
%0
%19.82
%56.47

Codes

Color #2E6F59 in popluar color models

2E6F59
RGB4611189
HSL160°41.40%30.78%
HSB/HSV160°58.56%43.53%
CMYK58.56%0.00%19.82%
56.47%

Color #2E6F59 in popluar number systems.

HEX2E6F59
Decimal4611189
Binary10111011011111011001
Octal56157131

Shades and tints

Shades of #2E6F59

#2E6F59
(46,111,89)
#2A6551
(42,101,81)
#265B49
(38,91,73)
#225141
(34,81,65)
#1E4739
(30,71,57)
#1A3D31
(26,61,49)
#163329
(22,51,41)
#122921
(18,41,33)
#0E1F19
(14,31,25)
#0A1511
(10,21,17)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #2E6F59

#2E6F59
(46,111,89)
#417C68
(65,124,104)
#548977
(84,137,119)
#679686
(103,150,134)
#7AA395
(122,163,149)
#8DB0A4
(141,176,164)
#A0BDB3
(160,189,179)
#B3CAC2
(179,202,194)
#C6D7D1
(198,215,209)
#D9E4E0
(217,228,224)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6F59 color. Also use rgb(46,111,89) instead hex code.

Text Font Color

.myTextColor { color: #2E6F59; }

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

This text font color is #2E6F59.


Background Color

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

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

This div background color is #2E6F59.


Border color

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

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

This div border color is #2E6F59.


Opacity

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

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

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

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

This text has shadow with #2E6F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6F59 on black background.


Color preview on white background

This text has color #2E6F59 on white background.



Black color preview on #2E6F59 background

This text has black color on #2E6F59 background.


White color preview on #2E6F59 background

This text has white color on #2E6F59 background.