COLOR #2E846E

HEX: #2E846E
RGB: (46,132,110)

Color info

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

RGB color model

#2E846E color RGB value is (46,132,110).

  • red value is 46;
  • green value is 132;
  • blue value is 110.
RGB:
(46,132,110)
(18%,52%,43%)

RGB channels and saturation

R 46 of 255 = 18%
G 132 of 255 = 52%
B 110 of 255 = 43%

46
132
110

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

Portions of RGB colors in percentages

R + G + B =
46 + 132 + 110 = 288 (100%)
R 46 of 288 ~ 15.97%
G 132 of 288 ~ 45.83%
B 110 of 288 ~ 38.19%

%15.97
%45.83
%38.19

CMYK color model

#2E846E color CMYK value is (65,0,17,48).

  • cyan value is 65.15%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 48.24%
CMYK:
(65,0,17,48)
C65M0Y17K48 
(65%,0%,17%,48%)
(0.65/0.00/0.17/0.48)	

CMYK percentages

%65.15
%0
%16.67
%48.24

Codes

Color #2E846E in popluar color models

2E846E
RGB46132110
HSL165°48.31%34.90%
HSB/HSV165°65.15%51.76%
CMYK65.15%0.00%16.67%
48.24%

Color #2E846E in popluar number systems.

HEX2E846E
Decimal46132110
Binary101110100001001101110
Octal56204156

Shades and tints

Shades of #2E846E

#2E846E
(46,132,110)
#2A7864
(42,120,100)
#266C5A
(38,108,90)
#226050
(34,96,80)
#1E5446
(30,84,70)
#1A483C
(26,72,60)
#163C32
(22,60,50)
#123028
(18,48,40)
#0E241E
(14,36,30)
#0A1814
(10,24,20)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #2E846E

#2E846E
(46,132,110)
#418F7B
(65,143,123)
#549A88
(84,154,136)
#67A595
(103,165,149)
#7AB0A2
(122,176,162)
#8DBBAF
(141,187,175)
#A0C6BC
(160,198,188)
#B3D1C9
(179,209,201)
#C6DCD6
(198,220,214)
#D9E7E3
(217,231,227)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E846E color. Also use rgb(46,132,110) instead hex code.

Text Font Color

.myTextColor { color: #2E846E; }

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

This text font color is #2E846E.


Background Color

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

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

This div background color is #2E846E.


Border color

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

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

This div border color is #2E846E.


Opacity

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

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

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

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

This text has shadow with #2E846E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E846E on black background.


Color preview on white background

This text has color #2E846E on white background.



Black color preview on #2E846E background

This text has black color on #2E846E background.


White color preview on #2E846E background

This text has white color on #2E846E background.