COLOR #2E764E

HEX: #2E764E RGB: (46,118,78)

Color info

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

RGB color model

#2E764E color RGB value is (46,118,78).

RGB: (46,118,78) (18%, 46%, 31%)

RGB channels and saturation

R 46 of 255 = 18%
G 118 of 255 = 46%
B 78 of 255 = 31%

46
118
78

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

Portions of RGB colors in percentages

R + G + B = 46 + 118 + 78 = 242 (100%)
R 46 of 242 ~ 19.01%
G 118 of 242 ~ 48.76%
B 78 of 242 ~ 32.23'%

%19.01
%48.76
%32.23

CMYK color model

#2E764E color CMYK value is (61,0,34,54).

  • cyan value is 61.02%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 53.73%

CMYK: (61,0,34,54)
C61M0Y34K54 (61%, 0%, 34%, 54%)
(0.61 / 0.00 / 0.34 / 0.54)

CMYK percentages

%61.02
%0
%33.9
%53.73

Codes

Color #2E764E in popluar color models

2E 76 4E
RGB 46 118 78
HSL 147° 43.90% 32.16%
HSB/HSV 147° 61.02% 46.27%
CMYK 61.02% 0.00% 33.90%
53.73%

Color #2E764E in popluar number systems.

HEX 2E 76 4E
Decimal 46 118 78
Binary 101110 1110110 1001110
Octal 56 166 116

Shades and tints

Shades of #2E764E

#2E764E
(46,118,78)
#2A6C47
(42,108,71)
#266240
(38,98,64)
#225839
(34,88,57)
#1E4E32
(30,78,50)
#1A442B
(26,68,43)
#163A24
(22,58,36)
#12301D
(18,48,29)
#0E2616
(14,38,22)
#0A1C0F
(10,28,15)
#061208
(6,18,8)
#000000
(0,0,0)

Tints of #2E764E

#2E764E
(46,118,78)
#41825E
(65,130,94)
#548E6E
(84,142,110)
#679A7E
(103,154,126)
#7AA68E
(122,166,142)
#8DB29E
(141,178,158)
#A0BEAE
(160,190,174)
#B3CABE
(179,202,190)
#C6D6CE
(198,214,206)
#D9E2DE
(217,226,222)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E764E; }

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

This text font color is #2E764E.

Background Color

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

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

This div background color is #2E764E.

Border color

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

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

This div border color is #2E764E.

Opacity

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

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

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

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

This text has shadow with #2E764E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E764E.

Preview

Color preview on black background

This text has color #2E764E on black background.


Color preview on white background

This text has color #2E764E on white background.


Black color preview on #2E764E background

This text has black color on #2E764E background.


White color preview on #2E764E background

This text has white color on #2E764E background.


Related colors

Complementary color

Complementary color for #hex is #D189B1.


I love getcolorcode.com

Triadic colors

1 #4E2E76 and #764E2E with #2E764E are triadic colors.

2 #4E762E and #762E4E with #2E764E are triadic colors.