COLOR #2E302A

HEX: #2E302A
RGB: (46,48,42)

Color info

#2E302A contains red, green and blue colors in about the same proportion. Web safe color of #2E302A is #333333 (or #333).

RGB color model

#2E302A color RGB value is (46,48,42).

  • red value is 46;
  • green value is 48;
  • blue value is 42.
RGB:
(46,48,42)
(18%,19%,16%)

RGB channels and saturation

R 46 of 255 = 18%
G 48 of 255 = 19%
B 42 of 255 = 16%

46
48
42

R + G + B ~ 18%. #2E302A is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 48 + 42 = 136 (100%)
R 46 of 136 ~ 33.82%
G 48 of 136 ~ 35.29%
B 42 of 136 ~ 30.88%

%33.82
%35.29
%30.88

CMYK color model

#2E302A color CMYK value is (4,0,13,81).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 81.18%
CMYK:
(4,0,13,81)
C4M0Y13K81 
(4%,0%,13%,81%)
(0.04/0.00/0.13/0.81)	

CMYK percentages

%4.17
%0
%12.5
%81.18

Codes

Color #2E302A in popluar color models

2E302A
RGB464842
HSL80°6.67%17.65%
HSB/HSV80°12.50%18.82%
CMYK4.17%0.00%12.50%
81.18%

Color #2E302A in popluar number systems.

HEX2E302A
Decimal464842
Binary101110110000101010
Octal566052

Shades and tints

Shades of #2E302A

#2E302A
(46,48,42)
#2A2C27
(42,44,39)
#262824
(38,40,36)
#222421
(34,36,33)
#1E201E
(30,32,30)
#1A1C1B
(26,28,27)
#161818
(22,24,24)
#121415
(18,20,21)
#0E1012
(14,16,18)
#0A0C0F
(10,12,15)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #2E302A

#2E302A
(46,48,42)
#41423D
(65,66,61)
#545450
(84,84,80)
#676663
(103,102,99)
#7A7876
(122,120,118)
#8D8A89
(141,138,137)
#A09C9C
(160,156,156)
#B3AEAF
(179,174,175)
#C6C0C2
(198,192,194)
#D9D2D5
(217,210,213)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E302A color. Also use rgb(46,48,42) instead hex code.

Text Font Color

.myTextColor { color: #2E302A; }

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

This text font color is #2E302A.


Background Color

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

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

This div background color is #2E302A.


Border color

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

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

This div border color is #2E302A.


Opacity

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

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

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

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

This text has shadow with #2E302A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E302A on black background.


Color preview on white background

This text has color #2E302A on white background.



Black color preview on #2E302A background

This text has black color on #2E302A background.


White color preview on #2E302A background

This text has white color on #2E302A background.