COLOR #2E423B

HEX: #2E423B
RGB: (46,66,59)

Color info

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

RGB color model

#2E423B color RGB value is (46,66,59).

  • red value is 46;
  • green value is 66;
  • blue value is 59.
RGB:
(46,66,59)
(18%,26%,23%)

RGB channels and saturation

R 46 of 255 = 18%
G 66 of 255 = 26%
B 59 of 255 = 23%

46
66
59

R + G + B ~ 22%. #2E423B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 66 + 59 = 171 (100%)
R 46 of 171 ~ 26.9%
G 66 of 171 ~ 38.6%
B 59 of 171 ~ 34.5%

%26.9
%38.6
%34.5

CMYK color model

#2E423B color CMYK value is (30,0,11,74).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 74.12%
CMYK:
(30,0,11,74)
C30M0Y11K74 
(30%,0%,11%,74%)
(0.30/0.00/0.11/0.74)	

CMYK percentages

%30.3
%0
%10.61
%74.12

Codes

Color #2E423B in popluar color models

2E423B
RGB466659
HSL159°17.86%21.96%
HSB/HSV159°30.30%25.88%
CMYK30.30%0.00%10.61%
74.12%

Color #2E423B in popluar number systems.

HEX2E423B
Decimal466659
Binary1011101000010111011
Octal5610273

Shades and tints

Shades of #2E423B

#2E423B
(46,66,59)
#2A3C36
(42,60,54)
#263631
(38,54,49)
#22302C
(34,48,44)
#1E2A27
(30,42,39)
#1A2422
(26,36,34)
#161E1D
(22,30,29)
#121818
(18,24,24)
#0E1213
(14,18,19)
#0A0C0E
(10,12,14)
#060609
(6,6,9)
#000000
(0,0,0)

Tints of #2E423B

#2E423B
(46,66,59)
#41534C
(65,83,76)
#54645D
(84,100,93)
#67756E
(103,117,110)
#7A867F
(122,134,127)
#8D9790
(141,151,144)
#A0A8A1
(160,168,161)
#B3B9B2
(179,185,178)
#C6CAC3
(198,202,195)
#D9DBD4
(217,219,212)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E423B; }

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

This text font color is #2E423B.


Background Color

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

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

This div background color is #2E423B.


Border color

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

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

This div border color is #2E423B.


Opacity

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

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

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

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

This text has shadow with #2E423B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E423B on black background.


Color preview on white background

This text has color #2E423B on white background.



Black color preview on #2E423B background

This text has black color on #2E423B background.


White color preview on #2E423B background

This text has white color on #2E423B background.