COLOR #2E7150

HEX: #2E7150
RGB: (46,113,80)

Color info

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

RGB color model

#2E7150 color RGB value is (46,113,80).

  • red value is 46;
  • green value is 113;
  • blue value is 80.
RGB:
(46,113,80)
(18%,44%,31%)

RGB channels and saturation

R 46 of 255 = 18%
G 113 of 255 = 44%
B 80 of 255 = 31%

46
113
80

R + G + B ~ 31%. #2E7150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 113 + 80 = 239 (100%)
R 46 of 239 ~ 19.25%
G 113 of 239 ~ 47.28%
B 80 of 239 ~ 33.47%

%19.25
%47.28
%33.47

CMYK color model

#2E7150 color CMYK value is (59,0,29,56).

  • cyan value is 59.29%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 55.69%
CMYK:
(59,0,29,56)
C59M0Y29K56 
(59%,0%,29%,56%)
(0.59/0.00/0.29/0.56)	

CMYK percentages

%59.29
%0
%29.2
%55.69

Codes

Color #2E7150 in popluar color models

2E7150
RGB4611380
HSL150°42.14%31.18%
HSB/HSV150°59.29%44.31%
CMYK59.29%0.00%29.20%
55.69%

Color #2E7150 in popluar number systems.

HEX2E7150
Decimal4611380
Binary10111011100011010000
Octal56161120

Shades and tints

Shades of #2E7150

#2E7150
(46,113,80)
#2A6749
(42,103,73)
#265D42
(38,93,66)
#22533B
(34,83,59)
#1E4934
(30,73,52)
#1A3F2D
(26,63,45)
#163526
(22,53,38)
#122B1F
(18,43,31)
#0E2118
(14,33,24)
#0A1711
(10,23,17)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #2E7150

#2E7150
(46,113,80)
#417D5F
(65,125,95)
#54896E
(84,137,110)
#67957D
(103,149,125)
#7AA18C
(122,161,140)
#8DAD9B
(141,173,155)
#A0B9AA
(160,185,170)
#B3C5B9
(179,197,185)
#C6D1C8
(198,209,200)
#D9DDD7
(217,221,215)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7150 color. Also use rgb(46,113,80) instead hex code.

Text Font Color

.myTextColor { color: #2E7150; }

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

This text font color is #2E7150.


Background Color

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

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

This div background color is #2E7150.


Border color

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

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

This div border color is #2E7150.


Opacity

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

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

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

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

This text has shadow with #2E7150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7150 on black background.


Color preview on white background

This text has color #2E7150 on white background.



Black color preview on #2E7150 background

This text has black color on #2E7150 background.


White color preview on #2E7150 background

This text has white color on #2E7150 background.