COLOR #2E7450

HEX: #2E7450
RGB: (46,116,80)

Color info

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

RGB color model

#2E7450 color RGB value is (46,116,80).

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

RGB channels and saturation

R 46 of 255 = 18%
G 116 of 255 = 45%
B 80 of 255 = 31%

46
116
80

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

Portions of RGB colors in percentages

R + G + B =
46 + 116 + 80 = 242 (100%)
R 46 of 242 ~ 19.01%
G 116 of 242 ~ 47.93%
B 80 of 242 ~ 33.06%

%19.01
%47.93
%33.06

CMYK color model

#2E7450 color CMYK value is (60,0,31,55).

  • cyan value is 60.34%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 54.51%
CMYK:
(60,0,31,55)
C60M0Y31K55 
(60%,0%,31%,55%)
(0.60/0.00/0.31/0.55)	

CMYK percentages

%60.34
%0
%31.03
%54.51

Codes

Color #2E7450 in popluar color models

2E7450
RGB4611680
HSL149°43.21%31.76%
HSB/HSV149°60.34%45.49%
CMYK60.34%0.00%31.03%
54.51%

Color #2E7450 in popluar number systems.

HEX2E7450
Decimal4611680
Binary10111011101001010000
Octal56164120

Shades and tints

Shades of #2E7450

#2E7450
(46,116,80)
#2A6A49
(42,106,73)
#266042
(38,96,66)
#22563B
(34,86,59)
#1E4C34
(30,76,52)
#1A422D
(26,66,45)
#163826
(22,56,38)
#122E1F
(18,46,31)
#0E2418
(14,36,24)
#0A1A11
(10,26,17)
#06100A
(6,16,10)
#000000
(0,0,0)

Tints of #2E7450

#2E7450
(46,116,80)
#41805F
(65,128,95)
#548C6E
(84,140,110)
#67987D
(103,152,125)
#7AA48C
(122,164,140)
#8DB09B
(141,176,155)
#A0BCAA
(160,188,170)
#B3C8B9
(179,200,185)
#C6D4C8
(198,212,200)
#D9E0D7
(217,224,215)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7450; }

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

This text font color is #2E7450.


Background Color

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

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

This div background color is #2E7450.


Border color

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

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

This div border color is #2E7450.


Opacity

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

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

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

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

This text has shadow with #2E7450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7450 on black background.


Color preview on white background

This text has color #2E7450 on white background.



Black color preview on #2E7450 background

This text has black color on #2E7450 background.


White color preview on #2E7450 background

This text has white color on #2E7450 background.