COLOR #2E1612

HEX: #2E1612
RGB: (46,22,18)

Color info

#2E1612 contains red, green and blue colors in about the same proportion. Web safe color of #2E1612 is #330000 (or #300).

RGB color model

#2E1612 color RGB value is (46,22,18).

  • red value is 46;
  • green value is 22;
  • blue value is 18.
RGB:
(46,22,18)
(18%,9%,7%)

RGB channels and saturation

R 46 of 255 = 18%
G 22 of 255 = 9%
B 18 of 255 = 7%

46
22
18

R + G + B ~ 11%. #2E1612 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 22 + 18 = 86 (100%)
R 46 of 86 ~ 53.49%
G 22 of 86 ~ 25.58%
B 18 of 86 ~ 20.93%

%53.49
%25.58
%20.93

CMYK color model

#2E1612 color CMYK value is (0,52,61,82).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 60.87%
  • key color value is 81.96%
CMYK:
(0,52,61,82)
C0M52Y61K82 
(0%,52%,61%,82%)
(0.00/0.52/0.61/0.82)	

CMYK percentages

%0
%52.17
%60.87
%81.96

Codes

Color #2E1612 in popluar color models

2E1612
RGB462218
HSL43.75%12.55%
HSB/HSV60.87%18.04%
CMYK0.00%52.17%60.87%
81.96%

Color #2E1612 in popluar number systems.

HEX2E1612
Decimal462218
Binary1011101011010010
Octal562622

Shades and tints

Shades of #2E1612

#2E1612
(46,22,18)
#2A1411
(42,20,17)
#261210
(38,18,16)
#22100F
(34,16,15)
#1E0E0E
(30,14,14)
#1A0C0D
(26,12,13)
#160A0C
(22,10,12)
#12080B
(18,8,11)
#0E060A
(14,6,10)
#0A0409
(10,4,9)
#060208
(6,2,8)
#000000
(0,0,0)

Tints of #2E1612

#2E1612
(46,22,18)
#412B27
(65,43,39)
#54403C
(84,64,60)
#675551
(103,85,81)
#7A6A66
(122,106,102)
#8D7F7B
(141,127,123)
#A09490
(160,148,144)
#B3A9A5
(179,169,165)
#C6BEBA
(198,190,186)
#D9D3CF
(217,211,207)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E1612 color. Also use rgb(46,22,18) instead hex code.

Text Font Color

.myTextColor { color: #2E1612; }

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

This text font color is #2E1612.


Background Color

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

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

This div background color is #2E1612.


Border color

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

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

This div border color is #2E1612.


Opacity

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

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

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

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

This text has shadow with #2E1612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E1612 on black background.


Color preview on white background

This text has color #2E1612 on white background.



Black color preview on #2E1612 background

This text has black color on #2E1612 background.


White color preview on #2E1612 background

This text has white color on #2E1612 background.