COLOR #2E6F54

HEX: #2E6F54
RGB: (46,111,84)

Color info

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

RGB color model

#2E6F54 color RGB value is (46,111,84).

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

RGB channels and saturation

R 46 of 255 = 18%
G 111 of 255 = 44%
B 84 of 255 = 33%

46
111
84

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

Portions of RGB colors in percentages

R + G + B =
46 + 111 + 84 = 241 (100%)
R 46 of 241 ~ 19.09%
G 111 of 241 ~ 46.06%
B 84 of 241 ~ 34.85%

%19.09
%46.06
%34.85

CMYK color model

#2E6F54 color CMYK value is (59,0,24,56).

  • cyan value is 58.56%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 56.47%
CMYK:
(59,0,24,56)
C59M0Y24K56 
(59%,0%,24%,56%)
(0.59/0.00/0.24/0.56)	

CMYK percentages

%58.56
%0
%24.32
%56.47

Codes

Color #2E6F54 in popluar color models

2E6F54
RGB4611184
HSL155°41.40%30.78%
HSB/HSV155°58.56%43.53%
CMYK58.56%0.00%24.32%
56.47%

Color #2E6F54 in popluar number systems.

HEX2E6F54
Decimal4611184
Binary10111011011111010100
Octal56157124

Shades and tints

Shades of #2E6F54

#2E6F54
(46,111,84)
#2A654D
(42,101,77)
#265B46
(38,91,70)
#22513F
(34,81,63)
#1E4738
(30,71,56)
#1A3D31
(26,61,49)
#16332A
(22,51,42)
#122923
(18,41,35)
#0E1F1C
(14,31,28)
#0A1515
(10,21,21)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #2E6F54

#2E6F54
(46,111,84)
#417C63
(65,124,99)
#548972
(84,137,114)
#679681
(103,150,129)
#7AA390
(122,163,144)
#8DB09F
(141,176,159)
#A0BDAE
(160,189,174)
#B3CABD
(179,202,189)
#C6D7CC
(198,215,204)
#D9E4DB
(217,228,219)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6F54; }

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

This text font color is #2E6F54.


Background Color

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

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

This div background color is #2E6F54.


Border color

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

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

This div border color is #2E6F54.


Opacity

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

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

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

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

This text has shadow with #2E6F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6F54 on black background.


Color preview on white background

This text has color #2E6F54 on white background.



Black color preview on #2E6F54 background

This text has black color on #2E6F54 background.


White color preview on #2E6F54 background

This text has white color on #2E6F54 background.