COLOR #2E490C

HEX: #2E490C RGB: (46,73,12)

Color info

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

RGB color model

#2E490C color RGB value is (46,73,12).

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

RGB channels and saturation

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

46
73
12

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

Portions of RGB colors in percentages

R + G + B = 46 + 73 + 12 = 131 (100%)
R 46 of 131 ~ 35.11%
G 73 of 131 ~ 55.73%
B 12 of 131 ~ 9.16'%

%35.11
%55.73

CMYK color model

#2E490C color CMYK value is (37,0,84,71).

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

CMYK: (37,0,84,71)
C37M0Y84K71 (37%, 0%, 84%, 71%)
(0.37 / 0.00 / 0.84 / 0.71)

CMYK percentages

%36.99
%0
%83.56
%71.37

Codes

Color #2E490C in popluar color models

2E 49 0C
RGB 46 73 12
HSL 87° 71.76% 16.67%
HSB/HSV 87° 83.56% 28.63%
CMYK 36.99% 0.00% 83.56%
71.37%

Color #2E490C in popluar number systems.

HEX 2E 49 0C
Decimal 46 73 12
Binary 101110 1001001 1100
Octal 56 111 14

Shades and tints

Shades of #2E490C

#2E490C
(46,73,12)
#2A430B
(42,67,11)
#263D0A
(38,61,10)
#223709
(34,55,9)
#1E3108
(30,49,8)
#1A2B07
(26,43,7)
#162506
(22,37,6)
#121F05
(18,31,5)
#0E1904
(14,25,4)
#0A1303
(10,19,3)
#060D02
(6,13,2)
#000000
(0,0,0)

Tints of #2E490C

#2E490C
(46,73,12)
#415922
(65,89,34)
#546938
(84,105,56)
#67794E
(103,121,78)
#7A8964
(122,137,100)
#8D997A
(141,153,122)
#A0A990
(160,169,144)
#B3B9A6
(179,185,166)
#C6C9BC
(198,201,188)
#D9D9D2
(217,217,210)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E490C; }

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

This text font color is #2E490C.

Background Color

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

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

This div background color is #2E490C.

Border color

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

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

This div border color is #2E490C.

Opacity

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

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

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

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

This text has shadow with #2E490C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E490C.

Preview

Color preview on black background

This text has color #2E490C on black background.


Color preview on white background

This text has color #2E490C on white background.


Black color preview on #2E490C background

This text has black color on #2E490C background.


White color preview on #2E490C background

This text has white color on #2E490C background.


Related colors

Complementary color

Complementary color for #hex is #D1B6F3.


I love getcolorcode.com

Triadic colors

1 #0C2E49 and #490C2E with #2E490C are triadic colors.

2 #0C492E and #492E0C with #2E490C are triadic colors.