COLOR #2E794D

HEX: #2E794D RGB: (46,121,77)

Color info

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

RGB color model

#2E794D color RGB value is (46,121,77).

RGB: (46,121,77) (18%, 47%, 30%)

RGB channels and saturation

R 46 of 255 = 18%
G 121 of 255 = 47%
B 77 of 255 = 30%

46
121
77

R + G + B ~ 32%. #2E794D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 121 + 77 = 244 (100%)
R 46 of 244 ~ 18.85%
G 121 of 244 ~ 49.59%
B 77 of 244 ~ 31.56'%

%18.85
%49.59
%31.56

CMYK color model

#2E794D color CMYK value is (62,0,36,53).

  • cyan value is 61.98%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 52.55%
CMYK: (62,0,36,53) C62M0Y36K53 (62%,0%,36%,53%) (0.62/0.00/0.36/0.53) 

CMYK percentages

%61.98
%0
%36.36
%52.55

Codes

Color #2E794D in popluar color models

2E 79 4D
RGB 46 121 77
HSL 145° 44.91% 32.75%
HSB/HSV 145° 61.98% 47.45%
CMYK 61.98% 0.00% 36.36%
52.55%

Color #2E794D in popluar number systems.

HEX 2E 79 4D
Decimal 46 121 77
Binary 101110 1111001 1001101
Octal 56 171 115

Shades and tints

Shades of #2E794D

#2E794D
(46,121,77)
#2A6E46
(42,110,70)
#26633F
(38,99,63)
#225838
(34,88,56)
#1E4D31
(30,77,49)
#1A422A
(26,66,42)
#163723
(22,55,35)
#122C1C
(18,44,28)
#0E2115
(14,33,21)
#0A160E
(10,22,14)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #2E794D

#2E794D
(46,121,77)
#41855D
(65,133,93)
#54916D
(84,145,109)
#679D7D
(103,157,125)
#7AA98D
(122,169,141)
#8DB59D
(141,181,157)
#A0C1AD
(160,193,173)
#B3CDBD
(179,205,189)
#C6D9CD
(198,217,205)
#D9E5DD
(217,229,221)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E794D color. Also use rgb(46,121,77) instead hex code.

Text Font Color

.myTextColor { color: #2E794D; }

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

This text font color is #2E794D.

Background Color

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

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

This div background color is #2E794D.

Border color

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

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

This div border color is #2E794D.

Opacity

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

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

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

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

This text has shadow with #2E794D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E794D.

Preview

Color preview on black background

This text has color #2E794D on black background.


Color preview on white background

This text has color #2E794D on white background.


Black color preview on #2E794D background

This text has black color on #2E794D background.


White color preview on #2E794D background

This text has white color on #2E794D background.


Related colors

Complementary color

Complementary color for #hex is #D186B2.


I love getcolorcode.com

Triadic colors

1 #4D2E79 and #794D2E with #2E794D are triadic colors.

2 #4D792E and #792E4D with #2E794D are triadic colors.