COLOR #2E7667

HEX: #2E7667
RGB: (46,118,103)

Color info

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

RGB color model

#2E7667 color RGB value is (46,118,103).

  • red value is 46;
  • green value is 118;
  • blue value is 103.
RGB:
(46,118,103)
(18%,46%,40%)

RGB channels and saturation

R 46 of 255 = 18%
G 118 of 255 = 46%
B 103 of 255 = 40%

46
118
103

R + G + B ~ 35%. #2E7667 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 118 + 103 = 267 (100%)
R 46 of 267 ~ 17.23%
G 118 of 267 ~ 44.19%
B 103 of 267 ~ 38.58%

%17.23
%44.19
%38.58

CMYK color model

#2E7667 color CMYK value is (61,0,13,54).

  • cyan value is 61.02%
  • magenta value is 0.00%
  • yellow value is 12.71%
  • key color value is 53.73%
CMYK:
(61,0,13,54)
C61M0Y13K54 
(61%,0%,13%,54%)
(0.61/0.00/0.13/0.54)	

CMYK percentages

%61.02
%0
%12.71
%53.73

Codes

Color #2E7667 in popluar color models

2E7667
RGB46118103
HSL168°43.90%32.16%
HSB/HSV168°61.02%46.27%
CMYK61.02%0.00%12.71%
53.73%

Color #2E7667 in popluar number systems.

HEX2E7667
Decimal46118103
Binary10111011101101100111
Octal56166147

Shades and tints

Shades of #2E7667

#2E7667
(46,118,103)
#2A6C5E
(42,108,94)
#266255
(38,98,85)
#22584C
(34,88,76)
#1E4E43
(30,78,67)
#1A443A
(26,68,58)
#163A31
(22,58,49)
#123028
(18,48,40)
#0E261F
(14,38,31)
#0A1C16
(10,28,22)
#06120D
(6,18,13)
#000000
(0,0,0)

Tints of #2E7667

#2E7667
(46,118,103)
#418274
(65,130,116)
#548E81
(84,142,129)
#679A8E
(103,154,142)
#7AA69B
(122,166,155)
#8DB2A8
(141,178,168)
#A0BEB5
(160,190,181)
#B3CAC2
(179,202,194)
#C6D6CF
(198,214,207)
#D9E2DC
(217,226,220)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7667 color. Also use rgb(46,118,103) instead hex code.

Text Font Color

.myTextColor { color: #2E7667; }

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

This text font color is #2E7667.


Background Color

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

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

This div background color is #2E7667.


Border color

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

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

This div border color is #2E7667.


Opacity

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

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

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

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

This text has shadow with #2E7667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7667 on black background.


Color preview on white background

This text has color #2E7667 on white background.



Black color preview on #2E7667 background

This text has black color on #2E7667 background.


White color preview on #2E7667 background

This text has white color on #2E7667 background.