COLOR #2E847A

HEX: #2E847A
RGB: (46,132,122)

Color info

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

RGB color model

#2E847A color RGB value is (46,132,122).

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

RGB channels and saturation

R 46 of 255 = 18%
G 132 of 255 = 52%
B 122 of 255 = 48%

46
132
122

R + G + B ~ 39%. #2E847A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 132 + 122 = 300 (100%)
R 46 of 300 ~ 15.33%
G 132 of 300 ~ 44%
B 122 of 300 ~ 40.67%

%15.33
%44
%40.67

CMYK color model

#2E847A color CMYK value is (65,0,8,48).

  • cyan value is 65.15%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 48.24%
CMYK:
(65,0,8,48)
C65M0Y8K48 
(65%,0%,8%,48%)
(0.65/0.00/0.08/0.48)	

CMYK percentages

%65.15
%0
%7.58
%48.24

Codes

Color #2E847A in popluar color models

2E847A
RGB46132122
HSL173°48.31%34.90%
HSB/HSV173°65.15%51.76%
CMYK65.15%0.00%7.58%
48.24%

Color #2E847A in popluar number systems.

HEX2E847A
Decimal46132122
Binary101110100001001111010
Octal56204172

Shades and tints

Shades of #2E847A

#2E847A
(46,132,122)
#2A786F
(42,120,111)
#266C64
(38,108,100)
#226059
(34,96,89)
#1E544E
(30,84,78)
#1A4843
(26,72,67)
#163C38
(22,60,56)
#12302D
(18,48,45)
#0E2422
(14,36,34)
#0A1817
(10,24,23)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #2E847A

#2E847A
(46,132,122)
#418F86
(65,143,134)
#549A92
(84,154,146)
#67A59E
(103,165,158)
#7AB0AA
(122,176,170)
#8DBBB6
(141,187,182)
#A0C6C2
(160,198,194)
#B3D1CE
(179,209,206)
#C6DCDA
(198,220,218)
#D9E7E6
(217,231,230)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E847A; }

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

This text font color is #2E847A.


Background Color

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

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

This div background color is #2E847A.


Border color

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

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

This div border color is #2E847A.


Opacity

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

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

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

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

This text has shadow with #2E847A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E847A on black background.


Color preview on white background

This text has color #2E847A on white background.



Black color preview on #2E847A background

This text has black color on #2E847A background.


White color preview on #2E847A background

This text has white color on #2E847A background.