COLOR #2E3030

HEX: #2E3030
RGB: (46,48,48)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
48
48

R + G + B ~ 19%. #2E3030 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 48 + 48 = 142 (100%)
R 46 of 142 ~ 32.39%
G 48 of 142 ~ 33.8%
B 48 of 142 ~ 33.8%

%32.39
%33.8
%33.8

CMYK color model

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

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

CMYK percentages

%4.17
%0
%0
%81.18

Codes

Color #2E3030 in popluar color models

2E3030
RGB464848
HSL180°2.13%18.43%
HSB/HSV180°4.17%18.82%
CMYK4.17%0.00%0.00%
81.18%

Color #2E3030 in popluar number systems.

HEX2E3030
Decimal464848
Binary101110110000110000
Octal566060

Shades and tints

Shades of #2E3030

#2E3030
(46,48,48)
#2A2C2C
(42,44,44)
#262828
(38,40,40)
#222424
(34,36,36)
#1E2020
(30,32,32)
#1A1C1C
(26,28,28)
#161818
(22,24,24)
#121414
(18,20,20)
#0E1010
(14,16,16)
#0A0C0C
(10,12,12)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #2E3030

#2E3030
(46,48,48)
#414242
(65,66,66)
#545454
(84,84,84)
#676666
(103,102,102)
#7A7878
(122,120,120)
#8D8A8A
(141,138,138)
#A09C9C
(160,156,156)
#B3AEAE
(179,174,174)
#C6C0C0
(198,192,192)
#D9D2D2
(217,210,210)
#ECE4E4
(236,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3030; }

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

This text font color is #2E3030.


Background Color

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

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

This div background color is #2E3030.


Border color

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

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

This div border color is #2E3030.


Opacity

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

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

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

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

This text has shadow with #2E3030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3030 on black background.


Color preview on white background

This text has color #2E3030 on white background.



Black color preview on #2E3030 background

This text has black color on #2E3030 background.


White color preview on #2E3030 background

This text has white color on #2E3030 background.