COLOR #2E240A

HEX: #2E240A
RGB: (46,36,10)

Color info

#2E240A contains red, green and blue colors in about the same proportion. Web safe color of #2E240A is #333300 (or #330).

RGB color model

#2E240A color RGB value is (46,36,10).

  • red value is 46;
  • green value is 36;
  • blue value is 10.
RGB:
(46,36,10)
(18%,14%,4%)

RGB channels and saturation

R 46 of 255 = 18%
G 36 of 255 = 14%
B 10 of 255 = 4%

46
36
10

R + G + B ~ 12%. #2E240A is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 36 + 10 = 92 (100%)
R 46 of 92 ~ 50%
G 36 of 92 ~ 39.13%
B 10 of 92 ~ 10.87%

%50
%39.13
%10.87

CMYK color model

#2E240A color CMYK value is (0,22,78,82).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 78.26%
  • key color value is 81.96%
CMYK:
(0,22,78,82)
C0M22Y78K82 
(0%,22%,78%,82%)
(0.00/0.22/0.78/0.82)	

CMYK percentages

%0
%21.74
%78.26
%81.96

Codes

Color #2E240A in popluar color models

2E240A
RGB463610
HSL43°64.29%10.98%
HSB/HSV43°78.26%18.04%
CMYK0.00%21.74%78.26%
81.96%

Color #2E240A in popluar number systems.

HEX2E240A
Decimal463610
Binary1011101001001010
Octal564412

Shades and tints

Shades of #2E240A

#2E240A
(46,36,10)
#2A210A
(42,33,10)
#261E0A
(38,30,10)
#221B0A
(34,27,10)
#1E180A
(30,24,10)
#1A150A
(26,21,10)
#16120A
(22,18,10)
#120F0A
(18,15,10)
#0E0C0A
(14,12,10)
#0A090A
(10,9,10)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #2E240A

#2E240A
(46,36,10)
#413720
(65,55,32)
#544A36
(84,74,54)
#675D4C
(103,93,76)
#7A7062
(122,112,98)
#8D8378
(141,131,120)
#A0968E
(160,150,142)
#B3A9A4
(179,169,164)
#C6BCBA
(198,188,186)
#D9CFD0
(217,207,208)
#ECE2E6
(236,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E240A color. Also use rgb(46,36,10) instead hex code.

Text Font Color

.myTextColor { color: #2E240A; }

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

This text font color is #2E240A.


Background Color

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

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

This div background color is #2E240A.


Border color

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

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

This div border color is #2E240A.


Opacity

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

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

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

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

This text has shadow with #2E240A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E240A on black background.


Color preview on white background

This text has color #2E240A on white background.



Black color preview on #2E240A background

This text has black color on #2E240A background.


White color preview on #2E240A background

This text has white color on #2E240A background.