COLOR #2E793F

HEX: #2E793F RGB: (46,121,63)

Color info

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

RGB color model

#2E793F color RGB value is (46,121,63).

RGB: (46,121,63) (18%, 47%, 25%)

RGB channels and saturation

R 46 of 255 = 18%
G 121 of 255 = 47%
B 63 of 255 = 25%

46
121
63

R + G + B ~ 30%. #2E793F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 121 + 63 = 230 (100%)
R 46 of 230 ~ 20%
G 121 of 230 ~ 52.61%
B 63 of 230 ~ 27.39'%

%20
%52.61
%27.39

CMYK color model

#2E793F color CMYK value is (62,0,48,53).

  • cyan value is 61.98%
  • magenta value is 0.00%
  • yellow value is 47.93%
  • key color value is 52.55%

CMYK: (62,0,48,53)
C62M0Y48K53 (62%, 0%, 48%, 53%)
(0.62 / 0.00 / 0.48 / 0.53)

CMYK percentages

%61.98
%0
%47.93
%52.55

Codes

Color #2E793F in popluar color models

2E 79 3F
RGB 46 121 63
HSL 134° 44.91% 32.75%
HSB/HSV 134° 61.98% 47.45%
CMYK 61.98% 0.00% 47.93%
52.55%

Color #2E793F in popluar number systems.

HEX 2E 79 3F
Decimal 46 121 63
Binary 101110 1111001 111111
Octal 56 171 77

Shades and tints

Shades of #2E793F

#2E793F
(46,121,63)
#2A6E3A
(42,110,58)
#266335
(38,99,53)
#225830
(34,88,48)
#1E4D2B
(30,77,43)
#1A4226
(26,66,38)
#163721
(22,55,33)
#122C1C
(18,44,28)
#0E2117
(14,33,23)
#0A1612
(10,22,18)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #2E793F

#2E793F
(46,121,63)
#418550
(65,133,80)
#549161
(84,145,97)
#679D72
(103,157,114)
#7AA983
(122,169,131)
#8DB594
(141,181,148)
#A0C1A5
(160,193,165)
#B3CDB6
(179,205,182)
#C6D9C7
(198,217,199)
#D9E5D8
(217,229,216)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E793F; }

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

This text font color is #2E793F.

Background Color

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

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

This div background color is #2E793F.

Border color

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

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

This div border color is #2E793F.

Opacity

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

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

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

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

This text has shadow with #2E793F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E793F.

Preview

Color preview on black background

This text has color #2E793F on black background.


Color preview on white background

This text has color #2E793F on white background.


Black color preview on #2E793F background

This text has black color on #2E793F background.


White color preview on #2E793F background

This text has white color on #2E793F background.


Related colors

Complementary color

Complementary color for #hex is #D186C0.


I love getcolorcode.com

Triadic colors

1 #3F2E79 and #793F2E with #2E793F are triadic colors.

2 #3F792E and #792E3F with #2E793F are triadic colors.