COLOR #2E462F

HEX: #2E462F
RGB: (46,70,47)

Color info

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

RGB color model

#2E462F color RGB value is (46,70,47).

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

RGB channels and saturation

R 46 of 255 = 18%
G 70 of 255 = 27%
B 47 of 255 = 18%

46
70
47

R + G + B ~ 21%. #2E462F is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 70 + 47 = 163 (100%)
R 46 of 163 ~ 28.22%
G 70 of 163 ~ 42.94%
B 47 of 163 ~ 28.83%

%28.22
%42.94
%28.83

CMYK color model

#2E462F color CMYK value is (34,0,33,73).

  • cyan value is 34.29%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 72.55%
CMYK:
(34,0,33,73)
C34M0Y33K73 
(34%,0%,33%,73%)
(0.34/0.00/0.33/0.73)	

CMYK percentages

%34.29
%0
%32.86
%72.55

Codes

Color #2E462F in popluar color models

2E462F
RGB467047
HSL123°20.69%22.75%
HSB/HSV123°34.29%27.45%
CMYK34.29%0.00%32.86%
72.55%

Color #2E462F in popluar number systems.

HEX2E462F
Decimal467047
Binary1011101000110101111
Octal5610657

Shades and tints

Shades of #2E462F

#2E462F
(46,70,47)
#2A402B
(42,64,43)
#263A27
(38,58,39)
#223423
(34,52,35)
#1E2E1F
(30,46,31)
#1A281B
(26,40,27)
#162217
(22,34,23)
#121C13
(18,28,19)
#0E160F
(14,22,15)
#0A100B
(10,16,11)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #2E462F

#2E462F
(46,70,47)
#415641
(65,86,65)
#546653
(84,102,83)
#677665
(103,118,101)
#7A8677
(122,134,119)
#8D9689
(141,150,137)
#A0A69B
(160,166,155)
#B3B6AD
(179,182,173)
#C6C6BF
(198,198,191)
#D9D6D1
(217,214,209)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E462F; }

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

This text font color is #2E462F.


Background Color

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

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

This div background color is #2E462F.


Border color

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

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

This div border color is #2E462F.


Opacity

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

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

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

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

This text has shadow with #2E462F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E462F on black background.


Color preview on white background

This text has color #2E462F on white background.



Black color preview on #2E462F background

This text has black color on #2E462F background.


White color preview on #2E462F background

This text has white color on #2E462F background.