COLOR #2E744B

HEX: #2E744B
RGB: (46,116,75)

Color info

#2E744B contains mainly green and blue colors. Web safe color of #2E744B is #336633 (or #363).

RGB color model

#2E744B color RGB value is (46,116,75).

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

RGB channels and saturation

R 46 of 255 = 18%
G 116 of 255 = 45%
B 75 of 255 = 29%

46
116
75

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

Portions of RGB colors in percentages

R + G + B =
46 + 116 + 75 = 237 (100%)
R 46 of 237 ~ 19.41%
G 116 of 237 ~ 48.95%
B 75 of 237 ~ 31.65%

%19.41
%48.95
%31.65

CMYK color model

#2E744B color CMYK value is (60,0,35,55).

  • cyan value is 60.34%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 54.51%
CMYK:
(60,0,35,55)
C60M0Y35K55 
(60%,0%,35%,55%)
(0.60/0.00/0.35/0.55)	

CMYK percentages

%60.34
%0
%35.34
%54.51

Codes

Color #2E744B in popluar color models

2E744B
RGB4611675
HSL145°43.21%31.76%
HSB/HSV145°60.34%45.49%
CMYK60.34%0.00%35.34%
54.51%

Color #2E744B in popluar number systems.

HEX2E744B
Decimal4611675
Binary10111011101001001011
Octal56164113

Shades and tints

Shades of #2E744B

#2E744B
(46,116,75)
#2A6A45
(42,106,69)
#26603F
(38,96,63)
#225639
(34,86,57)
#1E4C33
(30,76,51)
#1A422D
(26,66,45)
#163827
(22,56,39)
#122E21
(18,46,33)
#0E241B
(14,36,27)
#0A1A15
(10,26,21)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #2E744B

#2E744B
(46,116,75)
#41805B
(65,128,91)
#548C6B
(84,140,107)
#67987B
(103,152,123)
#7AA48B
(122,164,139)
#8DB09B
(141,176,155)
#A0BCAB
(160,188,171)
#B3C8BB
(179,200,187)
#C6D4CB
(198,212,203)
#D9E0DB
(217,224,219)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E744B; }

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

This text font color is #2E744B.


Background Color

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

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

This div background color is #2E744B.


Border color

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

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

This div border color is #2E744B.


Opacity

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

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

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

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

This text has shadow with #2E744B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E744B on black background.


Color preview on white background

This text has color #2E744B on white background.



Black color preview on #2E744B background

This text has black color on #2E744B background.


White color preview on #2E744B background

This text has white color on #2E744B background.