COLOR #2E061A

HEX: #2E061A
RGB: (46,6,26)

Color info

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

RGB color model

#2E061A color RGB value is (46,6,26).

  • red value is 46;
  • green value is 6;
  • blue value is 26.
RGB:
(46,6,26)
(18%,2%,10%)

RGB channels and saturation

R 46 of 255 = 18%
G 6 of 255 = 2%
B 26 of 255 = 10%

46
6
26

R + G + B ~ 10%. #2E061A is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 6 + 26 = 78 (100%)
R 46 of 78 ~ 58.97%
G 6 of 78 ~ 7.69%
B 26 of 78 ~ 33.33%

%58.97
%33.33

CMYK color model

#2E061A color CMYK value is (0,87,43,82).

  • cyan value is 0.00%
  • magenta value is 86.96%
  • yellow value is 43.48%
  • key color value is 81.96%
CMYK:
(0,87,43,82)
C0M87Y43K82 
(0%,87%,43%,82%)
(0.00/0.87/0.43/0.82)	

CMYK percentages

%0
%86.96
%43.48
%81.96

Codes

Color #2E061A in popluar color models

2E061A
RGB46626
HSL330°76.92%10.20%
HSB/HSV330°86.96%18.04%
CMYK0.00%86.96%43.48%
81.96%

Color #2E061A in popluar number systems.

HEX2E061A
Decimal46626
Binary10111011011010
Octal56632

Shades and tints

Shades of #2E061A

#2E061A
(46,6,26)
#2A0618
(42,6,24)
#260616
(38,6,22)
#220614
(34,6,20)
#1E0612
(30,6,18)
#1A0610
(26,6,16)
#16060E
(22,6,14)
#12060C
(18,6,12)
#0E060A
(14,6,10)
#0A0608
(10,6,8)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #2E061A

#2E061A
(46,6,26)
#411C2E
(65,28,46)
#543242
(84,50,66)
#674856
(103,72,86)
#7A5E6A
(122,94,106)
#8D747E
(141,116,126)
#A08A92
(160,138,146)
#B3A0A6
(179,160,166)
#C6B6BA
(198,182,186)
#D9CCCE
(217,204,206)
#ECE2E2
(236,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E061A color. Also use rgb(46,6,26) instead hex code.

Text Font Color

.myTextColor { color: #2E061A; }

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

This text font color is #2E061A.


Background Color

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

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

This div background color is #2E061A.


Border color

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

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

This div border color is #2E061A.


Opacity

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

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

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

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

This text has shadow with #2E061A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E061A on black background.


Color preview on white background

This text has color #2E061A on white background.



Black color preview on #2E061A background

This text has black color on #2E061A background.


White color preview on #2E061A background

This text has white color on #2E061A background.