COLOR #2E4F2F

HEX: #2E4F2F
RGB: (46,79,47)

Color info

#2E4F2F contains red, green and blue colors in about the same proportion. Web safe color of #2E4F2F is #336633 (or #363).

RGB color model

#2E4F2F color RGB value is (46,79,47).

  • red value is 46;
  • green value is 79;
  • blue value is 47.
RGB:
(46,79,47)
(18%,31%,18%)

RGB channels and saturation

R 46 of 255 = 18%
G 79 of 255 = 31%
B 47 of 255 = 18%

46
79
47

R + G + B ~ 22%. #2E4F2F is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 79 + 47 = 172 (100%)
R 46 of 172 ~ 26.74%
G 79 of 172 ~ 45.93%
B 47 of 172 ~ 27.33%

%26.74
%45.93
%27.33

CMYK color model

#2E4F2F color CMYK value is (42,0,41,69).

  • cyan value is 41.77%
  • magenta value is 0.00%
  • yellow value is 40.51%
  • key color value is 69.02%
CMYK:
(42,0,41,69)
C42M0Y41K69 
(42%,0%,41%,69%)
(0.42/0.00/0.41/0.69)	

CMYK percentages

%41.77
%0
%40.51
%69.02

Codes

Color #2E4F2F in popluar color models

2E4F2F
RGB467947
HSL122°26.40%24.51%
HSB/HSV122°41.77%30.98%
CMYK41.77%0.00%40.51%
69.02%

Color #2E4F2F in popluar number systems.

HEX2E4F2F
Decimal467947
Binary1011101001111101111
Octal5611757

Shades and tints

Shades of #2E4F2F

#2E4F2F
(46,79,47)
#2A482B
(42,72,43)
#264127
(38,65,39)
#223A23
(34,58,35)
#1E331F
(30,51,31)
#1A2C1B
(26,44,27)
#162517
(22,37,23)
#121E13
(18,30,19)
#0E170F
(14,23,15)
#0A100B
(10,16,11)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #2E4F2F

#2E4F2F
(46,79,47)
#415F41
(65,95,65)
#546F53
(84,111,83)
#677F65
(103,127,101)
#7A8F77
(122,143,119)
#8D9F89
(141,159,137)
#A0AF9B
(160,175,155)
#B3BFAD
(179,191,173)
#C6CFBF
(198,207,191)
#D9DFD1
(217,223,209)
#ECEFE3
(236,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4F2F color. Also use rgb(46,79,47) instead hex code.

Text Font Color

.myTextColor { color: #2E4F2F; }

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

This text font color is #2E4F2F.


Background Color

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

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

This div background color is #2E4F2F.


Border color

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

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

This div border color is #2E4F2F.


Opacity

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

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

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

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

This text has shadow with #2E4F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4F2F on black background.


Color preview on white background

This text has color #2E4F2F on white background.



Black color preview on #2E4F2F background

This text has black color on #2E4F2F background.


White color preview on #2E4F2F background

This text has white color on #2E4F2F background.