COLOR #2E9464

HEX: #2E9464
RGB: (46,148,100)

Color info

#2E9464 contains mainly green and blue colors. Web safe color of #2E9464 is #339966 (or #396).

RGB color model

#2E9464 color RGB value is (46,148,100).

  • red value is 46;
  • green value is 148;
  • blue value is 100.
RGB:
(46,148,100)
(18%,58%,39%)

RGB channels and saturation

R 46 of 255 = 18%
G 148 of 255 = 58%
B 100 of 255 = 39%

46
148
100

R + G + B ~ 38%. #2E9464 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 148 + 100 = 294 (100%)
R 46 of 294 ~ 15.65%
G 148 of 294 ~ 50.34%
B 100 of 294 ~ 34.01%

%15.65
%50.34
%34.01

CMYK color model

#2E9464 color CMYK value is (69,0,32,42).

  • cyan value is 68.92%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 41.96%
CMYK:
(69,0,32,42)
C69M0Y32K42 
(69%,0%,32%,42%)
(0.69/0.00/0.32/0.42)	

CMYK percentages

%68.92
%0
%32.43
%41.96

Codes

Color #2E9464 in popluar color models

2E9464
RGB46148100
HSL152°52.58%38.04%
HSB/HSV152°68.92%58.04%
CMYK68.92%0.00%32.43%
41.96%

Color #2E9464 in popluar number systems.

HEX2E9464
Decimal46148100
Binary101110100101001100100
Octal56224144

Shades and tints

Shades of #2E9464

#2E9464
(46,148,100)
#2A875B
(42,135,91)
#267A52
(38,122,82)
#226D49
(34,109,73)
#1E6040
(30,96,64)
#1A5337
(26,83,55)
#16462E
(22,70,46)
#123925
(18,57,37)
#0E2C1C
(14,44,28)
#0A1F13
(10,31,19)
#06120A
(6,18,10)
#000000
(0,0,0)

Tints of #2E9464

#2E9464
(46,148,100)
#419D72
(65,157,114)
#54A680
(84,166,128)
#67AF8E
(103,175,142)
#7AB89C
(122,184,156)
#8DC1AA
(141,193,170)
#A0CAB8
(160,202,184)
#B3D3C6
(179,211,198)
#C6DCD4
(198,220,212)
#D9E5E2
(217,229,226)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E9464; }

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

This text font color is #2E9464.


Background Color

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

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

This div background color is #2E9464.


Border color

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

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

This div border color is #2E9464.


Opacity

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

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

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

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

This text has shadow with #2E9464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9464 on black background.


Color preview on white background

This text has color #2E9464 on white background.



Black color preview on #2E9464 background

This text has black color on #2E9464 background.


White color preview on #2E9464 background

This text has white color on #2E9464 background.