COLOR #2E4C29

HEX: #2E4C29
RGB: (46,76,41)

Color info

#2E4C29 contains red, green and blue colors in about the same proportion. Web safe color of #2E4C29 is #333333 (or #333).

RGB color model

#2E4C29 color RGB value is (46,76,41).

  • red value is 46;
  • green value is 76;
  • blue value is 41.
RGB:
(46,76,41)
(18%,30%,16%)

RGB channels and saturation

R 46 of 255 = 18%
G 76 of 255 = 30%
B 41 of 255 = 16%

46
76
41

R + G + B ~ 21%. #2E4C29 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 76 + 41 = 163 (100%)
R 46 of 163 ~ 28.22%
G 76 of 163 ~ 46.63%
B 41 of 163 ~ 25.15%

%28.22
%46.63
%25.15

CMYK color model

#2E4C29 color CMYK value is (39,0,46,70).

  • cyan value is 39.47%
  • magenta value is 0.00%
  • yellow value is 46.05%
  • key color value is 70.20%
CMYK:
(39,0,46,70)
C39M0Y46K70 
(39%,0%,46%,70%)
(0.39/0.00/0.46/0.70)	

CMYK percentages

%39.47
%0
%46.05
%70.2

Codes

Color #2E4C29 in popluar color models

2E4C29
RGB467641
HSL111°29.91%22.94%
HSB/HSV111°46.05%29.80%
CMYK39.47%0.00%46.05%
70.20%

Color #2E4C29 in popluar number systems.

HEX2E4C29
Decimal467641
Binary1011101001100101001
Octal5611451

Shades and tints

Shades of #2E4C29

#2E4C29
(46,76,41)
#2A4626
(42,70,38)
#264023
(38,64,35)
#223A20
(34,58,32)
#1E341D
(30,52,29)
#1A2E1A
(26,46,26)
#162817
(22,40,23)
#122214
(18,34,20)
#0E1C11
(14,28,17)
#0A160E
(10,22,14)
#06100B
(6,16,11)
#000000
(0,0,0)

Tints of #2E4C29

#2E4C29
(46,76,41)
#415C3C
(65,92,60)
#546C4F
(84,108,79)
#677C62
(103,124,98)
#7A8C75
(122,140,117)
#8D9C88
(141,156,136)
#A0AC9B
(160,172,155)
#B3BCAE
(179,188,174)
#C6CCC1
(198,204,193)
#D9DCD4
(217,220,212)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4C29 color. Also use rgb(46,76,41) instead hex code.

Text Font Color

.myTextColor { color: #2E4C29; }

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

This text font color is #2E4C29.


Background Color

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

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

This div background color is #2E4C29.


Border color

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

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

This div border color is #2E4C29.


Opacity

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

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

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

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

This text has shadow with #2E4C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4C29 on black background.


Color preview on white background

This text has color #2E4C29 on white background.



Black color preview on #2E4C29 background

This text has black color on #2E4C29 background.


White color preview on #2E4C29 background

This text has white color on #2E4C29 background.