COLOR #2E491E

HEX: #2E491E RGB: (46,73,30)

Color info

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

RGB color model

#2E491E color RGB value is (46,73,30).

RGB: (46,73,30) (18%, 29%, 12%)

RGB channels and saturation

R 46 of 255 = 18%
G 73 of 255 = 29%
B 30 of 255 = 12%

46
73
30

R + G + B ~ 20%. #2E491E is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 73 + 30 = 149 (100%)
R 46 of 149 ~ 30.87%
G 73 of 149 ~ 48.99%
B 30 of 149 ~ 20.13'%

%30.87
%48.99
%20.13

CMYK color model

#2E491E color CMYK value is (37,0,59,71).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 58.90%
  • key color value is 71.37%

CMYK: (37,0,59,71)
C37M0Y59K71 (37%, 0%, 59%, 71%)
(0.37 / 0.00 / 0.59 / 0.71)

CMYK percentages

%36.99
%0
%58.9
%71.37

Codes

Color #2E491E in popluar color models

2E 49 1E
RGB 46 73 30
HSL 98° 41.75% 20.20%
HSB/HSV 98° 58.90% 28.63%
CMYK 36.99% 0.00% 58.90%
71.37%

Color #2E491E in popluar number systems.

HEX 2E 49 1E
Decimal 46 73 30
Binary 101110 1001001 11110
Octal 56 111 36

Shades and tints

Shades of #2E491E

#2E491E
(46,73,30)
#2A431C
(42,67,28)
#263D1A
(38,61,26)
#223718
(34,55,24)
#1E3116
(30,49,22)
#1A2B14
(26,43,20)
#162512
(22,37,18)
#121F10
(18,31,16)
#0E190E
(14,25,14)
#0A130C
(10,19,12)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #2E491E

#2E491E
(46,73,30)
#415932
(65,89,50)
#546946
(84,105,70)
#67795A
(103,121,90)
#7A896E
(122,137,110)
#8D9982
(141,153,130)
#A0A996
(160,169,150)
#B3B9AA
(179,185,170)
#C6C9BE
(198,201,190)
#D9D9D2
(217,217,210)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E491E color. Also use rgb(46,73,30) instead hex code.

Text Font Color

.myTextColor { color: #2E491E; }

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

This text font color is #2E491E.

Background Color

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

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

This div background color is #2E491E.

Border color

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

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

This div border color is #2E491E.

Opacity

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

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

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

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

This text has shadow with #2E491E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E491E.

Preview

Color preview on black background

This text has color #2E491E on black background.


Color preview on white background

This text has color #2E491E on white background.


Black color preview on #2E491E background

This text has black color on #2E491E background.


White color preview on #2E491E background

This text has white color on #2E491E background.


Related colors

Complementary color

Complementary color for #hex is #D1B6E1.


I love getcolorcode.com

Triadic colors

1 #1E2E49 and #491E2E with #2E491E are triadic colors.

2 #1E492E and #492E1E with #2E491E are triadic colors.