COLOR #2E7064

HEX: #2E7064 RGB: (46,112,100)

Color info

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

RGB color model

#2E7064 color RGB value is (46,112,100).

RGB: (46,112,100) (18%, 44%, 39%)

RGB channels and saturation

R 46 of 255 = 18%
G 112 of 255 = 44%
B 100 of 255 = 39%

46
112
100

R + G + B ~ 34%. #2E7064 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 112 + 100 = 258 (100%)
R 46 of 258 ~ 17.83%
G 112 of 258 ~ 43.41%
B 100 of 258 ~ 38.76'%

%17.83
%43.41
%38.76

CMYK color model

#2E7064 color CMYK value is (59,0,11,56).

  • cyan value is 58.93%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 56.08%

CMYK: (59,0,11,56)
C59M0Y11K56 (59%, 0%, 11%, 56%)
(0.59 / 0.00 / 0.11 / 0.56)

CMYK percentages

%58.93
%0
%10.71
%56.08

Codes

Color #2E7064 in popluar color models

2E 70 64
RGB 46 112 100
HSL 169° 41.77% 30.98%
HSB/HSV 169° 58.93% 43.92%
CMYK 58.93% 0.00% 10.71%
56.08%

Color #2E7064 in popluar number systems.

HEX 2E 70 64
Decimal 46 112 100
Binary 101110 1110000 1100100
Octal 56 160 144

Shades and tints

Shades of #2E7064

#2E7064
(46,112,100)
#2A665B
(42,102,91)
#265C52
(38,92,82)
#225249
(34,82,73)
#1E4840
(30,72,64)
#1A3E37
(26,62,55)
#16342E
(22,52,46)
#122A25
(18,42,37)
#0E201C
(14,32,28)
#0A1613
(10,22,19)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #2E7064

#2E7064
(46,112,100)
#417D72
(65,125,114)
#548A80
(84,138,128)
#67978E
(103,151,142)
#7AA49C
(122,164,156)
#8DB1AA
(141,177,170)
#A0BEB8
(160,190,184)
#B3CBC6
(179,203,198)
#C6D8D4
(198,216,212)
#D9E5E2
(217,229,226)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7064 color. Also use rgb(46,112,100) instead hex code.

Text Font Color

.myTextColor { color: #2E7064; }

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

This text font color is #2E7064.

Background Color

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

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

This div background color is #2E7064.

Border color

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

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

This div border color is #2E7064.

Opacity

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

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

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

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

This text has shadow with #2E7064 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E7064.

Preview

Color preview on black background

This text has color #2E7064 on black background.


Color preview on white background

This text has color #2E7064 on white background.


Black color preview on #2E7064 background

This text has black color on #2E7064 background.


White color preview on #2E7064 background

This text has white color on #2E7064 background.


Related colors

Complementary color

Complementary color for #hex is #D18F9B.


I love getcolorcode.com

Triadic colors

1 #642E70 and #70642E with #2E7064 are triadic colors.

2 #64702E and #702E64 with #2E7064 are triadic colors.