COLOR #2E463B

HEX: #2E463B
RGB: (46,70,59)

Color info

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

RGB color model

#2E463B color RGB value is (46,70,59).

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

RGB channels and saturation

R 46 of 255 = 18%
G 70 of 255 = 27%
B 59 of 255 = 23%

46
70
59

R + G + B ~ 23%. #2E463B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 70 + 59 = 175 (100%)
R 46 of 175 ~ 26.29%
G 70 of 175 ~ 40%
B 59 of 175 ~ 33.71%

%26.29
%40
%33.71

CMYK color model

#2E463B color CMYK value is (34,0,16,73).

  • cyan value is 34.29%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 72.55%
CMYK:
(34,0,16,73)
C34M0Y16K73 
(34%,0%,16%,73%)
(0.34/0.00/0.16/0.73)	

CMYK percentages

%34.29
%0
%15.71
%72.55

Codes

Color #2E463B in popluar color models

2E463B
RGB467059
HSL153°20.69%22.75%
HSB/HSV153°34.29%27.45%
CMYK34.29%0.00%15.71%
72.55%

Color #2E463B in popluar number systems.

HEX2E463B
Decimal467059
Binary1011101000110111011
Octal5610673

Shades and tints

Shades of #2E463B

#2E463B
(46,70,59)
#2A4036
(42,64,54)
#263A31
(38,58,49)
#22342C
(34,52,44)
#1E2E27
(30,46,39)
#1A2822
(26,40,34)
#16221D
(22,34,29)
#121C18
(18,28,24)
#0E1613
(14,22,19)
#0A100E
(10,16,14)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #2E463B

#2E463B
(46,70,59)
#41564C
(65,86,76)
#54665D
(84,102,93)
#67766E
(103,118,110)
#7A867F
(122,134,127)
#8D9690
(141,150,144)
#A0A6A1
(160,166,161)
#B3B6B2
(179,182,178)
#C6C6C3
(198,198,195)
#D9D6D4
(217,214,212)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E463B; }

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

This text font color is #2E463B.


Background Color

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

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

This div background color is #2E463B.


Border color

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

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

This div border color is #2E463B.


Opacity

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

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

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

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

This text has shadow with #2E463B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E463B on black background.


Color preview on white background

This text has color #2E463B on white background.



Black color preview on #2E463B background

This text has black color on #2E463B background.


White color preview on #2E463B background

This text has white color on #2E463B background.