COLOR #2E090C

HEX: #2E090C RGB: (46,9,12)

Color info

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

RGB color model

#2E090C color RGB value is (46,9,12).

RGB: (46,9,12) (18%, 4%, 5%)

RGB channels and saturation

R 46 of 255 = 18%
G 9 of 255 = 4%
B 12 of 255 = 5%

46
9
12

R + G + B ~ 9%. #2E090C is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 9 + 12 = 67 (100%)
R 46 of 67 ~ 68.66%
G 9 of 67 ~ 13.43%
B 12 of 67 ~ 17.91'%

%68.66
%13.43
%17.91

CMYK color model

#2E090C color CMYK value is (0,80,74,82).

  • cyan value is 0.00%
  • magenta value is 80.43%
  • yellow value is 73.91%
  • key color value is 81.96%

CMYK: (0,80,74,82)
C0M80Y74K82 (0%, 80%, 74%, 82%)
(0.00 / 0.80 / 0.74 / 0.82)

CMYK percentages

%0
%80.43
%73.91
%81.96

Codes

Color #2E090C in popluar color models

2E 09 0C
RGB 46 9 12
HSL 355° 67.27% 10.78%
HSB/HSV 355° 80.43% 18.04%
CMYK 0.00% 80.43% 73.91%
81.96%

Color #2E090C in popluar number systems.

HEX 2E 09 0C
Decimal 46 9 12
Binary 101110 1001 1100
Octal 56 11 14

Shades and tints

Shades of #2E090C

#2E090C
(46,9,12)
#2A090B
(42,9,11)
#26090A
(38,9,10)
#220909
(34,9,9)
#1E0908
(30,9,8)
#1A0907
(26,9,7)
#160906
(22,9,6)
#120905
(18,9,5)
#0E0904
(14,9,4)
#0A0903
(10,9,3)
#060902
(6,9,2)
#000000
(0,0,0)

Tints of #2E090C

#2E090C
(46,9,12)
#411F22
(65,31,34)
#543538
(84,53,56)
#674B4E
(103,75,78)
#7A6164
(122,97,100)
#8D777A
(141,119,122)
#A08D90
(160,141,144)
#B3A3A6
(179,163,166)
#C6B9BC
(198,185,188)
#D9CFD2
(217,207,210)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E090C; }

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

This text font color is #2E090C.

Background Color

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

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

This div background color is #2E090C.

Border color

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

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

This div border color is #2E090C.

Opacity

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

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

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

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

This text has shadow with #2E090C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E090C.

Preview

Color preview on black background

This text has color #2E090C on black background.


Color preview on white background

This text has color #2E090C on white background.


Black color preview on #2E090C background

This text has black color on #2E090C background.


White color preview on #2E090C background

This text has white color on #2E090C background.


Related colors

Complementary color

Complementary color for #hex is #D1F6F3.


I love getcolorcode.com

Triadic colors

1 #0C2E09 and #090C2E with #2E090C are triadic colors.

2 #0C092E and #092E0C with #2E090C are triadic colors.