COLOR #2E7562

HEX: #2E7562
RGB: (46,117,98)

Color info

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

RGB color model

#2E7562 color RGB value is (46,117,98).

  • red value is 46;
  • green value is 117;
  • blue value is 98.
RGB:
(46,117,98)
(18%,46%,38%)

RGB channels and saturation

R 46 of 255 = 18%
G 117 of 255 = 46%
B 98 of 255 = 38%

46
117
98

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

Portions of RGB colors in percentages

R + G + B =
46 + 117 + 98 = 261 (100%)
R 46 of 261 ~ 17.62%
G 117 of 261 ~ 44.83%
B 98 of 261 ~ 37.55%

%17.62
%44.83
%37.55

CMYK color model

#2E7562 color CMYK value is (61,0,16,54).

  • cyan value is 60.68%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 54.12%
CMYK:
(61,0,16,54)
C61M0Y16K54 
(61%,0%,16%,54%)
(0.61/0.00/0.16/0.54)	

CMYK percentages

%60.68
%0
%16.24
%54.12

Codes

Color #2E7562 in popluar color models

2E7562
RGB4611798
HSL164°43.56%31.96%
HSB/HSV164°60.68%45.88%
CMYK60.68%0.00%16.24%
54.12%

Color #2E7562 in popluar number systems.

HEX2E7562
Decimal4611798
Binary10111011101011100010
Octal56165142

Shades and tints

Shades of #2E7562

#2E7562
(46,117,98)
#2A6B5A
(42,107,90)
#266152
(38,97,82)
#22574A
(34,87,74)
#1E4D42
(30,77,66)
#1A433A
(26,67,58)
#163932
(22,57,50)
#122F2A
(18,47,42)
#0E2522
(14,37,34)
#0A1B1A
(10,27,26)
#061112
(6,17,18)
#000000
(0,0,0)

Tints of #2E7562

#2E7562
(46,117,98)
#418170
(65,129,112)
#548D7E
(84,141,126)
#67998C
(103,153,140)
#7AA59A
(122,165,154)
#8DB1A8
(141,177,168)
#A0BDB6
(160,189,182)
#B3C9C4
(179,201,196)
#C6D5D2
(198,213,210)
#D9E1E0
(217,225,224)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7562 color. Also use rgb(46,117,98) instead hex code.

Text Font Color

.myTextColor { color: #2E7562; }

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

This text font color is #2E7562.


Background Color

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

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

This div background color is #2E7562.


Border color

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

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

This div border color is #2E7562.


Opacity

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

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

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

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

This text has shadow with #2E7562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7562 on black background.


Color preview on white background

This text has color #2E7562 on white background.



Black color preview on #2E7562 background

This text has black color on #2E7562 background.


White color preview on #2E7562 background

This text has white color on #2E7562 background.