COLOR #2E6A45

HEX: #2E6A45
RGB: (46,106,69)

Color info

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

RGB color model

#2E6A45 color RGB value is (46,106,69).

  • red value is 46;
  • green value is 106;
  • blue value is 69.
RGB:
(46,106,69)
(18%,42%,27%)

RGB channels and saturation

R 46 of 255 = 18%
G 106 of 255 = 42%
B 69 of 255 = 27%

46
106
69

R + G + B ~ 29%. #2E6A45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 106 + 69 = 221 (100%)
R 46 of 221 ~ 20.81%
G 106 of 221 ~ 47.96%
B 69 of 221 ~ 31.22%

%20.81
%47.96
%31.22

CMYK color model

#2E6A45 color CMYK value is (57,0,35,58).

  • cyan value is 56.60%
  • magenta value is 0.00%
  • yellow value is 34.91%
  • key color value is 58.43%
CMYK:
(57,0,35,58)
C57M0Y35K58 
(57%,0%,35%,58%)
(0.57/0.00/0.35/0.58)	

CMYK percentages

%56.6
%0
%34.91
%58.43

Codes

Color #2E6A45 in popluar color models

2E6A45
RGB4610669
HSL143°39.47%29.80%
HSB/HSV143°56.60%41.57%
CMYK56.60%0.00%34.91%
58.43%

Color #2E6A45 in popluar number systems.

HEX2E6A45
Decimal4610669
Binary10111011010101000101
Octal56152105

Shades and tints

Shades of #2E6A45

#2E6A45
(46,106,69)
#2A613F
(42,97,63)
#265839
(38,88,57)
#224F33
(34,79,51)
#1E462D
(30,70,45)
#1A3D27
(26,61,39)
#163421
(22,52,33)
#122B1B
(18,43,27)
#0E2215
(14,34,21)
#0A190F
(10,25,15)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #2E6A45

#2E6A45
(46,106,69)
#417755
(65,119,85)
#548465
(84,132,101)
#679175
(103,145,117)
#7A9E85
(122,158,133)
#8DAB95
(141,171,149)
#A0B8A5
(160,184,165)
#B3C5B5
(179,197,181)
#C6D2C5
(198,210,197)
#D9DFD5
(217,223,213)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6A45 color. Also use rgb(46,106,69) instead hex code.

Text Font Color

.myTextColor { color: #2E6A45; }

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

This text font color is #2E6A45.


Background Color

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

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

This div background color is #2E6A45.


Border color

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

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

This div border color is #2E6A45.


Opacity

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

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

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

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

This text has shadow with #2E6A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6A45 on black background.


Color preview on white background

This text has color #2E6A45 on white background.



Black color preview on #2E6A45 background

This text has black color on #2E6A45 background.


White color preview on #2E6A45 background

This text has white color on #2E6A45 background.