COLOR #2E4C09

HEX: #2E4C09 RGB: (46,76,9)

Color info

#2E4C09 contains mainly red and green colors. Web safe color of #2E4C09 is #333300 (or #330).

RGB color model

#2E4C09 color RGB value is (46,76,9).

RGB: (46,76,9) (18%, 30%, 4%)

RGB channels and saturation

R 46 of 255 = 18%
G 76 of 255 = 30%
B 9 of 255 = 4%

46
76
9

R + G + B ~ 17%. #2E4C09 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 76 + 9 = 131 (100%)
R 46 of 131 ~ 35.11%
G 76 of 131 ~ 58.02%
B 9 of 131 ~ 6.87'%

%35.11
%58.02

CMYK color model

#2E4C09 color CMYK value is (39,0,88,70).

  • cyan value is 39.47%
  • magenta value is 0.00%
  • yellow value is 88.16%
  • key color value is 70.20%

CMYK: (39,0,88,70)
C39M0Y88K70 (39%, 0%, 88%, 70%)
(0.39 / 0.00 / 0.88 / 0.70)

CMYK percentages

%39.47
%0
%88.16
%70.2

Codes

Color #2E4C09 in popluar color models

2E 4C 09
RGB 46 76 9
HSL 87° 78.82% 16.67%
HSB/HSV 87° 88.16% 29.80%
CMYK 39.47% 0.00% 88.16%
70.20%

Color #2E4C09 in popluar number systems.

HEX 2E 4C 09
Decimal 46 76 9
Binary 101110 1001100 1001
Octal 56 114 11

Shades and tints

Shades of #2E4C09

#2E4C09
(46,76,9)
#2A4609
(42,70,9)
#264009
(38,64,9)
#223A09
(34,58,9)
#1E3409
(30,52,9)
#1A2E09
(26,46,9)
#162809
(22,40,9)
#122209
(18,34,9)
#0E1C09
(14,28,9)
#0A1609
(10,22,9)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #2E4C09

#2E4C09
(46,76,9)
#415C1F
(65,92,31)
#546C35
(84,108,53)
#677C4B
(103,124,75)
#7A8C61
(122,140,97)
#8D9C77
(141,156,119)
#A0AC8D
(160,172,141)
#B3BCA3
(179,188,163)
#C6CCB9
(198,204,185)
#D9DCCF
(217,220,207)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E4C09; }

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

This text font color is #2E4C09.

Background Color

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

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

This div background color is #2E4C09.

Border color

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

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

This div border color is #2E4C09.

Opacity

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

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

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

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

This text has shadow with #2E4C09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4C09.

Preview

Color preview on black background

This text has color #2E4C09 on black background.


Color preview on white background

This text has color #2E4C09 on white background.


Black color preview on #2E4C09 background

This text has black color on #2E4C09 background.


White color preview on #2E4C09 background

This text has white color on #2E4C09 background.


Related colors

Complementary color

Complementary color for #hex is #D1B3F6.


I love getcolorcode.com

Triadic colors

1 #092E4C and #4C092E with #2E4C09 are triadic colors.

2 #094C2E and #4C2E09 with #2E4C09 are triadic colors.