COLOR #2E7E74

HEX: #2E7E74
RGB: (46,126,116)

Color info

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

RGB color model

#2E7E74 color RGB value is (46,126,116).

  • red value is 46;
  • green value is 126;
  • blue value is 116.
RGB:
(46,126,116)
(18%,49%,45%)

RGB channels and saturation

R 46 of 255 = 18%
G 126 of 255 = 49%
B 116 of 255 = 45%

46
126
116

R + G + B ~ 37%. #2E7E74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 126 + 116 = 288 (100%)
R 46 of 288 ~ 15.97%
G 126 of 288 ~ 43.75%
B 116 of 288 ~ 40.28%

%15.97
%43.75
%40.28

CMYK color model

#2E7E74 color CMYK value is (63,0,8,51).

  • cyan value is 63.49%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 50.59%
CMYK:
(63,0,8,51)
C63M0Y8K51 
(63%,0%,8%,51%)
(0.63/0.00/0.08/0.51)	

CMYK percentages

%63.49
%0
%7.94
%50.59

Codes

Color #2E7E74 in popluar color models

2E7E74
RGB46126116
HSL173°46.51%33.73%
HSB/HSV173°63.49%49.41%
CMYK63.49%0.00%7.94%
50.59%

Color #2E7E74 in popluar number systems.

HEX2E7E74
Decimal46126116
Binary10111011111101110100
Octal56176164

Shades and tints

Shades of #2E7E74

#2E7E74
(46,126,116)
#2A736A
(42,115,106)
#266860
(38,104,96)
#225D56
(34,93,86)
#1E524C
(30,82,76)
#1A4742
(26,71,66)
#163C38
(22,60,56)
#12312E
(18,49,46)
#0E2624
(14,38,36)
#0A1B1A
(10,27,26)
#061010
(6,16,16)
#000000
(0,0,0)

Tints of #2E7E74

#2E7E74
(46,126,116)
#418980
(65,137,128)
#54948C
(84,148,140)
#679F98
(103,159,152)
#7AAAA4
(122,170,164)
#8DB5B0
(141,181,176)
#A0C0BC
(160,192,188)
#B3CBC8
(179,203,200)
#C6D6D4
(198,214,212)
#D9E1E0
(217,225,224)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7E74 color. Also use rgb(46,126,116) instead hex code.

Text Font Color

.myTextColor { color: #2E7E74; }

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

This text font color is #2E7E74.


Background Color

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

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

This div background color is #2E7E74.


Border color

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

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

This div border color is #2E7E74.


Opacity

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

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

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

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

This text has shadow with #2E7E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7E74 on black background.


Color preview on white background

This text has color #2E7E74 on white background.



Black color preview on #2E7E74 background

This text has black color on #2E7E74 background.


White color preview on #2E7E74 background

This text has white color on #2E7E74 background.