COLOR #2E402F

HEX: #2E402F
RGB: (46,64,47)

Color info

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

RGB color model

#2E402F color RGB value is (46,64,47).

  • red value is 46;
  • green value is 64;
  • blue value is 47.
RGB:
(46,64,47)
(18%,25%,18%)

RGB channels and saturation

R 46 of 255 = 18%
G 64 of 255 = 25%
B 47 of 255 = 18%

46
64
47

R + G + B ~ 20%. #2E402F is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 64 + 47 = 157 (100%)
R 46 of 157 ~ 29.3%
G 64 of 157 ~ 40.76%
B 47 of 157 ~ 29.94%

%29.3
%40.76
%29.94

CMYK color model

#2E402F color CMYK value is (28,0,27,75).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 26.56%
  • key color value is 74.90%
CMYK:
(28,0,27,75)
C28M0Y27K75 
(28%,0%,27%,75%)
(0.28/0.00/0.27/0.75)	

CMYK percentages

%28.13
%0
%26.56
%74.9

Codes

Color #2E402F in popluar color models

2E402F
RGB466447
HSL123°16.36%21.57%
HSB/HSV123°28.13%25.10%
CMYK28.13%0.00%26.56%
74.90%

Color #2E402F in popluar number systems.

HEX2E402F
Decimal466447
Binary1011101000000101111
Octal5610057

Shades and tints

Shades of #2E402F

#2E402F
(46,64,47)
#2A3B2B
(42,59,43)
#263627
(38,54,39)
#223123
(34,49,35)
#1E2C1F
(30,44,31)
#1A271B
(26,39,27)
#162217
(22,34,23)
#121D13
(18,29,19)
#0E180F
(14,24,15)
#0A130B
(10,19,11)
#060E07
(6,14,7)
#000000
(0,0,0)

Tints of #2E402F

#2E402F
(46,64,47)
#415141
(65,81,65)
#546253
(84,98,83)
#677365
(103,115,101)
#7A8477
(122,132,119)
#8D9589
(141,149,137)
#A0A69B
(160,166,155)
#B3B7AD
(179,183,173)
#C6C8BF
(198,200,191)
#D9D9D1
(217,217,209)
#ECEAE3
(236,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E402F; }

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

This text font color is #2E402F.


Background Color

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

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

This div background color is #2E402F.


Border color

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

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

This div border color is #2E402F.


Opacity

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

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

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

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

This text has shadow with #2E402F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E402F on black background.


Color preview on white background

This text has color #2E402F on white background.



Black color preview on #2E402F background

This text has black color on #2E402F background.


White color preview on #2E402F background

This text has white color on #2E402F background.