COLOR #2E462B

HEX: #2E462B
RGB: (46,70,43)

Color info

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

RGB color model

#2E462B color RGB value is (46,70,43).

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

RGB channels and saturation

R 46 of 255 = 18%
G 70 of 255 = 27%
B 43 of 255 = 17%

46
70
43

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

Portions of RGB colors in percentages

R + G + B =
46 + 70 + 43 = 159 (100%)
R 46 of 159 ~ 28.93%
G 70 of 159 ~ 44.03%
B 43 of 159 ~ 27.04%

%28.93
%44.03
%27.04

CMYK color model

#2E462B color CMYK value is (34,0,39,73).

  • cyan value is 34.29%
  • magenta value is 0.00%
  • yellow value is 38.57%
  • key color value is 72.55%
CMYK:
(34,0,39,73)
C34M0Y39K73 
(34%,0%,39%,73%)
(0.34/0.00/0.39/0.73)	

CMYK percentages

%34.29
%0
%38.57
%72.55

Codes

Color #2E462B in popluar color models

2E462B
RGB467043
HSL113°23.89%22.16%
HSB/HSV113°38.57%27.45%
CMYK34.29%0.00%38.57%
72.55%

Color #2E462B in popluar number systems.

HEX2E462B
Decimal467043
Binary1011101000110101011
Octal5610653

Shades and tints

Shades of #2E462B

#2E462B
(46,70,43)
#2A4028
(42,64,40)
#263A25
(38,58,37)
#223422
(34,52,34)
#1E2E1F
(30,46,31)
#1A281C
(26,40,28)
#162219
(22,34,25)
#121C16
(18,28,22)
#0E1613
(14,22,19)
#0A1010
(10,16,16)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #2E462B

#2E462B
(46,70,43)
#41563E
(65,86,62)
#546651
(84,102,81)
#677664
(103,118,100)
#7A8677
(122,134,119)
#8D968A
(141,150,138)
#A0A69D
(160,166,157)
#B3B6B0
(179,182,176)
#C6C6C3
(198,198,195)
#D9D6D6
(217,214,214)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E462B; }

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

This text font color is #2E462B.


Background Color

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

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

This div background color is #2E462B.


Border color

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

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

This div border color is #2E462B.


Opacity

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

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

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

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

This text has shadow with #2E462B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E462B on black background.


Color preview on white background

This text has color #2E462B on white background.



Black color preview on #2E462B background

This text has black color on #2E462B background.


White color preview on #2E462B background

This text has white color on #2E462B background.